BBot - The best bot of the world

Full Version: 100% USELESS MACRO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What do you think you can use this for?



Drops an item on item with certain ID on 1 sqm radius.
[macro]100 {useless macro} IDdropON:=3147 IDtoDROP:=3031 Xi:=-1 Yi:=-1 {CheckAgain} X:=Add(:X, !Xi) Y:=Add(:Y, !Yi) Map.ItemOnTop.ID(!X, !Y, :Z)==!IDdropon [Continue] Map.Thrown(!IDtoDROP, 1, !X, !Y, :Z) exit() {Continue} VarAdd(Xi, 1) !Xi==2 [CheckAgain] Xi:=-1 VarAdd(Yi, 1) !Yi==2 [CheckAgain] Exit() [/macro]
[spoiler]
Code:
IDdropON:=3147
IDtoDROP:=3031
Xi:=-1
Yi:=-1
{CheckAgain}
X:=Add(:X, !Xi)
Y:=Add(:Y, !Yi)
Map.ItemOnTop.ID(!X, !Y, :Z)==!IDdropon [Continue]
Map.Thrown(!IDtoDROP, 1, !X, !Y, :Z)
exit()
{Continue}
VarAdd(Xi, 1)
!Xi==2 [CheckAgain]
Xi:=-1
VarAdd(Yi, 1)
!Yi==2 [CheckAgain]
Exit()
[/spoiler]
Too useless
maybe there is some quest that requires putting an item on certain item on map? ;D