Jump to content

Start_

Donators
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Start_

  1. Try look for infinite loop scripts. like for( while( + Did you modified any src?
  2. ROLSG worked for me. Make sure you put JPEG with 1024x768 then covert it 4 type loading screen.
  3. Store amount by 'countitem(nnn)' and use 'delitem nnn,amount;' then multiply reward by 'reward * amount'
  4. Try revert everything. and adjust on // Settings lines
  5. Copy the way of 1 handed dagger works maybe?
  6. 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.
  7. Latest rAthena is compatible with 20180620. Downgrade is not good option.
  8. The word your show is located at data/msgstringtable.txt try search those words.
  9. Try atcommand "@whereis fabre";
  10. 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
  11. use bonus_script to handle droprate per rebirth. (See doc/script_command)
  12. It's show apple because your iteminfo have no data.
  13. Start_

    Add mob error

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

    Add mob error

    Try check this 3 points
  15. 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).
  16. Try change this function to npc script-based.
  17. 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
  18. if (sd->indexed_bonus.subdefele[type2] > 99) sd->indexed_bonus.subdefele[type2] = 99; Limit it on src '\src\map\pc.cpp' line 4353
  19. Rate 1 is smallest value that can be put on db. Try set all drop rate in conf to normal value (100) and type @mi 1086 In game, it will show exact drop rate 0.01% for sure. Then adjust drop rate at your wish and check with mi again.
  20. If you cant enter character screen it's was hair, hair color, clothes color, robe, bodystyle, headgear look for sure. Try go into sql database > char -> set all above value to 0 After that track it which error came from.
  21. You should search in src folders like {bank, button, packet, receive}. (Not sure, I'm not know that much) Then write a debug console command to print out message if you're at correct coding lines.
  22. Look like it's client command but some command link up with server like /w The /commands I think it's not link up with server. so maybe you should try set motd? Also /showname can be done in savedata folder (OptionInfo.lua)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.