![]() |
Map Tool Macros - 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: Map Tool Macros (/thread-11961.html) |
Map Tool Macros - wanahduu - 09-24-2013 Hello, my question is how can i make macro to map tool because on fixed point u have example: Fixed (33051 32099 7) and the macro would be like 0 {useup} Map.Use(17944, 33052, 32098, 7, 1) Map.Use(17944, 33052, 32098, 7, 1) So the map.use have 17944, 33052, 32098, 7, 1 and fixed have 33051 32099 7, please tell me how to know the id's of maptool macro. Sorry for my english. RE: Map Tool Macros - howcraft - 09-24-2013 Id of item which need to be used? Just use alt+F8 and you can see id of item. and its Map.Use(id, position x, posion y, position z) [position of the item that need to be used ofc] ;p ![]() RE: Map Tool Macros - wanahduu - 09-24-2013 (09-24-2013, 09:22 PM)howcraft Wrote: Id of item which need to be used? Just use alt+F8 and you can see id of item. and its Map.Use(id, position x, posion y, position z) [position of the item that need to be used ofc] ;p Its allright thanks you x) |