[Help] Changing item drops

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 2, 2007
Messages
12
Reaction score
0
I wanted to know how, and where can I change the item drops. I've tried few places but didnt work...
Also where can I change the medals, and heart of love drops? They all drop really good items and I wanted to make harder to get items
Thanks
 
Re: [HELP]Changing item drops

I wanted to know how, and where can I change the item drops. I've tried few places but didnt work...
Also where can I change the medals, and heart of love drops? They all drop really good items and I wanted to make harder to get items
Thanks

About changing the event items drop rate, boxes drop rate, you need specify it into CommonServer.cfg located in DATA folder

Code:
XMasEvent				= 1		; 
XMasEvent_StarOfXMasDropRate		= 60		; N/1000
XMasEvent_ItemDropRateForStarOfXMas	= 900		; N/1000

FireCrackerEvent 			= 1 		; 
FireCrackerDropRate  			= 50		; N/10000
ItemDropRateForFireCracker 		= 50		; N/10
OnlyFireCrackerEffectUse                = 0             ; 

HeartOfLoveEvent 			= 1		; 
HeartOfLoveDropRate  			= 30		; N/10000
ItemDropRateForHeartOfLove 		= 75		; N/100

DevilSquareEvent	  		= 1		; 
EyesOfDevilSquareDropRate 		= 500		; N/10
KeyOfDevilSquareDropRate 		= 500		; N/10

MedalEvent				= 1		; 
GoldMedalDropRate 			= 60		; N/100
ItemDropRateForGoldMedal 		= 80		; N/100
SilverMedalDropRate 			= 60		; N/100
ItemDropRateForSilverMedal 		= 80		; N/100

About changing the items to drop from boxes, you need to edit eventItemBagXX.txt, where XX is number from 0-23 . Each EventItemBag include the items they are dropping from specified box.
 
Upvote 0
Re: [HELP]Changing item drops

What about the exe item drops from monsters? The exe drops are high and I wanted to reduce that...

Thanks for the other information HexaMaster
 
Upvote 0
Status
Not open for further replies.
Back