Oskar1121

Untitled

Sep 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. AUTO_TASK_LIST = {
  2. [1] = { details = {'wolf'}, totalKills = 20, storage = 2001, name = 'wolves',
  3. rewards = {REWARD_ITEM, 2152, 5, REWARD_EXP, 0, 500} -- 250 expa/500 gp -->
  4. },
  5. [2] = { details = {'orc', 'orc spearman', 'orc warrior'}, totalKills = 1000, storage = 2002, name = 'orcs',
  6. rewards = {REWARD_MONEY, 2152, 5, REWARD_EXP, 0, 500} -- 250 expa/500 gp -->
  7. },
  8. }
Advertisement
Add Comment
Please, Sign In to add comment