Jump to content

painrugi

Members
  • Posts

    58
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by painrugi

  1. check your lua file. make sure your view id on item_db.txt or item_db2.txt same with lua file.
  2. http://rathena.org/wiki/Custom_Items << read this guide
  3. where can i edit the exp mining??? i want to increase the exp rate.. and why i got some warning message after wisp npc:lang like this.. [Warning]: Incorrect use of 'close' command! <source:lang / path:npc/custom/bk/langManagement.txt>
  4. on src/map/status.c find this line: case SC__UNLUCKY: { short rand_eff; switch(rand() % 3) { case 1: rand_eff = SC_BLIND; break; case 2: rand_eff = SC_SILENCE; break; default: rand_eff = SC_POISON; break; } change to this : case SC__UNLUCKY: { short rand_eff; switch(rand() % 3) { default: rand_eff = SC_STUN; break; } and then recompile your server.
  5. try to edit on conf/battle/status.conf.
  6. hi, i want to disable item_cash_db or just remove the Cash Shop icon in game.. where can i edit that?? Someone can help me......
  7. I need help in changing renewal Base Atk formula depending on stat to pre-re.. someone help me please..
  8. someone can help me for packet_db 2012-07-24aRagexe client?? i want to use this client but i don't have that packet.....
×
×
  • Create New...