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!

Bdo success rate

Junior Spellweaver
Joined
Feb 7, 2016
Messages
109
Reaction score
6
Hi there all. Who can say the fs rate and success system?
or the code block about this.
 
Newbie Spellweaver
Joined
Jul 13, 2018
Messages
20
Reaction score
2
I'd like to know this as well. If I can't crank up the crafting success rate then I'll have to rachet up the item drop rates massively to compensate. Well... I'm going to do that anyways, but I could ease off a bit if I know I won't want to gouge my eyes out from upgrade failures.

Edit: It's in gameserver/bin/configs/rate.properties

100% crafting success:
# Enchant armor rates
rate.enchant.armor.level = 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 10000000, 10000000, 10000000, 100000000, 100000000, 100000000, 100000000, 100000000, 1000000000, 1000000000, 1000000000

# Enchant weapon rates
rate.enchant.weapon.level = 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 1000000, 10000000, 10000000, 10000000, 100000000, 100000000, 100000000, 100000000, 100000000, 1000000000, 1000000000, 1000000000, 1000000000

# Enchant clothes rates
rate.enchant.clothes.level = 1000000, 1000000, 1000000, 10000000, 100000000, 1000000000

# Enchant accessory rates
rate.enchant.accessory.level = 1000000000, 1000000000, 1000000000, 1000000000, 1000000000, 1000000000

# Enchant fail rates
rate.enchant.fail = 0
 
Last edited:
Upvote 0
Back
Top