Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

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

    Add mob error

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

    Add mob error

    Try check this 3 points
  20. 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).
  21. Try change this function to npc script-based.
  22. It should limit all bonus not just subdefele try look at src on my repo. (Use Notepad++ Find all by [Start]) https://github.com/kaninhot004/rathena/tree/monster_room In my server player had random option about 1000% and they still died
  23. if (sd->indexed_bonus.subdefele[type2] > 99) sd->indexed_bonus.subdefele[type2] = 99; Limit it on src '\src\map\pc.cpp' line 4353
×
×
  • Create New...