Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dress/undress ring
#1
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 ..Smile
#2
Give me the coordinates of both x waypoints.
#3
Fixed (32256 31191 7)
Fixed (32021 31298 7)

Bump
#4
Bump !
#5
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)
Poit (x y z)
Poit (x y z)
Macro (x y z:Dress Ring)
Poit (x y z)
Poit (x y z)
Poit (x y z)
Macro (x y z:UnDress Ring)
Poit (x y z)
Poit (x y z)
#6
Thanks
U get rep Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)