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] how to decrease the money droprate

Newbie Spellweaver
Joined
Apr 3, 2020
Messages
40
Reaction score
2
it seems 100% now,but i cant find where to set the money droprate.

GameServer/GameServerInfo - Common.dat
Code:
ItemDropTime = 30    
ItemDropRate_AL0 = 3
MoneyDropTime = 5                
MoneyAmountDropRate_AL0 = 10
can not find MoneyDropRate...

and the MoneyDropRate field in monster.txt didnt work,i tried 0 or 1,but the money droprate still was 100%.

==============================================
modify the MoneyDropRate field in monster.txt to 100000000,no money droped.
 
Last edited:
Newbie Spellweaver
Joined
Apr 3, 2020
Messages
40
Reaction score
2
What files do you use?
S16 by MUDevs

it looks like this:
smth - [Help] how to decrease the money droprate - RaGEZONE Forums
 
Upvote 0
Joined
May 26, 2009
Messages
17,304
Reaction score
3,216
it seems 100% now,but i cant find where to set the money droprate.

GameServer/GameServerInfo - Common.dat
Code:
ItemDropTime = 30    
ItemDropRate_AL0 = 3
MoneyDropTime = 5                
MoneyAmountDropRate_AL0 = 10
can not find MoneyDropRate...

and the MoneyDropRate field in monster.txt didnt work,i tried 0 or 1,but the money droprate still was 100%.

==============================================
modify the MoneyDropRate field in monster.txt to 100000000,no money droped.

how much exp has ur server?

also in gameserver folder/data/gameserverinfo common file the
MoneyAmountDropRate_AL0 = 10 try change that to 100/1000/5000 etc and reload common or restart gs
 
Upvote 0
Newbie Spellweaver
Joined
Apr 3, 2020
Messages
40
Reaction score
2
how much exp has ur server?

also in gameserver folder/data/gameserverinfo common file the
MoneyAmountDropRate_AL0 = 10 try change that to 100/1000/5000 etc and reload common or restart gs

if MoneyAmountDropRate_AL0 changed,the amount of money changed, but the droprate not changed.

and change the value of field MoneyDropRate in monster.txt, the droprate will be changed.
but the field value of all records of monsters should be changed.
if set the MoneyDropRate to x,the droprate in game seems to be 10/x.
so when i tried 0 or 1,monsters droped money 100%,when i tried 1000 or larger number,
almost no money droped.
 
Upvote 0
Back
Top