QUEST PROBLEMS - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: QUEST PROBLEMS (/thread-17410.html) |
QUEST PROBLEMS - bandzioreqq - 02-06-2015 I have problem with quest script, when i use maptool to taking the quest bot will stop and spam box. Not want to go to next wpt. How to fix this, i use bad wpt(maptool). where the problem is?? RE: QUEST PROBLEMS - boladaopesadao - 02-06-2015 Hi, In your case, when you use an item with maptool, the item which you used to must change it's id, else it will get stuck like in your case. The solution is creating a MANUAL macro, and add it in your cavebot instead of maptool. Your macro will be: Code: Map.UseOn(IDitem, TargetID, X, Y, Z, Range) Where: IDitem = item in your backpack; TargetID = item which will be used by your IDitem X, Y, Z = Your position in the map (u can check this in cavebot) Range = The range of using. In your case, probably will be 1. RE: QUEST PROBLEMS - damiansnk - 02-06-2015 Map.use macro for take quest chest And xyz is chest position |