Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/29/15 in all areas

  1. UPDATED, NOW HAVE 72 HEADS UPDATED, NOW HAVE 84 HEADS !!!!! Here a Compiliation of basic customs Hairs from Ragnarok Online, This include the 29 oficial heads. All of these heads aren't made be me, with exception of #68, #69, #70 and #71 male heads and female #70 and #71 heads, this pack cames from internet and a bit of search, the authors put the credit on Spr files... But who diferent on that pack? - Repeated Heads Removed; - Missaligned Heads Fixed; (like #48 and #61) - 6 Unique Heads. - Now this pack is mixed with smokim pack (from cronus) - No Female Heads in Male pack, with exception of classic #43 I'm Still Working On this Pack to change female heads into male heads (like #43, #55, #56 etc - Male Hairstyles), to make all heads in Oficial Collors (1~7 to work with them), To Increase this into 100 Hairstyles Pack. Preview: DOWNLOAD: 84 Heads.zip Mirror 4Shared Mirror MediaFire
    1 point
  2. Hey, y'all! I just wanted to share with you guys a bunch of jobs & wings sprites I found on my ole' treasure box that i've DL'd a long time ago, and i'm not sure if it's still available somewhere. So I figured, why not share it with everyone since it's free(I guess..) and also for the sake of keeping them alive for the public to utilize! Disclaimer I DO NOT own any of these sprites, I am merely uploading a mirror of them. All credits should go to the respective people who made these. Download: 83 Job Class sprite collection Download: 82 Wings sprite collection
    1 point
  3. You're a genius Anyways, I'd like to have the "@maintenance on|off" function as it is pretty neat in my opinion. I just don't understand how to make a .patch-file out of the above code (i read the diff guide). Can you explain me how to do it? Index: = showing you what files is effected + = showing you that line need to be add - = showing you that line should be deleted example : Index: src/char_sql/char.c (file that effected or need to change) =================================================================== --- src/char_sql/char.c (revision 15077) +++ src/char_sql/char.c (working copy) @@ -2650,7 +2650,7 @@ break; case 1 code replace case 0x2b02: // req char selection - if( RFIFOREST(fd) < 18 ) (it need to be deleted, replace with the code below) + if( RFIFOREST(fd) < 19 ) (it need to be add/replace with the code above) case 2 add a new code lines, marked with '+' + case 0x2737: // is it maintenance? + if (RFIFOB(fd, 2) == CHARSERVER_ST_MAINTENANCE) { + //yezzz it iss + runflag = CHARSERVER_ST_MAINTENANCE; + //ShowInfo("Maintenance: On\n"); + } else { + if (runflag == CHARSERVER_ST_MAINTENANCE) { + runflag = CHARSERVER_ST_RUNNING; + //ShowInfo("Maintenance: Off\n"); + } + } RFIFOSKIP(fd, 3); + break; +
    1 point
  4. Or just edit /conf/login_athena.conf // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 to 10 or whatever GM level you want to be able to login and restart it. Then revert it to -1 when you're done and restart again.
    1 point
  5. 1 point
  6. Search is golden man. http://www.phpeasystep.com/phptu/9.html https://rathena.org/board/topic/60438-flux-cp-online-status-with-user-online-counter/ https://rathena.org/board/files/file/2339-fluxcp-addson-server-online-users-highest-peak
    1 point
×
×
  • Create New...