Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. For button it's based on 'Client' you should searching for Chris data and learn how to use it.
  2. Bonus from item bonus will not affected text that announce in your screenshots.
  3. Use other programs to open text files. (Ex. Notepad++)
  4. Now rAthena use YAML format for edit item delay. (db > re > item_xxx)
  5. I just found if you had 1 or more special storage than normal storage, that can cause map server crash.
  6. NEMO already had option for it. Please try read description and tick any option that should affect and see how it goes.
  7. rAthena using YAML format for item_db right now. Please edit on item_xxx.yml files.
  8. Try look for infinite loop scripts. like for( while( + Did you modified any src?
  9. ROLSG worked for me. Make sure you put JPEG with 1024x768 then covert it 4 type loading screen.
  10. Store amount by 'countitem(nnn)' and use 'delitem nnn,amount;' then multiply reward by 'reward * amount'
  11. Try revert everything. and adjust on // Settings lines
  12. Copy the way of 1 handed dagger works maybe?
  13. 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.
  14. Latest rAthena is compatible with 20180620. Downgrade is not good option.
  15. The word your show is located at data/msgstringtable.txt try search those words.
  16. Try atcommand "@whereis fabre";
  17. 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
  18. use bonus_script to handle droprate per rebirth. (See doc/script_command)
  19. It's show apple because your iteminfo have no data.
  20. Start_

    Add mob error

    Oh I see you new mob is not follow rAthena indent. That is the problem. rAthena indent
  21. Start_

    Add mob error

    Try check this 3 points
  22. Ummm you do this on item script right? For ::OnXXX just call the main npc that contain every item script to call. - script MawJustin ,{ OnSetChaosCheck: end; OnSetPowerfulCheck: end; } then call it on function MawJustin::OnSetChaosCheck instead of strcharinfo(3).
×
×
  • Create New...