[SAT] ItsCriminal

DB Input String addAccountZombieKill

3 posts in this topic

Hey all,

I activated the writing of ZedKills to the DB, got the DB entry also but, after every ZedKill i get this Error message in my exDB Logs and no ZedKill is written into the DB:

 

[22:37:22:364400 +02:00] [Thread 11204] extDB2: SQL_CUSTOM_V2: Error No Custom Call Not Found: Input String addAccountZombieKill:UIDXXXXXXXXXXXXX
[22:37:22:364534 +02:00] [Thread 11204] extDB2: SQL_CUSTOM_V2: Error No Custom Call Not Found: Callname addAccountZombieKill

Someone who might want to help me :), do I need to enter something into the "@ExileServer\extDB\sql_custom_v2\exile.ini" to get this done, I looked up here but didnt found any solution.

If you need some more infos just let me know.

greetz
ItsCriminal

Edited by [SAT] ItsCriminal

Share this post


Link to post
Share on other sites

exile.ini

[addAccountZombieKill]
SQL1_1 = UPDATE account SET zedkills = zedkills + 1 WHERE uid = ?
Number Of Inputs = 1
SQL1_INPUTS = 1

run query exile sql

ALTER TABLE account ADD zedkills int(11) DEFAULT '0'

 

  • Like 1

Share this post


Link to post
Share on other sites
On 21.12.2016 at 7:55 PM, par4na said:

exile.ini


[addAccountZombieKill]
SQL1_1 = UPDATE account SET zedkills = zedkills + 1 WHERE uid = ?
Number Of Inputs = 1
SQL1_INPUTS = 1

run query exile sql


ALTER TABLE account ADD zedkills int(11) DEFAULT '0'

 

Thanks :D worked

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.