my identify helper was working fine this morning, now it's not
did anything change in the game?
i didn't change anything to it, just opened up the program as i usually do to ID a bunch of items easily, and it freezes. last used successfully less than 12 hours ago.
i had a more complex function which checks for rarirty and IDs everything except white, so i removed that part to see if it's the check rarity function which is broken, but it's not, it's the id function - i don't know if the OP codes for the id kit changed or something like that.
SOLVED - the problem was with the new version of toolbox - i don't know what, i don't know why, but i reverted to the old version / turned it off (did both), and it worked under both scenarios without changing anything else
btw, anyone have working opec codes for salvaging?
my identify helper was working fine this morning, now it's not
did anything change in the game?
i didn't change anything to it, just opened up the program as i usually do to ID a bunch of items easily, and it freezes. last used successfully less than 12 hours ago.
i had a more complex function which checks for rarirty and IDs everything except white, so i removed that part to see if it's the check rarity function which is broken, but it's not, it's the id function - i don't know if the OP codes for the id kit changed or something like that.
Nope, nothing has changed. I haven't had an issue with any patterns or headers since the update for new elite skills. Just checked and those sort of features work just fine in both my API bases.
Nope, nothing has changed. I haven't had an issue with any patterns or headers since the update for new elite skills. Just checked and those sort of features work just fine in both my API bases.
so weird, it's now only working half the time... it used to work flawlessly. now half the time it just stays in the loop of identifying without IDing anything.... i don't know what has changed. nothing on my end....
here is my function, idk if anyone knows why it won't work anymore... i tried other archives which i'd previously used for this and have def not changed, and worked, and they no longer work either...
Code:
Func Ident($bagIndex)
$bag = GetBag($bagIndex)
Local $r = 0
For $i = 1 To DllStructGetData($bag, 'slots')
FINDIDKIT()
$aitem = GetItemBySlot($bagIndex, $i)
If DllStructGetData($aitem, 'ID') = 0 Then ContinueLoop
$r = GetRarity($aItem)
If $r==$RARITY_Gold Then IdentifyItem($aitem)
If $r==$RARITY_Purple Then IdentifyItem($aitem)
If $r==$RARITY_Blue Then IdentifyItem($aitem)
If $r==$RARITY_White Then ContinueLoop
;If Not GetIsIDed($aitem) Then IdentifyItem($aitem)
Sleep(Random(400, 750))
Next
EndFunc
hey guys
after a longer break from botting i want to start again and search a nice overview like
i didnt found one so i ask - exist a list like that?
There are only a few bots updated - but you can basicly update nearly every bot from that list in a few minutes besides the ones using salvage or simular things which require further knowledge
There are only a few bots updated - but you can basicly update nearly every bot from that list in a few minutes besides the ones using salvage or simular things which require further knowledge
well sad but okay. how do i update them? i want to use these bots
well sad but okay. how do i update them? i want to use these bots
use the working headers which got posted several times - exchange the files and do some minor work on double func or replace missing once.. --> there are a few functions which have no public fix yet but these don't effect a ton of bots so put a little of work into it and you good
you need 0 knowledge to do that just read a little in that forum many people have explained that already + if your able to "fix" (basicly lurk the work from others who fixed the headers) you can update nearly any bot and create your own ^^