Jump to content

Start_

Members
  • Posts

    957
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Start_

  1. Start_

    Voiche chat

    I prefer Discord. You can manage them to private voice rooms.
  2. \rathena\src\map\itemdb.hpp Line 901 and \rathena\src\map\mob.cpp Line 6121 and 6123 Edit MAX_SEARCH to 30
  3. For button it's based on 'Client' you should searching for Chris data and learn how to use it.
  4. Bonus from item bonus will not affected text that announce in your screenshots.
  5. Use other programs to open text files. (Ex. Notepad++)
  6. Now rAthena use YAML format for edit item delay. (db > re > item_xxx)
  7. I just found if you had 1 or more special storage than normal storage, that can cause map server crash.
  8. NEMO already had option for it. Please try read description and tick any option that should affect and see how it goes.
  9. rAthena using YAML format for item_db right now. Please edit on item_xxx.yml files.
  10. use mapflag (Read in docs folder)
  11. I assume autoattack.
  12. Try look for infinite loop scripts. like for( while( + Did you modified any src?
  13. ROLSG worked for me. Make sure you put JPEG with 1024x768 then covert it 4 type loading screen.
  14. Store amount by 'countitem(nnn)' and use 'delitem nnn,amount;' then multiply reward by 'reward * amount'
  15. Try revert everything. and adjust on // Settings lines
  16. Copy the way of 1 handed dagger works maybe?
  17. It could be -Wrong file position or it's located on data folder -Wrong file edited -Check grf order on DATA.INI Try change many file and see how it goes.
  18. Latest rAthena is compatible with 20180620. Downgrade is not good option.
  19. The word your show is located at data/msgstringtable.txt try search those words.
  20. Try atcommand "@whereis fabre";
  21. https://raw.githubusercontent.com/kaninhot004/rathena/monster_room/npc/bomberland/bomberian.txt This function give you new buff everytime you call it. callfunc("RefreshBomberian"); So if you hold a 'character variables' for rebirth count. Then use it for drop rate. Done
  22. use bonus_script to handle droprate per rebirth. (See doc/script_command)
  23. It's show apple because your iteminfo have no data.
×
×
  • Create New...