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!

Please help to get Rank damage ingame

Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
21
Hi everyone, I want to show these information in my website.
---
root@user:/home/gamedbd# ./gamedbd
Compiled By developer, Oct 17 2012 11:32:58Gamedbd version CNET 1.31
Usage: ./gamedbd conf-file
[ importclsconfig | exportclsconfig | clearclsconfig | importrolelist rolelistfilenamelist
| exportrolelist roleidfilename rolelistfilename | printlogicuid | printunamerole zoneid
| printunamefaction zoneid | gennameidx | exportunique zoneid | query roleid
| exportrole roleid | merge dbdatapath | mergewdb dbdatapath | listrole | listrolebrief
| listuserbrief | listfaction | listfactionuser | listroleinventory | listcity | listshoplog
| listsyslog | updateroles | convertdb | repairdb | tablestat | tablestatraw
| findmaxsize dumpfilename | read tablename id | rewritetable fromname toname
| rewritedb | listid tablename | rewritetable roleidfile fromname toname | compressdb
| decompressdb | walkalltable | exportgametalk outputdir | exportuserstore roleid ]

---
I have tried to found with gamedbd command but still can't find that information, please help if you have any idea.
Thank you.

 
Skilled Illusionist
Joined
Nov 24, 2013
Messages
325
Reaction score
22
Rank damage from the npc in the later versions that spawns basically a dummy you hit and see what the max hit is. Cant remember his name off hand.
I honestly have no idea how to do this or if its possible but figured id clarify it a tad for people.

Smooth Anton i think is his name or something along those lines maybe heaven fall rankings?.
 
Upvote 0
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
Rank damage from the npc in the later versions that spawns basically a dummy you hit and see what the max hit is. Cant remember his name off hand.
I honestly have no idea how to do this or if its possible but figured id clarify it a tad for people.

Smooth Anton i think is his name or something along those lines maybe heaven fall rankings?.

oh.. that guy. yea, you'd best to get some data and try to dine the table in gamedbd with the table list
 
Upvote 0
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,793
Reaction score
2,131
on gs.conf file


Code:
[World_gs01]
index 			= 	1
tag			= 	1
cid			=   	0,2,13
base_path		=	world/
limit           	=    	allow-root;commondata;
grid			=	{800,800,25,-10000.0,-10000.0}
base_region		=	{-4096.0,-5632.0} , {4096.0,5632.0}
local_region		=	{-4096.0,-5632.0} , {4096.0,5632.0}
[COLOR="#FF0000"]dps_rank=1[/COLOR]
height_limit=800.0
 
Upvote 0
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
on gs.conf file


Code:
[World_gs01]
index 			= 	1
tag			= 	1
cid			=   	0,2,13
base_path		=	world/
limit           	=    	allow-root;commondata;
grid			=	{800,800,25,-10000.0,-10000.0}
base_region		=	{-4096.0,-5632.0} , {4096.0,5632.0}
local_region		=	{-4096.0,-5632.0} , {4096.0,5632.0}
[COLOR="#FF0000"]dps_rank=1[/COLOR]
height_limit=800.0

which is good and all, but he's trying to export that data, not just have it in the table
 
Upvote 0
Junior Spellweaver
Joined
Apr 16, 2016
Messages
117
Reaction score
21
Thanks everyone so much.
Thanks @Psytrac and @Fluzzy to clearly explain.
What means of the "dps_rank=1", I would like to get the rank, name and number of damage.
But I have another idea, so when the player killed the dummy, so the board cast will appear in the chat, so I can get the chat in \logs\world2.chat.
 
Last edited:
Upvote 0
Back
Top