Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. local bR = "\n"
  2. local t1 = "CLICK HEALING OPTIONS TO SET STUFF UP."
  3. local t2 = "Renew's VHM addon from the start, UI removed by 420, thx Renew! github.com/voidmenull is his git."
  4. local t3 = "Example on how to use the addons on your healers:"
  5. local t3a = "/script MBHToggle"
  6. local t3b = "(".."\"".."Autoheal Chain Heal".."\""..")"
  7. local t3c = "Or by slash with:"
  8. local t3d = "/mbh Autoheal Chain Heal"
  9. local t4 = "If you do not specify rank to be used, it will calculate how much health the target have lost,"
  10. local t4a = "how much inc heal from others, and plus healing your gear, buffs and talents have,"
  11. local t4b = "then checks what debuffs the target has that reduces healing and voila, it has choosen a healspell"
  12. local t4c = "that wont overheal the target depending on your settings."
  13. local t4d = "If you define what rank to use, it wont smartheal at all, so dont!"
  14. local t5 = "The only supported heal spells are:"
  15. local t5a = "Priest: Heal, Flash Heal, Greater Heal."
  16. local t5b = "Druids: Healing Touch, Regrowth."
  17. local t5c = "Shamans: Healing Wave, Lesser Healing Wave, Chain Heal."
  18. local t5d = "Paladins: Holy Light, Flash of Light."
  19. local t6b = "e"
  20. local t6c = "e"
  21.  
  22.  
  23. self.Window[1].Content.Display.SortText:SetText(t1..bR..t2..bR..bR..t3..bR..t3a..t3b..bR..t3c..bR..t3d..bR..t4..bR..t4a..bR..t4b..bR..t4c..bR..bR..t5..bR..t5a..bR..t5b..bR..t5c..bR..t5d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement