12-31-2012, 05:13 AM
Hi, i want antipush, when i press "DEL" throw gold/worms etc below me to make antipush plz help ?
Anti Push
|
12-31-2012, 05:13 AM
Hi, i want antipush, when i press "DEL" throw gold/worms etc below me to make antipush plz help ?
12-31-2012, 02:56 PM
This will throw the three types of vial, gold and worm
[macro]100 {Anti Push} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Tibia.KeyDown(46)==1 Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1 Map.HasID(3492, !X!, !Y!, !Z!)<>1 Map.Thrown(3492, 2, !X!, !Y!, !Z!)<>1 Map.HasID(283, !X!, !Y!, !Z!)<>1 Map.Thrown(283, 2, !X!, !Y!, !Z!)<>1 Map.HasID(284, !X!, !Y!, !Z!)<>1 Map.Thrown(284, 2, !X!, !Y!, !Z!)<>1 Map.HasID(285, !X!, !Y!, !Z!)<>1 Map.Thrown(285, 2, !X!, !Y!, !Z!)<>1[/macro] To change the key u need change the 46 in Tibia.KeyDown(46) to the number representing the other key here it shows http://wiki.bmega.net/doku.php?id=virtual_key_codes |
« Next Oldest | Next Newest »
|