Skip to main content

ItemOptionRate

Exemple:

0 // Section 0
//Index Rate0 Rate1 Rate2 Rate3 Rate4 Rate5 Rate6 Rate7 Rate8 Rate9 Rate10 Rate11 Rate12 Rate13 Rate14 Rate15 Comment
0 7000 1500 1000 500 0 0 0 0 0 0 0 0 0 0 0 0 //Level Option (Common)
end

1 // Section 1
//Index Rate0 Rate1 Comment
0 9400 600 //Skill Option (Common)
end

2 // Section 2
//Index Rate0 Rate1 Comment
0 9600 400 //Luck Option (Common)
end

3 // Section 3
//Index Rate0 Rate1 Rate2 Rate3 Rate4 Rate5 Rate6 Rate7 Comment
0 9600 150 100 50 0 0 0 0 //JoL Option (Common)
end

4 // Section 4
//Index Rate0 Rate1 Rate2 Rate3 Rate4 Rate5 Rate6 Comment
0 10000 0 0 0 0 0 0 //Exc Option (Common)
end

5 // Section 5
//Index Rate0 Rate1 Rate2 Rate3 Rate4 Rate5 Rate6 Rate7 Rate8 Comment
0 10000 0 0 0 0 0 0 0 0 //Set Option (Common)
end

6 // Section 6
//Index Rate0 Rate1 Rate2 Rate3 Rate4 Rate5 Comment
0 10000 0 0 0 0 0 //Socket Option (Common)
end

Section 0: Item level.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return level +0.
  • Rate1: Proportional rate to return level +1.
  • Rate2: Proportional rate to return level +2.
  • Rate3: Proportional rate to return level +3.
  • Rate4: Proportional rate to return level +4.
  • Rate5: Proportional rate to return level +5.
  • Rate6: Proportional rate to return level +6.
  • Rate7: Proportional rate to return level +7.
  • Rate8: Proportional rate to return level +8.
  • Rate9: Proportional rate to return level +9.
  • Rate10: Proportional rate to return level +10.
  • Rate11: Proportional rate to return level +11.
  • Rate12: Proportional rate to return level +12.
  • Rate13: Proportional rate to return level +13.
  • Rate14: Proportional rate to return level +14.
  • Rate15: Proportional rate to return level +15.

Section 1: Item skill.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return skill disabled.
  • Rate1: Proportional rate to return skill enabled.

Section 2: Item luck.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return luck disabled.
  • Rate1: Proportional rate to return luck enabled.

Section 3: Item Jewel of Life option.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return JoL option disabled.
  • Rate1: Proportional rate to return JoL option with value 1.
  • Rate2: Proportional rate to return JoL option with value 2.
  • Rate3: Proportional rate to return JoL option with value 3.
  • Rate4: Proportional rate to return JoL option with value 4.
  • Rate5: Proportional rate to return JoL option with value 5.
  • Rate6: Proportional rate to return JoL option with value 6.
  • Rate7: Proportional rate to return JoL option with value 7.

Section 4: Item excellent option.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return excellent option disabled.
  • Rate1: Proportional rate to return 1 excellent options.
  • Rate2: Proportional rate to return 2 excellent options.
  • Rate3: Proportional rate to return 3 excellent options.
  • Rate4: Proportional rate to return 4 excellent options.
  • Rate5: Proportional rate to return 5 excellent options.
  • Rate6: Proportional rate to return 6 excellent options.

Section 5: Item ancient option.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return set option disabled.
  • Rate1: Proportional rate to return any set option with +5 stats.
  • Rate2: Proportional rate to return any set option with +10 stats.
  • Rate3: Proportional rate to return 1º set option with +5 stats.
  • Rate4: Proportional rate to return 1º set option with +10 stats.
  • Rate5: Proportional rate to return 2º set option with +5 stats.
  • Rate6: Proportional rate to return 2º set option with +10 stats.
  • Rate7: Proportional rate to return 3º set option with +5 stats.
  • Rate8: Proportional rate to return 3º set option with +10 stats.

Section 6: Item socket option.

  • Index: Option rate identification number.
  • Rate0: Proportional rate to return socket option disabled.
  • Rate1: Proportional rate to return 1 socket slots.
  • Rate2: Proportional rate to return 2 socket slots.
  • Rate3: Proportional rate to return 3 socket slots.
  • Rate4: Proportional rate to return 4 socket slots.
  • Rate5: Proportional rate to return 5 socket slots.
HOW PROPORTIONAL RATE WORKS:

The proportional rate is the relative value of the column rate compared with the sum of all columns rate.

Index   Rate0   Rate1   Rate2
1 0 7000 3000
2 0 66 66
3 0 10 30
4 0 1 2
  1. 0+7000+3000 = 10000
  2. 0+66+66 = 132
  3. 0+10+30 = 40
  4. 0+1+2 = 3

Getting the individual rate of Rate1:

Formula: Column Rate / Total Rate x 100

  1. 7000 / 10000 = 0,7 x 100 = 70%
  2. 66 / 132 = 0,5 x 100 = 50%
  3. 10 / 40 = 0,25 x 100 = 25%
  4. 1 / 3 = 0,33 x 100 = 33%