![]() |
What Iâve to do to use JUST ONE TIME the TargetID? - 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: What Iâve to do to use JUST ONE TIME the TargetID? (/thread-1374.html) |
What Iâve to do to use JUST ONE TIME the TargetID? - azaav3 - 08-30-2011 Quote:The Map Tool only follows the next item of the waypoint list when the TargetID is not present anymore. It works very well for doors or grasses because the Door changes the ID when it is open or closed, and the grass simply is deleted. As you see above, the Map Tool ONLY âfollows the next item of the waypoint list when the TargetID is not present anymoreâ. I found a situation when the TargetID donât change but I need to use it, and the Bot donât continue; the gate mechanism of yalahar. I had made a cavebot with depositer but the Bot stuck after using the gate mechanism, because it try to reach the mechanism again to change the TargetID (that itâs imposible) What Iâve to do to use JUST ONE TIME the TargetID? Re: What Iâve to do to use JUST ONE TIME the TargetID? - MegaNo0body - 08-30-2011 You have to make a macro for that case... Re: What Iâve to do to use JUST ONE TIME the TargetID? - drewindwalker - 08-30-2011 Yep. You should add MapUseID Macro Re: What Iâve to do to use JUST ONE TIME the TargetID? - azaav3 - 08-30-2011 I cant make the macro... I have this information: X: 32832 Y: 31269 Z: 5 ID of Mechanism: 923 Click on Mechanism. Gate: Trade Quarter from inside to outside I tried using Map.Use macro, which ask for: ID /X;Y;Z/Range/Condition Result. I dont know what "range" and "condition result" means, but I try with all values and I cant.. What I tried? I made a point (three squares to the right of the mechanism) and then I wrote the macro Code: 1000 {} Map.Use(923, 32832, 31269, 5, 3) My char go to the mechanism but I see a messege "You cannot use this object" ________________________________________________ I tried a lot of other but please say me the macro or teach me how to make it good Re: What Iâve to do to use JUST ONE TIME the TargetID? - Noen - 09-03-2011 Range means the radius between your char and the item. I don't know why your macro isn't working as you filled all the parameters correctly. |