BBot - The best bot of the world
If loot item, drop gp from bp and pick up an item - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html)
+--- Thread: If loot item, drop gp from bp and pick up an item (/thread-16222.html)



If loot item, drop gp from bp and pick up an item - Hang - 09-24-2014

Hello.
I need a macro.

If loot item (like knight legs), drop gp from bp and pick up an item.


RE: If loot item, drop gp from bp and pick up an item - Hang - 09-25-2014

~bump


RE: If loot item, drop gp from bp and pick up an item - Hang - 09-26-2014

~bump


RE: If loot item, drop gp from bp and pick up an item - Hang - 09-27-2014

~bump


RE: If loot item, drop gp from bp and pick up an item - damiansnk - 09-28-2014

Y0 brotha

I haven't macro for u what u want because it's propably impossible to do.

U can use macro on ur exp for drop gold when
cap=<X
X - The heaviest item what u want to drop

for example
drop gold when cap < 130
on DL for dsm


1000 {Drop Gold} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=150 Map.Thrown(3031, 50, !X!, !Y!, !Z!)


X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Self.Capacity()<=150
Map.Thrown(3031, 50, !X!, !Y!, !Z!)


Enjoy !