Jump to content

pidow

Members
  • Content Count

    10
  • Joined

  • Last visited

About pidow

  • Rank
    Member

Recent Profile Visitors

1068 profile views
  1. hi no body have a answer ? :/
  2. 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
  3. 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.
  4. @Dastgir: Thx for your reply, but it too difficult, i don't have the skill to do it. the patch is not up to date :/
  5. sorry, i bump Thx for your help !
  6. 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 !
  7. pidow

    SQL database

    Hello, I need some information: is possible to a script to read a different SQL database than ragnarok. I think like IPB database. Do you think is possible ? how ? Thx a lot !!
  8. pidow

    failed to load

    to plugins conf yes.. But makefile in ? can you explain me ? thx !
  9. pidow

    failed to load

    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 !
  10. hi ! Where can we found LUA /LUB for this exe ? thx a lot !
×
×
  • Create New...

Important Information

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