Advertisement
poxipox

Untitled

Oct 25th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. local configNpc = {
  2.     mission = { -- configNpc.mission[1].storage
  3.         [1] = {
  4.             storage = 9990,
  5.             storageKill = 9991,
  6.             needItem = {{2160,10}, {9038, 1}},
  7.             needItemText = "",
  8.             missionKill = {
  9.                 [1] = {"Wolf", 10},
  10.                 [2] = {"Rats", 5},
  11.                 [3] = {"Tiger", 20},
  12.                 [4] = {"Boss Wolf", 1},
  13.             },
  14.             monsterKillText = "",
  15.         },
  16.         [2] = {
  17.             storage = 9992,
  18.             storageKill = 9993,
  19.             needItem = {{2160,10}, {9038, 1}},
  20.             needItemText = "",
  21.             missionKill = {
  22.                 [1] = {"Dupa", 10},
  23.                 [2] = {"cycki", 5},
  24.                 [3] = {"lolol", 20},
  25.                 [4] = {"Boss Wolf", 1},
  26.             },
  27.             monsterKillText = "",
  28.         },
  29.  
  30.     }
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement