[SQL] Kill Fetch [KillEvent/Points/Survival]

03/24/2015 13:29 raptter#16
Quote:
Originally Posted by Exo View Post
PHP Code:
IF (@EventID 20)
BEGIN
EXEC Exo_KillFetch 
@CharID,@Desc,@strPos
END 
i added that to add log char and now should i wear job or wait untill it notice or what to do to start it ? :D
03/24/2015 13:56 bestprem#17
IF (@strPos = '0x0000' AND @JobType = 'Job')

--Table
PHP Code:
CREATE TABLE [dbo].[_KillLogs](
    [
ID] [intIDENTITY(1,1NOT NULL,
    [
KillerID] [intNOT NULL,
    [
CharID] [intNOT NULL,
    [
strPos] [varchar](64NOT NULL,
    [
JobType] [varchar](maxNOT NULL
ON [PRIMARYTEXTIMAGE_ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO 
03/24/2015 14:58 ​Exo#18
Quote:
Originally Posted by raptter View Post
i added that to add log char and now should i wear job or wait untill it notice or what to do to start it ? :D
Create that table, change the INSERT INTO TABLE at the procedure to your new table path, go and kill someone, check the table.
03/24/2015 15:53 raptter#19
Quote:
Originally Posted by Exo View Post
Create that table, change the INSERT INTO TABLE at the procedure to your new table path, go and kill someone, check the table.
i added this table but no kills records could u add me on skype to help me ?

my skype lovestory3mr
03/24/2015 16:02 ​Exo#20
^ Just edit this line
03/24/2015 18:19 raptter#21
Quote:
Originally Posted by Exo View Post
^ Just edit this line
i'll try it hope it works :)

i did all what you say but nothing happened ^^ should i add this table at VT_SHARDLOG or VT_SHARD ? :D
03/24/2015 19:35 ​Exo#22
Quote:
Originally Posted by raptter View Post
i'll try it hope it works :)

i did all what you say but nothing happened ^^ should i add this table at VT_SHARDLOG or VT_SHARD ? :D
Are you using any gs addon that disables log?
03/24/2015 19:41 raptter#23
Quote:
Originally Posted by Exo View Post
Are you using any gs addon that disables log?
my srzor disable log = 0

and i use K-guard i don't know it disable it or not :D
03/24/2015 20:00 ​Exo#24
Give me your TV ID/PW -,-
03/24/2015 20:05 raptter#25
Quote:
Originally Posted by Exo View Post
Give me your TV ID/PW -,-
add me on skype better :)

thank alot Exo <3
03/29/2015 13:13 Gummieֆ'#26
Good Job Exo
10/05/2015 15:10 Dev Microsoft#27
thq man
keep it ip
10/06/2015 12:27 Laag#82#28
-good job