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!

Editing Cabal server rates in Const.scp

Newbie Spellweaver
Joined
Apr 20, 2013
Messages
26
Reaction score
1
I've been searching how to edit the rates on my server but in the toturial in etc/cabal/data/Const.scp it looks like this:

[Multiple] All_M PC_M Free_P FreePC_P Premium_P PremiumPC_P Remark
0 100 100 0 0 0 0 EXP
1 100 100 0 0 0 0 SKILL EXP
2 100 100 0 0 0 0 CRAFT EXP?
3 100 100 0 0 0 0 DROP RATE
4 100 100 0 0 0 0 ALZ BOMB
5 100 100 0 0 0 0 ALZ AMOUNT

and in my Const.scp file it looks like:

[Multiple_Guide] Free FreePC Premium PremiumPC Default_Value Calc
All_M O O O O 100 multiply
PC_M X O X O 100 multiply
FreeBase_P O O O O 0 plus
FreePCBase_P X O X O 0 plus
Premium_P X X O O 0 plus
PCPremium_P X X X O 0 plus

I already opened with wordpad, notepad and notepad++ and it looks always this way. I use Extornia repack. If the problem isn't about what program I am using to open the file:
1.What numbers should I replace? The 2 first "100" and the 4 "0"?
2. Do this files correspond to:
All_M - EXP?
PC_M - SKILL EXP?
FreeBase_P - CRAFT EXP?
FreePCBase_P -DROP RATE?
Premium_P - ALZ BOMB?
PCPremium_P - ALZ AMOUNT?

Thanks in advance :)



 
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
THis is /etc/data/Multiple.scp not Const.scp xD
[Multiple] All_M PC_M Free_P FreePC_P Premium_P PremiumPC_P Remark
0 100 100 0 0 0 0 EXP
1 100 100 0 0 0 0 SKILL EXP
2 100 100 0 0 0 0 CRAFT EXP?
3 100 100 0 0 0 0 DROP RATE
4 100 100 0 0 0 0 ALZ BOMB
5 100 100 0 0 0 0 ALZ AMOUNT

This is const.scp:
[Multiple_Guide] Free FreePC Premium PremiumPC Default_Value Calc
All_M O O O O 100 multiply
PC_M X O X O 100 multiply
FreeBase_P O O O O 0 plus
FreePCBase_P X O X O 0 plus
Premium_P X X O O 0 plus
PCPremium_P X X X O 0 plus

And for editing rates of ur server edit this:
[Multiple] All_M PC_M Free_P FreePC_P Premium_P PremiumPC_P Remark
0 100 100 0 0 0 0 EXP
1 100 100 0 0 0 0 SKILL EXP
2 100 100 0 0 0 0 CRAFT EXP?
3 100 100 0 0 0 0 DROP RATE
4 100 100 0 0 0 0 ALZ BOMB
5 100 100 0 0 0 0 ALZ AMOUNT
 
Back
Top