dress/undress ring - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: dress/undress ring (/thread-12410.html) |
dress/undress ring - zoxks - 10-31-2013 Hello evrybody I need u help. Im do scripts for monster on island nearly svargrond , before i travel i must speak with drunk npc. I cant found macro when i am on x wainpoint i dress dwarven ring and later when travel to my island from monster on x wainpoint undress dvarven ring to backpack. I give Reputaction for solved this problems .. RE: dress/undress ring - Dexter - 10-31-2013 Give me the coordinates of both x waypoints. RE: dress/undress ring - zoxks - 10-31-2013 Fixed (32256 31191 7) Fixed (32021 31298 7) Bump RE: dress/undress ring - zoxks - 10-31-2013 Bump ! RE: dress/undress ring - Dexter - 11-01-2013 Dress Ring [macro]0 {Dress Ring} X1:=32256 Y1:=31191 Z1:=7 X2:=!X1! Y2:=!Y1! Z2:=!Z1! RingID:=xxxx Self.PositionIn(!X1!, !Y1!, !Z1!, !X2!, !Y2!, !Z2!) Self.Equip.Ring(!RingID!) Exit()[/macro] UnDress Ring [macro]0 {UnDress Ring} X1:=32021 Y1:=31298 Z1:=7 X2:=!X1! Y2:=!Y1! Z2:=!Z1! RingID:=xxxx Self.PositionIn(!X1!, !Y1!, !Z1!, !X2!, !Y2!, !Z2!) Self.UnEquip.Ring(0) Exit()[/macro] Change xxxx by ring ID. Will look something like this: Code: Poit (x y z) RE: dress/undress ring - zoxks - 11-01-2013 Thanks U get rep |