- 5 queries (getcharid to retrieve Char_ID and 1 query for every Special Variable).
huh ? those "special variable" need to run as query ?? isnt that is same as variable ? just direct retrieved ...it dont need any query to execute...it should work the same like other variable stuff....
but method 1 only work when there is a attached player
method 2 will work to search for any players.....even offline...
trunk/conf/char_athena.conf
// Amount of time in seconds by which the character deletion is delayed.
// Default: 86400 (24 hours)
// NOTE: Requires client 2010-08-03aragexeRE or newer.
char_del_delay: 86400
it's your MVP Ladder script problems...and this has been answered many times too...
try search inside the forum..
if i am not mistaken...it's because of the script compare with a non-string arguments...
if your character / account had used this before....you cant use it again....
// -- Usable for Only 1 Time
set .Based,1; // [ 0 - Account Based / 1 - Character Based ]
if( ClassHelper == 1 || #ClassHelper == 1 ) end;