sziasztok mobok nem dobnak Holdfény ládát vagy ha dobnak 1db esik csak és nem annyi esik a menyinek kéne hogy essen itt a hf quest
mi lehet a gond?
-- Original /e halloween_drop 1
-- Quest with rate /e h_drop 1
quest h_drop begin
state start begin
when kill with game.get_event_flag("h_drop") == 1 begin
s = math.random(200,100)
if s == 1 then
game.drop_item("50011",200)
return
end
end
end
end
s = math.random(200,100)
200.-ra dobja amikor max 100-ig számolhat random?:D
-- Original /e halloween_drop 1
-- Quest with rate /e h_drop 1
quest h_drop begin
state start begin
when kill with game.get_event_flag("h_drop") == 1 begin
s = math.random(100,200)
if s == 100 then
game.drop_item("50011",200)
return
end
end
end
end
nem jó nem esik láda még mindig
/e h_drop 1 hogy dobja.
/e h_drop 0 ha ne.
be van kapcsolva
Írd át erre:
s = math.random(1, 100)
de nekem 200db os láda kéne ami 100% esik mobol és sok ki esik mobok bol
akkor írd ezt:
quest h_drop begin
state start begin
when kill with game.get_event_flag("h_drop") == 1 begin
game.drop_item("50011",200)
end
end
end