How to Increase rates?

Newbie Spellweaver
Joined
Jan 26, 2007
Messages
53
Reaction score
0
I need to know how I increase the drop rate and change the Rest Rate.
I am using mangos server and would like to increase the before mentioned only slightly.
Can someone please help me?
Thank you
Skippy
 
I need to know how I increase the drop rate and change the Rest Rate.
I am using mangos server and would like to increase the before mentioned only slightly.
Can someone please help me?
Thank you
Skippy

Edit your mangosd.conf with the notepad located in your mangos root
Scroll down till you get in this part
Change the values "1" for any you like (value 1 is supposed to be blizzlike)


# Drop rates
# Default: 1
Rate.Drop.Items = 1
Rate.Drop.Money = 1

# XP rates
# Default: 1
Rate.XP.Kill = 1
Rate.XP.Quest = 1
Rate.XP.Explore = 1

# Creature Damage Rate.
# Examples: 2 - creatures will damage 2x, 1.7 - 1.7x.
Rate.Creature.Normal.Damage = 1
Rate.Creature.Elite.Elite.Damage = 1
Rate.Creature.Elite.RAREELITE.Damage = 1
Rate.Creature.Elite.WORLDBOSS.Damage = 1
Rate.Creature.Elite.RARE.Damage = 1

# Creature Health Ammount Modifier.
# Examples: 2 - creatures have 2x health, 1.7 - 1.7x.
Rate.Creature.Normal.HP = 1
Rate.Creature.Elite.Elite.HP = 1
Rate.Creature.Elite.RAREELITE.HP = 1
Rate.Creature.Elite.WORLDBOSS.HP = 1
Rate.Creature.Elite.RARE.HP = 1

# Resting points grow rates (1 - normal, 2 - double rate, 0.5 - half rate, etc) from standard values
Rate.Rest.InGame = 1
Rate.Rest.Offline.InTavernOrCity = 1
Rate.Rest.Offline.InWilderness = 1

# Damage after fall rate. (1 - standard, 2 - double damage, 0.5 - half damage, etc)
Rate.Damage.Fall = 1



ps: I think this question was awnsered, plz use the search tool
 
Thank you for answering me so quickly... I am sorry if I didn't see this in the search I conducted, I dont want to become one of those lazy people who ask without looking.
Also, what would be the scale of rates, 1 - ? for money and items. and which will increase time you are rested, does double rate mean you are rested quicker or how does it exaclty work?
Sorry for the noob question.
SKippy
 
Thank you for answering me so quickly... I am sorry if I didn't see this in the search I conducted, I dont want to become one of those lazy people who ask without looking.
Also, what would be the scale of rates, 1 - ? for money and items. and which will increase time you are rested, does double rate mean you are rested quicker or how does it exaclty work?
Sorry for the noob question.
SKippy

rates are:
1 mean one
2 mean double
0.5 mean half

Time for rested:
# Resting points grow rates (1 - normal, 2 - double rate, 0.5 - half rate, etc) from standard values
Rate.Rest.InGame = 1
Rate.Rest.Offline.InTavernOrCity = 1 (this is when you are inside a tavern or city)
Rate.Rest.Offline.InWilderness = 1 (this is when you are outside, elsewhere citys or taverns)

Items and money are same:
1 mean one
2 mean double
0.5 mean half

Hope this helps

Regards

-NeoCortex-
 
I'll embellish on what NeoCortex said. The rates are basically just multiples. Anything you put in there will be used to multiply the exp/drop/etc. before processing it. (ie. exp rate of 3 would result in the exp earned being multiplied by 3, then applied to your character). So, if you wanted, you could even put in 100 as the rate for a high-rate server :)
 
Back