Advertisement
hhaos

Dsb stuff

Dec 25th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --This is the first thing we do, I have this as a key binding and an alias because I used to use ^imp$ a lot but noticed I spell it ipm when typing fast a lot so the key binding made my life easier.
  2.  
  3. send("queue add bal impale "..target)
  4. send("queue add eq intimidate "..target)
  5.  
  6. --now you want to set a trigger for the impale line, where the impaled person is your target, this would look something like this
  7.  
  8. if matches[2]== target
  9. then send("queue add bal disembowel "..target)
  10. end
  11.  
  12. --for the regex for it select pearl regex from the drop down menu and add
  13.  
  14. ^You draw your blade back and plunge it deep into the body of (\w+) impaling him|her to the hilt.$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement