Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. http://rathena.org/board/topic/57378-toastys-warper/page__hl__toasty
  2. just some precaution... make sure you add in a nosave mapflag into the map when using euphy script. why ? because the variable / data stored inside the character..will be removed upon player logout.. so, if you didnt have the mapflag ..your charcter will probably stuck inside..and ur map server will spam error also. this is because the warper warp you based on the saved variable.
  3. remove the renewal mechanic here.. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/config/renewal.h /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas #define RENEWAL
  4. if( !Class && !getgmlevel() ){ mes "Novice Level 1 Can Enter."; close; }
  5. arent you already show the script command? just you didnt give a parameter for it ? *bg_get_data(<Battle Group>,<type>); Retrieves data related to given battle group. Type can be one of the following: 0 - Amount of players currently belonging to the group.
  6. if( countitem(674) < 1 ){ mes "You didnt have it."; close; }
  7. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf // Manner/karma system configuration. Specifies how does negative manner // (red no chat bubble) affects players (add as needed): // 0: No penalties. // 1: Disables chatting (includes whispers, party/guild msgs, etc) // 2: Disables skill usage // 4: Disables commands usage // 8: Disables item usage/picking/dropping // 16: Disables room creation (chatrooms and vending shops) manner_system: 15
  8. http://subversion.assembla.com/svn/ClientSide/
  9. http://ratemyserver.net/index.php?page=download_kROLinks
×
×
  • Create New...