Jump to content

Dragon soul system drops??


Recommended Posts

when i activate dragon soul system ingame every mobs drop me Dragon Stone Shard, this is too much drops...is possible make how that every 10 or 15x mobs when kill give Dragon Stone Shard?? bcs like this its too much drops in floor... look pic 6u9Kc.jpg

someone help plz

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

thx for answer i have this 2x quest in kill folder:

 

if npc . is_pc ( ) then 
return 
end 
if drop_gamble_with_flag ( "ds_drop" ) then 
local eye_left = pc . getf ( "dragon_soul" , "eye_left" ) 
local haved_gemstone_number = pc . count_item ( 30270 ) 
if eye_left > haved_gemstone_number / 10 then 
game . drop_item_with_ownership ( 30270 , 1 , 300 ) 
end 
end 
 
 
and this:
 
if npc . is_pc ( ) then 
return 
end 
if pc . count_item ( 30270 ) < 10 then 
if drop_gamble_with_flag ( "ds_drop" ) then 
game . drop_item_with_ownership ( 30270 , 1 , 300 ) 
end 
end 
 
what need edit?
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.