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!

[TUT] SOF Server side Faq

Newbie Spellweaver
Joined
Jul 19, 2005
Messages
97
Reaction score
3
1.Why the EXP from Lv80~lv95 is 1 and when i modify the exp to something can i cant login into server(server Crash)?
Ans: it's becoz the EXP is Exceeded 21E , here is the EXP table which will fix that problem.

"FLD_LEVEL","FLD_EXP"
1,33
2,36
3,41
4,46
5,51
6,58
7,65
8,72
9,81
10,91
11,102
12,114
13,128
14,143
15,161
16,180
17,202
18,226
19,253
20,284
21,318
22,356
23,399
24,447
25,500
26,561
27,628
28,703
29,788
30,882
31,988
32,1107
33,1240
34,1389
35,1555
36,1742
37,1951
38,2185
39,2447
40,2741
41,3070
42,3439
43,3851
44,4314
45,4831
46,5411
47,6060
48,6788
49,7602
50,8515
51,9537
52,10681
53,11963
54,13398
55,15006
56,16807
57,18824
58,21083
59,23613
60,26447
61,29620
62,33175
63,37156
64,41614
65,46608
66,52201
67,58466
68,65481
69,73339
70,82140
71,91997
72,103037
73,115401
74,129249
75,144759
76,162130
77,181586
78,203376
79,227782
80,255116
81,285729
82,320017
83,358419
84,401429
85,449601
86,503553
87,563980
88,631657
89,707456
90,792351
91,887433
92,993925
93,1113196
94,1246780
95,1396394
96,1563961
97,1751637
98,1961833
99,2197253
100,2460923
101,2756234
102,3086982
103,3457420
104,3872311
105,4336988
106,4857427
107,5440318
108,6093156
109,6824335
110,7643256
111,8560446
112,9587700
113,10738224
114,12026811
115,13470028
116,15086432
117,16896804
118,18924420
119,21195351
120,23738793
121,26587448
122,29777942
123,33351295
124,37353450
125,41835864
126,46856168
127,52478908
128,58776377
129,65829543
130,73729088
131,82576579
132,92485768
133,103584060
134,116014148
135,129935845
136,145528147
137,162991524
138,182550507
139,204456568
140,228991357


2. Why everytime after authenticated , the server list appeared but cannot login ?
ans: The server's Maxuser is -10 => means under maintain . You need to open TBL_Online , insert and execute this query

DELETE From TBL_Online

and Reinsert the Server name, server zone , Nowuser and Maxuser [depend on the numbers of sub-server you have)


3. After I edited the EXP table , it become less KI , what i should do?
You have to Raise up the Level\droprate of the mobs
open rxjhgame , open TBL_NPC , TBL_Monster, TBL_Drop -> have to update 3 tbls

update TBL_NPC
set FLD_LEVEL = FLD_LEVEL*2

update TBL_Monster
set FLD_LEVEL = FLD_LEVEL*2

update TBL_DROP
set FLD_LEVEL1 = FLD_LEVEL1*2

update TBL_DROP
set FLD_LEVEL2 = FLD_LEVEL2*2


4.How do I manually add accounts?
Go to rxjhaccount , open TBL_Account. Add in your ID , Password , Sex , Name that's it and execute/press Down arrow

5. We Need your question here to make this FAq complete
 
Last edited:
Master Summoner
Joined
Jul 26, 2006
Messages
533
Reaction score
0
Re: SOF Server side Faq

dclub said us! dont change -.-...
Read befor u change.
 
Custom Title Activated
Loyal Member
Joined
May 18, 2006
Messages
1,425
Reaction score
119
Re: SOF Server side Faq

thk u. for fix bug
 
Newbie Spellweaver
Joined
Jun 17, 2006
Messages
18
Reaction score
0
Re: SOF Server side Faq

Thankyou but new TBL_EXP dont balance with KI point
easy to promote Lv but have low KI
 
Last edited:
Newbie Spellweaver
Joined
Sep 9, 2006
Messages
26
Reaction score
0
Re: SOF Server side Faq

I'm sure you can edit the amount of Ki given.
 
Newbie Spellweaver
Joined
Jun 17, 2006
Messages
18
Reaction score
0
Re: SOF Server side Faq

I'm sure you can edit the amount of Ki given.

KI cant edit it
monster Lv1-20 KI=1
Lv21- ?? = KI 2, 3, 4, 5....

in case kill 1 Bobcat EXP 6 KI 1

First skill job Lv10 Use KI 150-170
Wind Sprint Lv15 Use KI 450

Char promote to Lv 15
Old TBL_EXP = EXP 16497 KI = 2700
New TBL_EXP = EXP 1222 have KI = 200

16497/1222 =13.5

dont balance with KI point
 
Newbie Spellweaver
Joined
Jul 19, 2005
Messages
97
Reaction score
3
Re: SOF Server side Faq

It's depend on the Monster Lv . you will need to raise up all mobs level , Yellow named Mob give you Full Ki , white name -> 50% .. green name and lower lv -> KI 1 .. feel free to adjust the EXP rate [but not the EXP table]
.
servergame.ini >0<?
 
Newbie Spellweaver
Joined
Sep 9, 2006
Messages
26
Reaction score
0
Re: SOF Server side Faq

So just raise the levels to solve the Ki problem?
 
Newbie Spellweaver
Joined
Jul 19, 2005
Messages
97
Reaction score
3
Re: SOF Server side Faq

you have to update the Droprate rate when you raised up the lv of mobs
open rxjhgame ,
TBL_NPC , TBL_Monster, TBL_Drop -> have to update 3 tbls

update TBL_NPC
set FLD_LEVEL = FLD_LEVEL*2

update TBL_Monster
set FLD_LEVEL = FLD_LEVEL*2

update TBL_DROP
set FLD_LEVEL1 = FLD_LEVEL1*2

update TBL_DROP
set FLD_LEVEL2 = FLD_LEVEL2*2
 
Newbie Spellweaver
Joined
Jul 19, 2005
Messages
97
Reaction score
3
Re: SOF Server side Faq

4.How do I manually add accounts?
Go to rxjhaccount , open TBL_Account. Add in your ID , Password , Sex , Name that's it and execute/press Down arrow
 

mns

Newbie Spellweaver
Joined
Sep 5, 2006
Messages
80
Reaction score
0
Re: SOF Server side Faq

KI cant edit it
monster Lv1-20 KI=1
Lv21- ?? = KI 2, 3, 4, 5....

in case kill 1 Bobcat EXP 6 KI 1

First skill job Lv10 Use KI 150-170
Wind Sprint Lv15 Use KI 450

Char promote to Lv 15
Old TBL_EXP = EXP 16497 KI = 2700
New TBL_EXP = EXP 1222 have KI = 200

16497/1222 =13.5

dont balance with KI point

You can edit the amount of Ki given.. come on you have a 3 man team and you guys are still moving slow..
 
Newbie Spellweaver
Joined
Jul 19, 2005
Messages
97
Reaction score
3
Re: SOF Server side Faq

Actually you can lower down the EXP of mob and make EXP:KI = 2:1, then you need adjust the exp rate in servergame.ini to about 120~150 (Must better than b4)
 
Back
Top