• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Creaturescripts] Players dont Die.

Overloker

New Member
Joined
Jan 19, 2011
Messages
6
Reaction score
0
I need help, my CreatureScripts with this error when trying to kill a player, he does not die, just die to creatures, but try to kill the player vs. player, an error in the executable creaturescripts speaking, is to help me?
 
PHP:
ALTER TABLE `players` ADD COLUMN `rep` INT( 11 ) NOT NULL DEFAULT '0' COMMENT 'Cyber''s REPSystem © OTLand.net';

add this in your database.
 
Check Knight God's post. That query worked in my tests before Rep System release.
 
ok, i go to localhost:8090/phpmyadmin, add in my database (sql) ctrl+v , execute.
.....
#1103 - Incorrect table name ' players '
 
Back
Top