Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/01/11 in all areas

  1. config/access.php 'create' => AccountLevel::UNAUTH, change to: 'create' => AccountLevel::NOONE,
    2 points
  2. Hello there eathena, Im glad that we have a new forum board to post to let me share this abandoned project that I've designed few weeks ago. It is for a friend of mine which send a request to me and later decided to abandon it since he got already a full web designer. I already contact him and he gave me a GO signal to release it to public. Note: The "Labyrinth" Title is just an imaginary RO title name and no one currently owns that template, feel free to change if there is a same server name. Side Note: He (my friend) is the one who suggested the whole draft, I am aware that it is somewhat familiar to us. Preview: Download the .psd file here: http://www.mediafire.com/?ztr269edxf8kp27 You are free to edit the file, experiment with it and even code it if you want. You have the full access of the file. Have fun and enjoy Faintlights
    1 point
  3. Im using Dafont.com
    1 point
  4. There is a method called map_foreachpc which will loop through all online players and execute a given method. map_foreachpc(clif_displaymessage(sd->fd, "TEXT"));
    1 point
  5. To be sure . I'm looking to find the way to comment in 'src/map/script.c' . I think we can use block comment. const char* skip_space(const char* p) { if( p == NULL ) return NULL; for(; { while( ISSPACE(*p) ) ++p; if( *p == '/' && p[1] == '/' ) {// line comment while(*p && *p!='n') ++p; } else if( *p == '/' && p[1] == '*' ) {// block comment p += 2; for(; { if( *p == '0' ) return p;//disp_error_message("script:skip_space: end of file while parsing block comment. expected "CL_BOLD"*/"CL_NORM, p); if( *p == '*' && p[1] == '/' ) {// end of block comment p += 2; break; } ++p; } } else break; } return p; }
    1 point
  6. Hey guys, christmas is coming up and in the spirit of it, I was inspired to make a christmas themed patcher skin. It's free and usable for all who wish too. Just please leave the credits to me. Don't forget, Rate 1 ~ 10! Good/Bad comments are happily welcome.. Preview Download Mediafire PS. Later on in the week, I will release coded thor patcher files for this skin.
    1 point
  7. This sounds really great! The merge along with new administration and reorganization seems like you said, "for this is the start of another era of Private server hosting." +1 for that haha
    1 point
  8. Woo finally Time to get started Come idle at #RAthena on the Rizon IRC network
    1 point
  9. Added Arsinoé Guide in english in wiki format : http://code.google.com/p/aerie-pinkpanther/wiki/Sommaire?wl=en (French incoming soon)
    1 point
×
×
  • Create New...