Advertisement
hhaos

Untitled

Jul 4th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. First we will start with an alias to prop, make it whatever you want and add your own totem# to this:
  2.  
  3. svo.app("on")
  4. send("dismount")
  5. send("queue add eqbal wield totem#")
  6. send("queue add eqbal stand totem")
  7.  
  8.  
  9. Next we need a trigger this will be a bit more complex:
  10.  
  11. ^Ethereal bonds flash forth to bind (\w+) as (\w+) gaze falls upon a nairat rune.$
  12.  
  13. Then we want to add this :
  14.  
  15. if matches[2] == target then
  16. svo.app("off")
  17.  
  18. send("setalias pvp stand/wield sword###/impale "..target)
  19. send("queue addclear eqbal pvp")
  20. end
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement