Jump to content

herenow

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by herenow

  1. Nope. But there must have some source edition with some diferent color message. Cause i dont really think you can change the colors of the board alerts, the hexed controls they're colors i think. So you would have to send a diferent type o board message. @edit o.O you are male? great plastic surgery
  2. I can see some people almost jumped from they're chair thinking they would have access to entire npcs rsrs. Anyways.. Seems really nice for the devs.. Great job man..
  3. No. It is not possible. Even if you tweak and make the Incardception. Once you equipped that card in another place you would lose the slotted cards. You would need to edit the src and DB.
  4. 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.
  5. Well you are saying its a problem at the source then? Well just woke up ill give it a better look today. @edit Well after some tests.. Its not a data problem.. Not a source problem.. Its the 2010-07-30 client problem. Anyone knows a fix?
  6. 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); }
  7. 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); }
  8. 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...