Advertisement
Guest User

anchor emotes

a guest
Mar 18th, 2010
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. healother1 = castOnPlayer.playerLevel[3] - castOnPlayer.currentHealth;
  2. if(currentHealth <= healother1){
  3. sM("You're too weak for that!");
  4. }
  5. if(currentHealth >= healother1){
  6. dealDamage(healother1);
  7. hitDiff = healother1;
  8. updateRequired = true;
  9. hitUpdateRequired = true;
  10. castOnPlayer.currentHealth += healother1;
  11. stillgfx2(727, castOnPlayer.absY, castOnPlayer.absX, 100, 5);
  12. deleteItem(553, 3);
  13. deleteItem(565, 3);
  14. deleteItem(554, 3);
  15. setAnimation(4411);
  16. TurnPlayerTo(EnemyX3, EnemyY3);
  17. }
  18.  
  19.  
  20. ~~LUNAR SPELLS~~
  21. BAKE PIE:
  22. emote:4413
  23. GFX:746
  24. uphead? YES
  25.  
  26. NPC CONTACT:
  27. emote:4413
  28. gfx:728
  29. uphead? YES
  30.  
  31. MONSTER EXAMINE:
  32. emote: 6293
  33. gfx:1060
  34. uphead? YES
  35.  
  36. HUMIDIFY:
  37. EMOTE: 6294
  38. gfx: 1061
  39. uphead? YES
  40.  
  41. STAT SPY:
  42. emote: 6293
  43. gfx:1059
  44. uphead? YES
  45.  
  46. SUPERGLASS MAKE:
  47. emote:4413
  48. gfx:729
  49. uphead?YES
  50.  
  51. DREAM:
  52. emote:6295/6296/6297
  53.  
  54. STRING JEWLERY:
  55. emote:4412
  56. gfx:730
  57. uphead?YES
  58.  
  59. STAT RESTORE POT SHARE:
  60. emote:4413
  61. gfx: 733
  62. uphead?YES
  63.  
  64. FERTILE SOIL:
  65. emote: 4413
  66. gfx: 724
  67. uphead? NO
  68.  
  69. STAT BOOST POT SHARE:
  70. emote:4413
  71. gfx: 733
  72. uphead?YES
  73.  
  74. PLANK MAKE:
  75. emote:6298
  76. gfx:1063
  77. uphead? YES
  78.  
  79. ENERGY TRANSFER:
  80. emote: 4411
  81. gfx:734
  82. uphead? YES
  83.  
  84. SPELLBOOK SWAP:
  85. emote:6299
  86. gfx:1062
  87. uphead? NO
  88.  
  89. CURE OTHER:
  90. emote:4411
  91. gfx:738
  92. uphead?YES
  93.  
  94. CURE ME:
  95. emote:4411
  96. gfx:742
  97. uphead? YES
  98.  
  99. CURE GROUP:
  100. emote:4409
  101. gfx:744
  102. uphead? YES
  103.  
  104. HEAL OTHER:
  105. emote:4411
  106. gfx:736
  107. uphead? YES
  108.  
  109. HEAL GROUP:
  110. emote:4409
  111. gfx:745
  112. ~~END LUNAR SPELLS~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement