Sziasztok dt questet hol kéne modositanom hogy első körben kidobja az 5 kulcsot?
when 1062.kill with pc.in_dungeon() and d.getf("level") == 5 begin
local KILL_COUNT_FOR_DROP_KEY = 50
--if is_test_server() then
--KILL_COUNT_FOR_DROP_KEY = 1
--end
local n =d.getf("count") + 1
d.setf("count", n)
if n == KILL_COUNT_FOR_DROP_KEY then
-- ±Ľ¤UÂę°Í
game.drop_item(50084, 1)
d.setf("count", 0)
end
end
Aszem ez az a rész, minden 50. mob dob kulcsot.
mindjárt kiprobálom
Üzenet összefésülés: 2017-01-28, 21:29:05
köszi