stepwise droprate Sox and etc...

03/21/2017 13:08 BF59#1
Hello

can someone explain me if its possible to do that shit !

exe : for 80 gap server.

lvl 1 to lvl 24 : sos drp rate x 40
lvl 25 to lvl 42 : sos drop rate x 20
lvl 43 to lvl 80 : sos drop rate x 2

same for elixir, coins, gold

Thx
04/09/2017 13:56 HighSilkroad#2
hmm weird . I think its possible . but no't sure . and if found someone you shuold to pay.
04/09/2017 21:04 original1337#3
Yes, it's possible.
Go to _RefDropClassSel_RareEquip
In this table you will have columns with ProbGroup1 ... 2 ... 3

ProbGroup1 = SOS D1
ProbGroup2 = MOON D1
ProbGroup3 = SUN D1
ProbGroup4 = SOS D2
ProbGroup5 = MOON D2
ProbGroup6 = SUN D2

And so on.
You just change the drop data you want by respecting the lines on the left that represent the level of the monster (MonLevel).

Based on this you change the drop rate of each 1.
1 = 100%
0.1 = 10%
0.001 = 0.1%

Good luck!

Remember that in server.cfg you also have the drop rate that I believe to multiply all the existing factors in drop.

Example:

If you put in server.cfg 10x and the table put 0.001 the drop rate will actually be 1% and not 0.1% as before.

I hope you understood.