Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. http://rathena.org/board/topic/57378-toastys-warper/page__hl__toasty
  2. 3226
  3. 3223
  4. 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.
  5. 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
  6. if( !Class && !getgmlevel() ){ mes "Novice Level 1 Can Enter."; close; }
  7. 3221
  8. reloadscript or restart server
  9. 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.
  10. 3219
  11. if( countitem(674) < 1 ){ mes "You didnt have it."; close; }
  12. 3212
  13. 3210
  14. 3208
  15. 3206
  16. 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
  17. 3204
  18. 3202
  19. http://subversion.assembla.com/svn/ClientSide/
  20. 3200
  21. http://ratemyserver.net/index.php?page=download_kROLinks
  22. 3198
  23. 3196
  24. remove it from skill_db.txt ?
×
×
  • Create New...