[Help] Table that stores the amount of dead monsters.

04/11/2011 18:15 Mary Shaw#1
Hello friends, i come here again for help.
I'm thinking of creating a new kind of rank for my site, but do not know if it's possible.
Could anyone tell me if there is a table that stores the number of monsters killed by a player? To be more specific i would like to know if exists a table for boss.


Ps.: I apologize if i have not expressed myself in a coherent manner, not always the google translator does a good job. :mofo:
04/16/2011 20:22 AncientDarkHunter#2
I need it too..
04/17/2011 00:05 hio77#3
cq_statistic ... i haven't looked into this much so i cant really tell you how exactly this works but its all stored in this table
04/17/2011 03:05 Eurion#4
Quote:
Originally Posted by hio77 View Post
cq_statistic ... i haven't looked into this much so i cant really tell you how exactly this works but its all stored in this table
It works out like this:

Code:
id = [color=red]Next Available Id[/color]
player_id  = [color=red]cq_user id[/color]
event_type  = [color=red]100000[/color][color=blue]0001[/color] The blue is the monsters cq_monstertype's type field.
data =   [color=red]amount killed[/color]
04/17/2011 11:38 javairc#5
thx Eurion.. :D very helpfull..
04/18/2011 05:44 Mary Shaw#6
Thank you so much, Eurion and hio77.
That helped me a lot! [Only registered and activated users can see links. Click Here To Register...]