There are 2 advanced commands for Cetera I'd love to get some help figuring out.
I need to know how to accept and turn in quests respectively using the code spit out from packet logger for a bot I'm putting together currently. Right now I'm using the kill monster until quest is completed command at the end of the bot tree. But find that I just endlessly get stuck killing said monster since the quest'll turn itself in due to the quest id event, an sadly I am unable to use the "not in temp" command since there are two copy's of the temp item that're dropped, and the one I don't need gets counted in as the one I do.
The other also involves the packet logger, but this time it's to send an item from the bank to the bag, then back to the bank. I've tried play testing with the code, and I've managed to get items to transfer. But somewhere in the code keeps changing, so you end up losing your item until you get another copy of it to drop and accept it again, then log the newly changed transfer code to retrieve the item lost to the void from the older code.