Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Set items drop

Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
Hello, were can find for edit items drop events,

- salupan, medusa, BC, etc..

season 6 ep 3
 
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
ok, i have this

0//EventName DropZen ItemDropRate ItemDropCount SetItemDropRate ItemDropType Fireworks "Chaos Castle 7" 1000 100 1 1000 0 0end1//Section Type MinLevel MaxLevel Skill Luck Option Excellent14 13 0 0 0 0 0 014 14 0 0 0 0 0 014 16 0 0 0 0 0 014 22 0 0 0 0 0 0end

i want drop 1 talisman of luck, how to set this
 
Upvote 0
Skilled Illusionist
Joined
Jun 22, 2017
Messages
363
Reaction score
561
ok, i have this



i want drop 1 talisman of luck, how to set this
Code:
0
//EventName             DropZen   ItemDropRate   ItemDropCount   SetItemDropRate   ItemDropType   Fireworks	
"Chaos Castle 7"  1000     100     1     0       0     1
end



1
//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent
14	53	0	0	0	0	0	0
end
 
Upvote 0
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
50
Reaction score
2
Thanks, work, but how set kanturu, gold invasion, etc .. drop items
 
Upvote 0
Newbie Spellweaver
Joined
Feb 6, 2020
Messages
49
Reaction score
1
I have a question, and i see this topic is related so no need to make a new one, how can i add Wcoin / GP to BC / CC/ DS events on MUEMU / IGC ... i tried in many ways, but failed ... i even tried to add Wcoin to the the gate/statue of BC , or on some mobs in DS / CC whit IGC_MonsterGP_info.xml ... thank you in advence
 
Upvote 0
Initiate Mage
Joined
Feb 18, 2020
Messages
1
Reaction score
1
i think eventitembag folder and look for what event. ex. BloodCastle8.txt/xml



i think eventitembag folder and look for what event. ex. BloodCastle8.txt/xml
I have a question, and i see this topic is related so no need to make a new one, how can i add Wcoin / GP to BC / CC/ DS events on MUEMU / IGC ... i tried in many ways, but failed ... i even tried to add Wcoin to the the gate/statue of BC , or on some mobs in DS / CC whit IGC_MonsterGP_info.xml ... thank you in advence
 
Upvote 0
Joined
May 26, 2009
Messages
17,304
Reaction score
3,217
i think eventitembag folder and look for what event. ex. BloodCastle8.txt/xml



i think eventitembag folder and look for what event. ex. BloodCastle8.txt/xml

eaxctly in each event itembag file there is config for that, but remember to make the rates 50/50 like 5000/ 5000 normal drop or it will only 'give' wcoins

i guess thats the way.
 
Upvote 0
Back
Top