Skills Usage Logging

05/17/2016 18:24 Kardil#1
Can't skills usage be logged ?
i mean when a player use a skill, let that action be inserted in a table with skillID and CharID
05/18/2016 00:40 blapanda#2
It is possible, like the EventID stuff, but why would anyone want this?
05/18/2016 01:08 Kardil#3
Quote:
Originally Posted by blapanda View Post
It is possible, like the EventID stuff, but why would anyone want this?
So how to do that? it doesn't have EventID, i've an idea to do and i need that
05/18/2016 03:43 ​Exo#4
Quote:
Originally Posted by Kardil View Post
So how to do that? it doesn't have EventID, i've an idea to do and i need that
If there's no event id then you probably have to sniff the packets:
CLIENT: 0x7074
SERVER: 0xB074, 0xB070
05/18/2016 12:23 Kardil#5
Quote:
Originally Posted by ​Exo View Post
If there's no event id then you probably have to sniff the packets:
CLIENT: 0x7074
SERVER: 0xB074, 0xB070
Yea i actually have in mind to do that but if i couldn't find a sql solution,
So iam asking if there's a sql solution or not
Btw wanna ask about pemanent buffs too, they are the same idea ( you will need to log buffs usage to insert it in TimedJob) that must be done c# only too?
I know there's a param to put there but this param keeps the buff while death only but if you teleported it will be gone