Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local CHOICE_TABLE = {
- -- TYPES:
- -- 1: Spell
- -- 2: Item
- -- [level] = { { type, ID, chance }, ... }
- [2] = {
- {1, 90008, 100},
- {2, 23368, 100},
- {2, 26029, 100}
- },
- [3] = {
- {2, 50055, 100},
- {2, 23368, 100},
- {2, 26029, 100}
- },
- [4] = {
- {1, 90010, 100},
- {2, 23368, 100},
- {2, 26029, 100}
- },
- [5] = {
- {1, 90000, 100},
- {2, 50055, 100},
- {2, 23368, 100}
- },
- [6] = {
- {1, 90011, 100},
- {1, 90009, 100},
- {2, 23368, 33},
- {2, 50055, 33},
- {2, 26029, 33}
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment