Quote:
Originally Posted by Sp0ngeb0b ist cool
Hmm normally is the func specify in this file (2089)...
How did you test the function? Show me the Quest 
|
It's a part of Nova's DC quest..
Code:
when kill with pc.get_map_index() == special.dc_map_index and pc.countitem(30311) < 1 begin
local rnd = number(1,30)
if rnd == 1 then
game.drop_item_with_ownership(30311, 1)
end
end
Without '_with_ownership' is the quest functional..