thanks.
Solution.
Dragon_soul.quest
Solution.
Dragon_soul.quest
Quote:
when kill begin
if npc.is_pc() then
return
end
if pc.count_item(gemstone) < gemstone_need_count then
if drop_gamble_with_flag(drop_flag) then
local rnd = number(1,30)
if rnd == 1 then
game.drop_item_with_ownership(gemstone, 1, 15)
end
end
end
end