Advertisement
Dwarvenstarr

Untitled

Mar 24th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Echo This is a fully functional Ressurection script All that is needed
  2. Echo is the Vict...Patients name
  3. Echo Use: .raise <person>
  4. Echo Example: .raise Dodjer
  5.  
  6. var cyclic-cam %cyclic-cam
  7. var spell-cam fox
  8.  
  9. gosub prep-cyclic-cam
  10. goto rejuve
  11.  
  12. rejuve:
  13. var lastlabel rejuve
  14. put prep rej
  15. put charge %spell-cam 10
  16. waitfor Roundtime
  17. put charge %spell-cam 10
  18. waitfor Roundtime
  19. put charge %spell-cam 10
  20. waitfor Roundtime
  21. put charge %spell-cam 10
  22. waitfor Roundtime
  23. put invoke %spell-cam spell
  24. waitfor Roundtime
  25. waitfor fully prepared
  26. put cast %1
  27. match waitcast You strain, but cannot harness that much power.
  28. match rezz silver
  29. match rejuve golden
  30. match rejuve yellow
  31. match rejuve orange
  32. match rejuve red
  33. matchwait
  34.  
  35. waitcast:
  36. pause 40
  37. goto rejuve
  38.  
  39. rezz:
  40. put prep rezz 10
  41. put charge %spell-cam 14
  42. waitfor Roundtime
  43. put invoke %spell-cam spell
  44. waitfor Roundtime
  45. waitfor fully prepared
  46. put cast
  47. match rezz backfires.|backfires
  48. match harness nimbus explodes outward
  49. matchwait
  50.  
  51. bond:
  52. put prep sb 8
  53. waitfor fully prepared
  54. put cast %1
  55. pause 0.5
  56. goto raise
  57.  
  58. harness:
  59. put harn 10
  60. waitfor Roundtime
  61. put infuse rezz 10
  62. match bond sense the spirit of %1
  63. match harness You sense a spirit nearby, but you are unable to make it out clearly.
  64. match harness You have no harnessed mana to infuse.
  65. match wait You strain, but cannot harness that much power.
  66. matchwait
  67.  
  68. raise:
  69. put gest %1
  70.  
  71. prep-cyclic-cam:
  72. put get my %cyclic-cam
  73.  
  74. charging:
  75. match charging You fail to
  76. match recharge absorbs
  77. match recharge resists,
  78. match charging ...wait
  79. match recharge is already
  80. match break You strain, but
  81. put charge my %cyclic-cam 10
  82. matchwait
  83.  
  84. recharge:
  85. if %charge-count > 99 then goto invoke
  86. math charge-count add 10
  87. goto charging
  88.  
  89. break:
  90. if $mana > 90 then goto charging
  91. put power
  92. pause 60
  93. goto break
  94.  
  95. invoke:
  96. match prepare readying all of its mana for your use
  97. match prepare Your link to the
  98. match invoke ...wait
  99. match invoke but fail
  100. put invoke my %cyclic-cam cyclic
  101. matchwait
  102.  
  103. prepare:
  104. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement