![]() |
Disintegrate Furnitures! - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Disintegrate Furnitures! (/thread-19618.html) |
Disintegrate Furnitures! - gilorreia - 03-20-2016 I need a macro that use a disintegrate rune in furnitures that trap my way in scripts. I'm dying cause I can't refil due trap, and the potions over. Anybody help me! ![]() RE: Disintegrate Furnitures! - damiansnk - 03-20-2016 [macro]2000 {furnitures} X:=Self.X() Y:=Self.Y() Z:=Self.Z() id:=Self.Inventory.LeftHand() Map.UseOn(!id!, 2471, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2360, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2523, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2358, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2359, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2361, !X!, !Y!, !Z!, 5) Map.UseOn(!id!, 2524, !X!, !Y!, !Z!, 5)[/macro] If any missed just add 1 more line with ID RE: Disintegrate Furnitures! - gilorreia - 03-20-2016 Thanks... I need change anything? Id rune? What i do? Ah, thanks... I get it ![]() RE: Disintegrate Furnitures! - damiansnk - 03-20-2016 it's destroy by weapon just change it |