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!

Little Editing Server.

Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
All files are in ETC/Cabal/Data/
By DarKXL
Edit craft succes:
Code:
[UpgradeCore]	Grade_Value	E_Default	Enhance
0	1	100	100
1	2	100	100
2	3	52.5	100
3	4	41.25	100
4	5	30	60
5	6	18.75	30
6	7	8	15
For me its a upgrading succes not crafting.
Normal Core
0 -> 1 = 100%
1 -> 2 = 100%
2 -> 3 = 52.5%
3 -> 4 = 41.25%
4 -> 5 = 30%
5 -> 6 = 18.75%
6 -> 7 = 8%
Enchanced Core
0 -> 1 = 100%
1 -> 2 = 100%
2 -> 3 = 100%
3 -> 4 = 100%
4 -> 5 = 60%
5 -> 6 = 30%
6 -> 7 = 15%



Edit Guild make fee:
Const.scp
10000000 - Default change it to 10 or 0 or whatever.
Code:
[Guild]	CreateFee
0	10000000

Edit Start stats on all characters (dont tested cuz i cant make acc)
Level.scp
1 - Start lvl [LEVEL]
40 - Start HP [HP]
20 - Start MP [MP]
4 - Start Attack Rate [AR]
3 - Start Deffence Rate [DR]
4 - Start deff [DEF]
22 - Start Attack [ATK]
9 - Start Magic [MATK]
Code:
[1LvStandard]	LEVEL	HP	MP	AR	DR	DEF	ATK	MATK
0	1	40	20	4	3	4	22	9


Edit skill points on each rank:
Rank.scp
M1s,M1m,M2s,M2m - Blader and Warrior
M3s,M3m,M4s,M4m - Wizard and Force archer
M5s,M5m,M6s,M6m - Force blade and Force shielder
s - sword
m - magic
Now in Rank up column
1 - Novice
2 - Apperience
3 - Regular
4 - Expert
5 - A . expert
6 - Master
7 - A. Master
8 - G. Master
9 - Completer
10 - Trasncender
Code:
[RankUp]	M1sRank	M1mRank	M2sRank	M2mRank	M3sRank	M3mRank	M4sRank	M4mRank	M5sRank	M5mRank	M6sRank	M6mRank
0	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>
1	21	11	21	11	11	21	11	21	16	16	16	16
2	42	22	42	22	22	42	22	42	32	32	32	32
3	63	33	63	33	33	63	33	63	48	48	48	48
4	84	44	84	44	44	84	44	84	64	64	64	64
5	105	55	105	55	55	105	55	105	80	80	80	80
6	126	66	126	66	66	126	66	126	96	96	96	96
7	147	77	147	77	77	147	77	147	112	112	112	112
8	168	88	168	88	88	168	88	168	128	128	128	128
9	189	99	189	99	99	189	99	189	144	144	144	144
10	210	110	210	110	110	210	110	210	160	160	160	160


Edit Rank up bonuss
0 - Novice
1 - Apperience
2 - Regular
3 - Expert
4 - A . expert
5 - Master
6 - A. Master
7 - G. Master
8 - Completer
9 - Trasncender
UpgradeNum - Number of upgrade skils slots
sNum - Number of Sword skils slots
sStr - after sword rank up str gained
sDex - after sword rank up dex gained
mNum - Number of magic skils slots
mINT - after magic rank up int gained
mDex - after magic rank up dex gained

Code:
[RankUpBonus]	UpgradeNum	sNum	sSTR	sDEX	mNum	mINT	mDEX
0	1	3	0	0	4	0	0
1	2	5	4	4	6	4	4
2	2	7	6	6	9	6	6
3	3	9	8	8	11	8	8
4	3	11	10	10	14	10	10
5	4	13	12	12	16	12	12
6	4	15	14	14	19	14	14
7	5	17	14	14	21	14	14
8	5	19	14	14	24	14	14
9	6	21	14	14	26	14	14
 
The Cat in the Hat
Legend
Joined
Oct 26, 2005
Messages
4,475
Reaction score
677
I should have watched my mouth and not said/talked poop to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
 
Junior Spellweaver
Joined
Dec 28, 2006
Messages
132
Reaction score
0
Btw, i wouldn't mess with character tables D:
 
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
wow nice, i think you already set up your server

more power dude
 
Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
i just read that all files ^_^ its easy.. i make a server just for me, to see how it is ;- )
 
Junior Spellweaver
Joined
Oct 25, 2006
Messages
149
Reaction score
1
kapa22
It's so great kapa ;-). Thanks ;-).
 
Game Developer
Joined
Oct 1, 2005
Messages
420
Reaction score
47
to edit start char need to edit tables(not files) on account database

Code:
cabal_newCharData_table << for status gold and etc
cabal_newEtcData_table << for Invetory and Equipments start items(its in binary u need to know how to edit)
cabal_newFlagData_table << for new char flags.

i found that analyzing createchar procedure, try to study some procs heheh, my server can delete character nicelly (but need to test more)
 
Newbie Spellweaver
Joined
Aug 30, 2005
Messages
94
Reaction score
0
In DB you can change that what you typed, But in INI. files you can edit something else.
 
Back
Top