quest drache begin
state start begin
when 2493.kill begin
notice_all(pc.name .." hat den Wasserdrachen getötet.Repekt! Du hasst echt was auf´m Kasten")
local r=number(1, 3)
if 1==r then
game.drop_item(42000, 1)
chat("Du hast einen Smaragti gedroppt")
end
if 2==r then
game.drop_item(42010_id, 1)
chat("Du hast einen Saphir gedroppt")
end
if 3==r then
game.drop_item(42020, 1)
chat("Du hast einen Gifti gedroppt")
end
end
end
end
gibt coredump
state start begin
when 2493.kill begin
notice_all(pc.name .." hat den Wasserdrachen getötet.Repekt! Du hasst echt was auf´m Kasten")
local r=number(1, 3)
if 1==r then
game.drop_item(42000, 1)
chat("Du hast einen Smaragti gedroppt")
end
if 2==r then
game.drop_item(42010_id, 1)
chat("Du hast einen Saphir gedroppt")
end
if 3==r then
game.drop_item(42020, 1)
chat("Du hast einen Gifti gedroppt")
end
end
end
end
gibt coredump