ich wollte mal fragen was ist an der quest fail?
die geht nicht.
Quote:
quest Mbs begin
state start begin
when 50134.use begin
local anzahl = 5
if pc.job == 0 then
local r = number(1, 10)
if r == 1 then
pc.give_item(50401,anzahl)
end
if r == 2 then
pc.give_item(50402,anzahl)
end
if r == 3 then
pc.give_item(50403,anzahl)
end
if r == 4 then
pc.give_item(50404,anzahl)
end
if r == 5 then
pc.give_item(50405,anzahl)
end
if r == 6 then
pc.give_item(50416,anzahl)
end
if r == 7 then
pc.give_item(50417,anzahl)
end
if r == 8 then
pc.give_item(50418,anzahl)
end
if r == 9 then
pc.give_item(50419,anzahl)
end
if r == 10 then
pc.give_item(50420,anzahl)
end
end
if pc.job == 1 then
local r = number(1, 10)
if r == 1 then
pc.give_item(50431,anzahl)
end
if r == 2 then
pc.give_item(50432,anzahl)
end
if r == 3 then
pc.give_item(50433,anzahl)
end
if r == 4 then
pc.give_item(50434,anzahl)
end
if r == 5 then
pc.give_item(50435,anzahl)
end
if r == 6 then
pc.give_item(50446,anzahl)
end
if r == 7 then
pc.give_item(50447,anzahl)
end
if r == 8 then
pc.give_item(50448,anzahl)
end
if r == 9 then
pc.give_item(50449,anzahl)
end
if r == 10 then
pc.give_item(50450,anzahl)
end
end
if pc.job == 2 then
local r = number(1, 12)
if r == 1 then
pc.give_item(50461,anzahl)
end
if r == 2 then
pc.give_item(50462,anzahl)
end
if r == 3 then
pc.give_item(50463,anzahl)
end
if r == 4 then
pc.give_item(50464,anzahl)
end
if r == 5 then
pc.give_item(50465,anzahl)
end
if r == 6 then
pc.give_item(50466,anzahl)
end
if r == 7 then
pc.give_item(50476,anzahl)
end
if r == 8 then
pc.give_item(50478,anzahl)
end
if r == 9 then
pc.give_item(50479,anzahl)
end
if r == 10 then
pc.give_item(50480,anzahl)
end
if r == 11 then
pc.give_item(50481,anzahl)
end
if r == 12 then
pc.give_item(50477,anzahl)
end
end
if pc.job == 3 then
local r = number(1, 12)
if r == 1 then
pc.give_item(50491,anzahl)
end
if r == 2 then
pc.give_item(50492,anzahl)
end
if r == 3 then
pc.give_item(50493,anzahl)
end
if r == 4 then
pc.give_item(50494,anzahl)
end
if r == 5 then
pc.give_item(50495,anzahl)
end
if r == 6 then
pc.give_item(50496,anzahl)
end
if r == 7 then
pc.give_item(50506,anzahl)
end
if r == 8 then
pc.give_item(50507,anzahl)
end
if r == 9 then
pc.give_item(50508,anzahl)
end
if r == 10 then
pc.give_item(50509,anzahl)
end
if r == 11 then
pc.give_item(50510,anzahl)
end
if r == 12 then
pc.give_item(50511,anzahl)
end
end
end
end
end





