Learningcurve
Member
- Joined
- Jan 30, 2006
- RedCents
- 21¢
To go along with Warp plugins that are in the Y,X,Z format I figured out this code that you can use in your hotkey to make you warp a distance of 5 from your target so you dont land right on top of them. There are 4 listed below pick the one that best suits you.
North of target
South of target
West of Target
East of target
Whatever your preferences
North of target
Code:
/warp Loc ${Math.Calc[${Target.Y}+5]} ${Target.X} ${Target.Z}
Code:
/warp Loc ${Math.Calc[${Target.Y}-5]} ${Target.X} ${Target.Z}
Code:
/warp Loc ${Target.Y} ${Math.Calc[${Target.X}+5]} ${Target.Z}
Code:
/warp Loc ${Target.Y} ${Math.Calc[${Target.X}-5]} ${Target.Z}
Whatever your preferences


