Jump to content

herenow

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by herenow

  1. Well i use 2010-07-30aRagexeRE

    Well i im pretty sure i need to change the hexed. I did try to edit he HEX but then i figured out i didnt really know what I was doing.

    Does anyone know a hex fix for this? Well im gonna try some other hexed in the mean while.

    @gepard

    What did you do to fix it? Changed the clientinfo?

    @edit

    Well issue is kinda resolved. I am developing a server with a friend and i was using his 20100730. I diffed one just like ngek202 (kro) and it worked. I dont really know where the hell did he get this hexed.

    Thanks for the help.

  2. Sorry my bad.

    Use this code

    OnPCLoginEvent:
    query_sql("SELECT COUNT(char_id) FROM `char` LEFT JOIN `login` ON `char`.account_id=login.account_id WHERE online AND last_ip = (SELECT `last_ip` FROM `login` WHERE `account_id` = "+getcharid(3)+")",.@count);
    if( .@count > 3 ) {
    atcommand "@kick "+strcharinfo(0);
    }
    
    

  3. yep.

    Use something like

    OnPCLoginEvent:
    query_sql("SELECT COUNT(*) FROM `login` WHERE `last_ip` = (SELECT `last_ip` FROM `login` WHERE `account_id` = "+getcharid(3)+")",.@count);
    if( .@count >= 3 ) {
    atcommand "@kick "+strcharinfo(0);
    }
    

  4. Hello. First of all thank you for you attention.

    Well... For the past hour i have been trying to figure out how to fix the Expire: %s problem..

    What happens is that when i rent a item. Its descriptions should show when the item will expire. Example: Expire: 02/12/05:13

    But insted it shows Expire: %s. So maybe the source isnt sending the information to fill in the %s? Or maybe the client im using 2010-07-30 does not have this feature?

    Does anyone know if this is a source problem? or if it can only be fixed changing the client? I dont really think its src related. And im having a hard time to get my 2011-06-09 to work on the eamod. I dont really know why. It passes the login-server but when its trying to connect to the char-server it gets timed outed (cannot connect...). And im so sleepy that i cant really think straight rs. So here i am. Asking for help.

    Thanks.

×
×
  • Create New...