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!

RankingServer: ...stored procedures?

Status
Not open for further replies.
Joined
Dec 22, 2004
Messages
513
Reaction score
162
subj...

hi all..
:rolleyes:
Code:
0041A548: '  SetAutoUpdate : %s ',0
0041A560: 'SetAutoUpdate',0
0041A570: '  Update Hour: %d',0
0041A588: 'SetUpdateHour',0
0041A598: 'BuildRank',0
0041A5A4: 'ShowInfo',0
0041A5B0: 'ShowINI',0
0041A5B8: 'ShowUserCount',0
0041A5C8: 'help',0
0041A5D0: 'resume',0
0041A5D8: 'pause',0
0041A5E0: 'quit',0
.
.
.
.

0041AB68: 'ServerName',0
0041AB80: 'No Character Exists...: %s',0Ah,0
0041AB9C: '[B]exec dbo.ProcGetCharacterInfo_One_Rank[/B] %d ',0
0041ABC8: 'No User Exists...: %s',0Ah,0
0041ABE0: '[B]exec dbo.ProcGetRank_Personal[/B] %d, ',27h,'%s',27h,0
0041AC08: 'QueryUserInfoFromDB...: %s',0Ah,0
0041AC24: 'DB Error...: %s',0Ah,0
0041AC38: 'No Data...: %s',0Ah,0
0041AC48: 'QueryMyRankFromDB...: %s',0Ah,0
0041AC68: 'QueryRankListFromDB(%d) %s',0Ah,0
0041AC84: 'QueryRankListFromDB %s ',0Ah,0
0041ACA0: '-------- exit from SubTheadProc()',0Ah,0
0041ACC4: 'User closed by heartbit check: %s',0Ah,0
0041ACE8: 'Invalid packet header (sPacket_Size: %d) in OnMsg()',0Ah,0
0041AD20: 'Buffer full in OnMsg(): index: %d, IP address: %s',0Ah,0
0041AD58: '[B]Exec dbo.ProcGetRank_Record_My[/B] %d, ',27h,'%s',27h,', %d',0
0041AD84: '[B]Exec dbo.ProcGetRank_Map_My[/B] %d, ',27h,'%s',27h,', %d',0
0041ADB0: '[B]Exec dbo.ProcGetRank_My[/B] %d, ',27h,'%s',27h,', %d',0
0041ADD8: '[B]Exec dbo.ProcGetRank_Record[/B] %d, %d',0
0041ADFC: '[B]Exec dbo.ProcGetRank_Map[/B] %d, %d',0
0041AE1C: '[B]Exec dbo.ProcGetRank[/B] %d, %d',0
 
Junior Spellweaver
Joined
Nov 12, 2010
Messages
169
Reaction score
69
Welcome back and good luck with that
 
Last edited:
Deny everything.
Joined
Jun 17, 2005
Messages
488
Reaction score
110
This is just basic output from the resources of the RankingServer, so it's safe to say Twilight just posted them for reference for interested parties.

Granted - this is my personal opinion but as in S1, the Ranking Server is pretty much a useless beast for most people. If someone is in dire need of statistics or ladders, it'd be easier to implement those without the dedicated server component (possibly into a scheduled query?). Another "limitation" seems to be that the index gets rebuild periodically only; I know that many people prefer live statistics over cached ones (as long as it's feasonable).

Good to know some people from the S1 days are still here/back and in full swing. :)
 
Last edited:
Creator of Code
Joined
Mar 5, 2006
Messages
371
Reaction score
131
This is just basic output from the resources of the RankingServer, so it's safe to say Twilight just posted them for reference for interested parties.

Granted - this is my personal opinion but as in S1, the Ranking Server is pretty much a useless beast for most people. If someone is in dire need of statistics or ladders, it'd be easier to implement those without the dedicated server component (possibly into a scheduled query?). Another "limitation" seems to be that the index gets rebuild periodically only; I know that many people prefer live statistics over cached ones (as long as it's feasonable).

Good to know some people from the S1 days are still here/back and in full swing. :)

Well with the ranking server you could move load of the main gameserver. Also you could present ranking data on a remote webserver for security reasons.
 
Joined
Dec 22, 2004
Messages
513
Reaction score
162
Good to know some people from the S1 days are still here/back and in full swing. :)
=)


Yes. Perhaps you are right and statistics is unnecessary .... But who then is necessary and I posted information here ...
to work properly you need to create multiple tables and fix these procedures or to create a link ... .. pangya_s3_Rank

ps: Of course the port 1433 must be closed for safety on and off xp_сmdshell .....
=)
 
Status
Not open for further replies.
Back
Top