Hello guys can some one help me understand how works this time gift online (cabal online )
Thank you in advance
Hello guys can some one help me understand how works this time gift online (cabal online )
Thank you in advance
[Reward] RewardIdx BattleStyle LevelRangeIndex ElapsedTime ItemIdx ItemOpt DurationIdx
0 1 1 1 10 4 50 1 :Hp Potion(Lv.2)x50 :Lv.1-64 Online 10 Minutes
This is the first line of SpecialInventory.scp from Rewards section.
Ok, first number is 0 this is the ROW NUMBER so if you have the last ROW NUMBER 1000 and you want to add a new line write ROW NUMBER 1001.
Second number is 1. This is RewardIDX same as first line, if your last line is 1001 on RewardIdx u write 1002.
Third number is 1. This is BattleStyle (1 = Warrior, 2=Blader, 3=Wizard....so on). This mean's if you write BattleStyle number 3, only Wizards will receive this gift.
4th number is LevelRangeIndex, this one refers on this:
[LevelRange] Index MinLev MaxLev
0 1 1 64
1 2 65 99
2 3 100 119
3 4 120 169
4 5 170 200
PS:Level Range can be found on the TOP of the same file(SpecialInventory.scp)
So if you want only players with a minimum level 170 and maximum of 200 you need to use LevelRangeIndex 4
5th number is EplasedTime 10. this means they will receive the gift after being this total amount of time, in our case 10 minutes.
6th and 7th is the itemid + option code in our case is HP Potion LV.2 = ItemID 4 x 50 Potions = ItemOpt is 50.
Duration Idx: 1 = 1 HOUR
CODE : 1 = 1 HOUR
CODE: 2 = 2 HOURS
CODE : 3 = 3 HOURS
CODE : 4 = 4 HOURS
CODE : 5 = 5 HOURS
CODE : 6 = 6 HOURS
CODE : 7 = 10 HOURS
CODE : 8 = 12 HOURS
CODE : 9 = 1 DAY
CODE : 10 = 3 DAYS
CODE : 11 = 5 DAYS
CODE : 12 = 7 DAYS
CODE : 13 = 10 DAYS
CODE : 14 = 14 DAYS
CODE : 15 = 15 DAYS
CODE : 16 = 20 DAYS
CODE : 17 = 30 DAYS
CODE : 18 = 45 DAYS
CODE : 19 = 60 DAYS
CODE : 20 = 90 DAYS
CODE : 21 = 100 DAYS
CODE : 22 = 120 DAYS
CODE : 23 = 180 DAYS
CODE : 24 = 270 DAYS
CODE : 25 = 1 YEAR
CODE : 26 = 3 MINUTES
Thank you -S37uP!Update