TossedSalad
New member
- Joined
- Mar 8, 2005
- RedCents
- 0¢
Just thought I'd share a hot button I use to retrieve my body. I know there are plugins for summoning corpses to you where ever you are, but hey, this is simple and easy. Just create a hot button, fill in the commands, target the corpse you want to pull to succor, and press it.
/warp target
/delay 1
/corpsedrag
/warp succor
My apologies if this sort of thing is too rudimentary for this board, but I got tired of waiting on my corpse to spawn after a beat down in Vxed and thought I'd share.
I guess, if I had made a macro, it'd look something more like this
/varset MyX ${Me.X}
/varset MyY ${Me.Y}
/varset MyZ ${Me.Z}
/warp target
/delay 1
/corpsedrag
/warp loc ${MyY} ${MyX} ${MyZ}
/warp target
/delay 1
/corpsedrag
/warp succor
My apologies if this sort of thing is too rudimentary for this board, but I got tired of waiting on my corpse to spawn after a beat down in Vxed and thought I'd share.
I guess, if I had made a macro, it'd look something more like this
/varset MyX ${Me.X}
/varset MyY ${Me.Y}
/varset MyZ ${Me.Z}
/warp target
/delay 1
/corpsedrag
/warp loc ${MyY} ${MyX} ${MyZ}



