[PROBLEM]Tal Von Ascaria

11/13/2010 20:24 miccia84#1
Hi, i have one problem with ascaria quest on 4th floor


when 2542.kill with pc.in_dungeon() and d.getf("devillevel") == 6 begin
local KILL_COUNT_FOR_DROP_DEVIL_KEY = 15
local n =d.getf("count") + 1
d.setf("count", n)

if n == KILL_COUNT_FOR_DROP_DEVIL_KEY then
game.drop_item(50084, 1)
d.setf("count", 0)
end
end


They dont drop the key stone.

Why?

Thanks