Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1.  
  2. TASKS (exp recebida como prêmio é: (quantidade * exp) * 0.8):
  3. // o jogador só ganhará os tp nas primeiras 3 tasks de cada
  4.  
  5. // hunt de rotworm
  6. -> Rotworm x50 (1 tp);
  7. -> Carrion Worm x35 (1 tp);
  8.  
  9. // hunt de orcs
  10. -> Orc x50 (1 tp);
  11. -> Orc Spearman x40 (1 tp);
  12. -> Orc Warrior x35 (1 tp);
  13. -> Orc Berserker x20 (1 tp);
  14. -> Orc Leader x100 (2 tp);
  15.  
  16. // hunt de minotaur
  17. -> Minoutaur x50 (1 tp);
  18. -> Minoutaur Archer x40 (1 tp);
  19. -> Minotaur Guard x30 (1 tp);
  20.  
  21. // hunt de elf
  22. -> Elf x50 (1 tp);
  23. -> Elf Scout x40 (1 tp);
  24. -> Elf Arcanist x30 (1 tp);
  25.  
  26. // hunt de undeads
  27. -> Skeleton x50 (1 tp);
  28. -> Skeleton Warrior x40 (1 tp);
  29. -> Ghoul x80 (1 tp);
  30. -> Crypt Shambler x70 (1 tp);
  31. -> Bonelord x120 (2 tp);
  32. -> Mummy x120 (2 tp);
  33. -> Vampire x80 (2 tp);
  34.  
  35. // hunt cyclopolis
  36. -> Dwarf x50 (1 tp);
  37. -> Dwarf Soldier x40 (1 tp);
  38. -> Dwarf Guard x30 (1 tp);
  39. -> Cyclops x140 (2 tp);
  40. -> Cyclops Drone x120 (2 tp);
  41. -> Cyclops Smith x100 (2 tp);
  42. -> Behemoth x350 (5 tp);
  43.  
  44. // hunt de dragon
  45. -> Dragon x180 (3 tp);
  46. -> Dragon Lord x200 (4 tp);
  47.  
  48. // hunt em oramond (minotaurs)
  49. -> Minotaur Hunter x150 (3 tp);
  50. -> Mooh'Tah Warrior x150 (3 tp);
  51. -> Worm Priestess x150 (3 tp);
  52.  
  53. // hero fortress
  54. -> Bonebeast x100 (2 tp);
  55. -> Vicious Squire x160 (3 tp);
  56. -> Undead Gladiator x180 (3 tp);
  57. -> Hero x300 (4 tp);
  58. -> Renegade Knight x300 (4 tp);
  59. -> Vile Grandmaster x250 (4 tp);
  60.  
  61. // roshamuul
  62. -> Frazzlemaw x350 (5 tp);
  63. -> Silencer x300 (5 tp);
  64. -> Guzzlemaw x240 (6 tp);
  65. -> Choking Fear x280 (6 tp);
  66. -> Retching Horror x300 (6 tp);
  67.  
  68. // roshamuul prision
  69. -> Nightmare x300 (4 tp);
  70. -> Lost Soul x300 (5 tp);
  71. -> Plaguesmith x220 (5 tp);
  72. -> Betrayed Wraith x120 (5 tp);
  73. -> Demon Outcast x250 (6 tp);
  74. -> Dark Torturer x250 (6 tp);
  75. -> Blightwalker x120 (6 tp);
  76. -> Hellhound x100 (6 tp);
  77. -> Juggernaut x100 (10 tp);
  78.  
  79. // asura palace
  80. -> Hellspawn x200 (4 tp);
  81. -> Dawnfire Asura x250 (5 tp);
  82. -> Frost Flower Asura x250 (5 tp);
  83. -> Midnight Asura x250 (5 tp);
  84.  
  85. // outras hunts
  86. -> Bug x333 (5 tp);
  87. -> Ancient Scarab x200 (3 tp);
  88. -> Hydra x220 (4 tp);
  89. -> Lizard Chosen x220 (4 tp);
  90. -> Frost Dragon x220 (4 tp);
  91. -> Demon x666 (9 tp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement