No offense but wouldn't recommend download a bot by an user with 0 rep and a 3 day old acc --> rifleman has posted his own month ago enjoy people
Stay save
I managed to get this to run for a few days, but I'm having an issue and I can't seem to resolve it. I dug through the script and found nothing that's causing this. The bot will stop after a while. It's random as well... My characters will return to town with a full inventory to drop off items, but when he does, he doesn't return back to farming. He goes out, fills up inventory once, comes back to town, handles all the items appropriately, and will not run back out of Longeye's Ledge. I have to manually close and re-run the bot.
Right now I turned off the function for the bot to pick up all gold items and glacial stones, so he can just focus on the event items, black/white dyes, and lockpicks. Hopefully this will be a good temp fix for now.
70% of people posting here are just asking for free bot that are already there just few pages away and it gets me
Exact reason why this has always been a playground for account theft. People will not even read the post above theirs much less look at the open source scripts before running it.
I managed to get this to run for a few days, but I'm having an issue and I can't seem to resolve it. I dug through the script and found nothing that's causing this. The bot will stop after a while. It's random as well... My characters will return to town with a full inventory to drop off items, but when he does, he doesn't return back to farming. He goes out, fills up inventory once, comes back to town, handles all the items appropriately, and will not run back out of Longeye's Ledge. I have to manually close and re-run the bot.
Right now I turned off the function for the bot to pick up all gold items and glacial stones, so he can just focus on the event items, black/white dyes, and lockpicks. Hopefully this will be a good temp fix for now.
Code:
Func StoreItems()
Out("Storing Items")
Local $AITEM, $m, $Q, $lbag, $SLOT, $FULL, $NSLOT
For $i = 1 To 3 ;<===============4 if using last bag=================
$lbag = GetBag($i)
For $j = 1 To DllStructGetData($lbag, 'Slots')
$AITEM = GetItemBySlot($lbag, $j)
If DllStructGetData($AITEM, "ID") = 0 Then ContinueLoop
$m = DllStructGetData($AITEM, "ModelID")
$Q = DllStructGetData($AITEM, "quantity")
For $z = 0 To (UBound($Array_Store_ModelIDs) - 1)
If (($m == $Array_Store_ModelIDs[$z]) And ($Q = 250)) Then
Do
For $BAG = 8 To 12
$SLOT = FindEmptySlot($BAG)
$SLOT = [MENTION=368499]Extended[/MENTION]
If $SLOT <> 0 Then
$FULL = False
$NSLOT = $SLOT
ExitLoop 2
Else
$FULL = True
EndIf
Sleep(400)
Next
Until $FULL = True
If $FULL = False Then
MoveItem($AITEM, $BAG, $NSLOT)
Sleep(GetPing() + 500)
EndIf
EndIf
Next
Next
Next
EndFunc ;==>StoreItems
Maybe wanna add something like this so if f.e. bot has less slots than 4 he goes to guild hall - stores the full stacks and returns to farm to prevent overflow.
Is there a public chest bot for Outcasts or Plagueborn?
Maybe for areas like Rheas, Undercity or pongmei?
Pongmei is public and needs to be updated rest is not public as far as i know but easily scriptable took me like ~10min to create plageborn and outcast since the runs are like ~1min long ea
you can find the pongmei one in the 2019 bot thread
Hmm it gets stuck when it wants to switch mode to normal mode, because I don't have hardmode unlocked. Even if I remove Switchmode(), it still gets stuck.
Hmm it gets stuck when it wants to switch mode to normal mode, because I don't have hardmode unlocked. Even if I remove Switchmode(), it still gets stuck.
you can't just Switchmode() set it to 0 to stay on nm or remove the complete line