Jump to content

pidow

Members
  • Content Count

    10
  • Joined

  • Last visited

Posts posted by pidow


  1. function    script    ControleIP    {
    set .@checkip,0;
                if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 1)) {
                    logmes "WSS: "+strcharinfo(0)+" est en double account !";
                    set @fullmessage$, " est en double account !";
                    callfunc "AlerteForum";
                    set .@checkip,1;
                    }
    return .@checkip;
    }
     

    Sur, this is the script.

    I don't understand why i have this error :/

     

    (Thx to have moving the post :)


  2. Hello,

    I have an error (since i update hercule, before all works fine)

     

        script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes.
    
    
    *   65:                         if (query_sql("SELECT login.account_id FROM login LEFT JOIN `char` ON login.account_id=`char`.account_id WHERE login.last_ip=(SELECT last_ip FROM login WHERE account_id="+getcharid(3)+") AND `char`.online=1", .@account_id) > 1)
     

     

     
    I don't understand what's wrong, can you help me ?
    Thx a lot !

    Oups please move to script support... so sorry. miss clic.


  3. Error in clif :

    lclif.c:87:37: error: ‘const struct packet_CA_LOGIN’ has no member named ‘mac_address’
      safestrncpy(sd->mac_address, packet->mac_address, 17); // Mac Length on Address is 17
     
    Can somebody update patch file ?
    Thx a lot !

  4. Hi i have error in map server:
     
    [Fatal Error]: HPM:plugin_load: failed to load 'plugins/dispbottom_all.so' (error: plugins/dispbottom_all.so: cannot open shared object file: No such file or directory)!
     
    I don't understand because i put *.c file in src/plugins folder.
    may be it's mistake during configuration ? 
    Do you make : configure -> make clean -> make plugins -> make sql
    or
    configure -> make clean -> make sql -> make plugins ?
     
    Thx for you help !
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.