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!

Caste level not work in K5 server.

Newbie Spellweaver
Joined
Aug 5, 2014
Messages
19
Reaction score
0
Hi, i have a K5 server, i have more of 500 users in TantraBackup00 and i use the query of SQL to copy TantraBackup00 data to GameInfo00 ->

Code:
delete from GameInfo00;insert into GameInfo00(UserID,CharacterName,CharacterLevel,
BrahmanPoint, MBrahmanPoint,Tribe,Trimurity,GuildName,GuildID,GuildRank,curtime,
Name1,Name2,Name3,Level1,Level2,Level3,TotalMoney) select UserID,
CharacterName,CharacterLevel,BrahmanPoint,MBrahmanPoint,Tribe,Trimurity,GuildName,
GuildID,GuildRank,curtime,Name1,Name2,Name3,Level1,Level2,Level3,
TotalMoney from TantraBackup00

My SQL Daemon exports successfully the Rank00.txt and MRank00.txt but all user remain Waisya Level 1, i dont understand this, becaouse all steps work.

Please help me on this.
 
Newbie Spellweaver
Joined
Mar 24, 2017
Messages
21
Reaction score
1
Castes only works for 10k MP Above,

Otherwise players will be either sudra or waisya

Once they reach 10k+ MP they should get their caste levels after a few hours
Yes, MP already reached up to 10k+ and wait for few days, but caste level didn't work.



only country id 4 can use?

Already tried all country ID

Update all info as below:

1. Tantrabackup00 is recording correctly.

2. Gameinfo00 is updated according to Tantrabackup00.

3. all G: K: Q: R: S: subst is created correctly.

4. R
ank00.txt is updating every few hours.

5. running server by order:
chatsrv -> dbsrv -> msgsrv -> itemsrv -> zones -> sqldaemon.

6. tried all country ID on server.

7. running server in Administrator permission.

8. reach 10k+ MP and already wait for few days.

9. Word ID is 0 and Rank00.txt record as below
1 1 UserName_1
1 2 UserName_2
.
.
2 1 UserName_X
2 2 UserName_X
.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 3, 2014
Messages
37
Reaction score
1
for me sql daemon log says that export works,
when i check rank00.txt only 1 entry .... not more .....
stuck at waisya as well

please any help? db etc. all work fine ...
 
Upvote 0
Newbie Spellweaver
Joined
Aug 3, 2014
Messages
37
Reaction score
1
did you check the logs created by SQLDAEMON (in the log folder of SQLDAEMON folder) ?
are those logs showing an error log?
no error log ..
only this: 180317 190812 -system start log
180317 190812 -system dbg [iThreadProc] ThreadID(13) idx(0) JobType(1) Charged(1) WorkThread(1)
180317 190812 -system dbg Rank for serv00 is exported
180317 190914 -system dbg [iThreadProc] ThreadID(18) idx(0) JobType(1) Charged(1) WorkThread(1)
180317 190914 -system dbg Rank for serv00 is exported



when i check rank0.txt i can see date it is new every some hour .. BUT EMPTY

its 24h over already, before i empty table .. backup/gameinfo ... now backupinfo have informaton but gameinfo is not taking it ...
gameinfo empty .... why not updating?

@Panyawan
what u mean? :O
the version?
it is all fine client, zone etc. -> 6.9.0.6

before 2 weeks ... 1 char have mijung (work)
but now dont i dont understand ......
 
Upvote 0
Newbie Spellweaver
Joined
Sep 25, 2020
Messages
99
Reaction score
3
i manage to fix the caste system by replacing the db with the fixed db posted here... it did worked and the caste system is OK.
 
Upvote 0
Back
Top