Advertisement
kakel_anders

UOS - Chivalrytrainer

Jan 18th, 2022
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. // Chivalrymacro by kakel_anders (Player - UOG:Demise)
  2. // Fill up on plenty of tithing, equip a weapon and let her rip!
  3. //
  4. if not @findobject 'weapon'
  5. promptalias 'weapon'
  6. sysmsg 'Target your weapon'
  7. endif
  8. //// Meditationpart, if you don't want to use meditation for some reason just comment out this following section
  9. while mana < 20
  10. useskill 'meditation'
  11. pause 1000
  12. @clearjournal
  13. pause 10000
  14. equipitem 'weapon' 1
  15. endwhile
  16. //// Training
  17. if skill 'chivalry' < 30
  18. sysmsg 'Your skill is to low, go buy up to 30 from NPC and restart'
  19. elseif skill 'chivalry' < 46
  20. pause 1000
  21. cast 'consecrate weapon'
  22. pause 2000
  23. elseif skill 'chivalry' < 61
  24. pause 1000
  25. cast 'divine fury'
  26. pause 2000
  27. elseif skill 'chivalry' < 71
  28. pause 1000
  29. cast 'holy light'
  30. pause 2000
  31. elseif skill 'chivalry' < 101
  32. pause 1000
  33. cast 'noble sacrifice'
  34. pause 2000
  35. endif
  36. if skill 'chivalry' == 100
  37. sysmsg 'Success!' 'Goodluck on your adventures!!' 34
  38. pause 1000
  39. sysmsg ' Best regards- kakel_anders' 30
  40. stop
  41. endif
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement