Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- First we will start with an alias to prop, make it whatever you want and add your own totem# to this:
- svo.app("on")
- send("dismount")
- send("queue add eqbal wield totem#")
- send("queue add eqbal stand totem")
- Next we need a trigger this will be a bit more complex:
- ^Ethereal bonds flash forth to bind (\w+) as (\w+) gaze falls upon a nairat rune.$
- Then we want to add this :
- if matches[2] == target then
- svo.app("off")
- send("setalias pvp stand/wield sword###/impale "..target)
- send("queue addclear eqbal pvp")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement