dt quest

Indította bakos1992, 2017-01-28, 20:40:36

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.

2017-01-28, 21:10:12 #2 Utolsó szerkesztés: 2017-01-28, 21:29:05 Szerző: bakos1992
mindjárt kiprobálom

Üzenet összefésülés: 2017-01-28, 21:29:05

köszi