Jump to content

none

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by none

  1. Hi everybody !

    I've some error with mysql request :

    .@nb = query_sql("select id,cmd,char from `CMDIST` ORDER BY `id` DESC LIMIT 1", .@id, .@cmd$, .@char$);
    (09/02/2014 17:55:11) [ SQL Error ] : DB error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from `CMDIST` ORDER BY `id` DESC LIMIT 1' at line 1
    (09/02/2014 17:55:11) [ Debug ] : at script.c:16265 - select id,cmd,char from `CMDIST` ORDER BY `id` DESC LIMIT 1
     
    Another error with this sql:
    query_sql("SELECT COUNT * FROM `auction`",.@count );

    Can you explain me where is the error ?

    Thx a lot !

     

  2. Hi,

    I've an error:

    parse_line: expect command, missing function name or calling undeclared function

    *  384 : 'p'cblockmove getcharid(3),0;

     

    it's a script in callfunction.
    how to attach player ?

    Thx a lot

  3. client need a patch:

     

    The client can only send the correct MD5 hash to the server on certain

    server types, so a client diff is required to ensure the hash is sent.
    Please refer to your client diff tool manual for the appropriate patch,
    called "Force Send Client Hash Packet" or a similar name.

     

    @niunzin: i don't speek about password MD5 !!! but client check mD5 !

  4.  

    // Client MD5 hash check

    // If turned on, the login server will check if the client's hash matches
    // the value below, and will not connect tampered clients.
    // Note: see 'doc/md5_hashcheck.txt' for more details.
    client_hash_check: off
     
    // Client MD5 hashes
    // The client with the specified hash can be used to log in by players with
    // a group_id equal to or greater than the given value.
    // If you specify 'disabled' as hash, players with a group_id greater than or
    // equal to the given value will be able to log in regardless of hash (and even
    // if their client does not send a hash at all.)
    // Format: group_id, hash
    // Note: see 'doc/md5_hashcheck.txt' for more details.
     
  5. Bump,

    I can use getnameditem, but use it ?

    I wish: game master use this NPC: input name of player

    the NPC give sign item to player.

     

    But with getnameitem no possible to give amount and player name

     

    >is possible : getnameditem(<item id>,"<name to inscribe>","AMOUNT ?", "TO PLAYER NAME?");

  6. Hi,

    I search to make a NPC how allow to remove @item of Gamemaster.
    So my NPC make item only for npc, but i wish that this item was sign by the name of the GM.

     

    What is the function ?
    How to sign item (stuff) and sign item (consumable) ?

     

    Thx a lot.

  7. Hi,

    i've a question:

    Before when you put a card in a item, it's show in the name (as:"katar"->"bloody katar").

    But now this not show (client 07/08/2013), is a miss configuration, an error in client, or something else ???

    Thx a lot !

  8.  

    So the client not read a file ?

     

    btw what client you are using?

     

    I use 20130708 client.

    i'm french so swear word is not ok. i've 2 choice : disable with patch or edit file to translate swear word.

    Do you know what file is read ?

    Thx a again !

  9. Hi emitry,

    thx for your fast reply.

    So i just make this:

     

    //quick option to disable all renewal option, used by ./configure

    #define PRERE
    //#ifndef PRERE
    /**

     

    the server read automaticaly pre re folder Db ?

  10. Hello keyworld,

     

    >Sorry my english is too bad, and i know that you're french. 

     

    J'ai un petit souci avec le script, je n'ai rien qui s'affiche.
    Alors je me pose des questions: y a t il des droits particuliers sur certains fichiers/dossiers ?
    J'ai mis client et data en 777 et tout les php en 755.

     

    As tu une idée ?

    Merci ;)

     

    EDIT:

    i've found this in error log:

    PHP Warning: parse_ini_file() has been disabled for security reasons in /.../core/class.Client.php on line 41
    PHP Warning: Invalid argument supplied for foreach() in /.../core/class.Client.php on line 44

     

    EDIT 2: if you have this problem, just delete parse_ini_file from php.ini !

     

    EDIT 3: quels sont les droits nécessaires sur quels tables pour l’accès mysql ? Si je lui donne que l’accès 'select' a la base 'char', ca ne fonctionne pas :/

    post-320-0-09558600-1391759676_thumb.png

  11. hi thx for your reply,

    i don't understand it's default configuration of Rathena server, no custom, just install and launch !

    and allready some error :/

    May be i forget something ?

    i use wiki for Rathena instal 

    thx for your help :)

×
×
  • Create New...