
Originally Posted by
Beastmaster1
I can't seem to find any bots for the dark spirit orbs quest (thats the name of the quest, not the doomcoin one). I am trying to make my own, but am unable to figure out how to make the bot check that the first quest item is obtained already and it's time to move to the next map.
This is intended to be done in a glitched room so there is no cell hopping.
A problem while testing the bot here is that it doesn't accept the shadow creeper enchant item, even when the command says Kill for.. and get drop: Shadow Creeper Enchant

Check for items in inventory goes to Misc tab, there is an 2 Drop Down, the first is where you can select the main variable (map, item, char, etc)
-> Select "Item"
then for the next drop down, -> Select "is in inventory"
then wrote that requirements item in "item name"
don't forget to add quantity in "Quantity (* = any)" asterisk symbol * mean the statement got "true" however much that requirements item is.
[Example]
Item
Is in inventory
Treasure Chest
3
After that, click "Add Statement"
The command will be like "is in inventory: Treasure Chest, 3"
That statement will executed the next command precisely below that statement if the statement got "true" (there is 3 treasure chest in your inventory).
After see your command list, better you put the statement on the top after accept quest. (and you need to make label because of that xD)
If you want to use "get drop" i think you should add statement "if item has dropped : shadow serpent scythe"
for my opinion it's not effective and i prefer just add "shadow serpent scythe" in my whitelisted item (so i can remove get drop command)
sorry i can't give you some image because i find it's very very difficult for me and i have hard time with uploading image to here, must use vpn etc etc