• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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,312
Reaction score
3,222
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