Posts: 231
Threads: 50
Joined: Dec 2013
Reputation:
0
Hello.
I need a macro.
If loot item (like knight legs), drop gp from bp and pick up an item.
I helped you? My script is good?
Give me a reputation point Thank you!
Posts: 2,010
Threads: 147
Joined: Jan 2014
Reputation:
0
09-28-2014, 06:31 PM
(This post was last modified: 09-28-2014, 06:32 PM by damiansnk.)
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 !