Hi,
wieso droppe ich 2x schwert+9 und 2x langschwert+9 obwohl bei jedem in count 1 drin steht ? Der müsste das doch jeweils einmal droppen und nicht doppelt.
Benutze diese Quest:
Bitte melden Sie sich an, um diesen Link zu sehen.
Code
- dropList = {
- -- vnum des mobs
- [101] = {
- typ = "drop", -- type
- dropps = {
- -- vnum count chance
- --{vnum, count, chance},
- {19, 1, 100}, -- dropeintrag (vnum, count, chance)
- {29, 1, 100},
- }
- },
- [102] = {
- typ = "limit", -- type
- min_level = 18, -- mindestlevel
- max_level = 25, -- maxlevel
- dropps = {
- {19, 1, 100}, -- dropeintrag (vnum, count, chance)
- {29, 1, 100},
- }
- },
- }