Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. case 912:// zammy mage
  2. NpcHandler.npcs[i].attackType = 1;
  3. NpcHandler.npcs[i].projectileId = 78;
  4. break;
  5.  
  6. case 913:// sara mage
  7. NpcHandler.npcs[i].attackType = 1;
  8. NpcHandler.npcs[i].projectileId = 76;
  9. break;
  10.  
  11. case 914:// guthy mage
  12. NpcHandler.npcs[i].attackType = 1;
  13. NpcHandler.npcs[i].projectileId = 77;
  14. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement