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!

[Tutorial]talisman prefix percentages

Newbie Spellweaver
Joined
Sep 3, 2011
Messages
86
Reaction score
6
This more a little info thread then a real tutorial :)

If you want to add a new talismans you define the percentage of success from each prefix in the inititem.

Example (changeprefix weapon/ornament/defense x a y b)
x = percentage of the following prefix index a
y = percentage of the following prefix index b

Now you could think the percentage for a success of prefix b is just the value you define as y, sadly its not its y-x.

As Example:
(changeprefix weapon/ornament/defense 20 a 50 b)
the true percentage for b (as it's shown ingame) is 30% (50-20)


i hope this will help some people
 
Back
Top