Jump to content

Start_

Members
  • Posts

    954
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by Start_

  1. Updates Supported up to 26 June 2025 items. I did split into 2 files to prevent file size over 4GB.
  2. It's on server side -> Try find it on conf folder. (Maybe item or player)
  3. Oh I remembered it now. It was WARP patch something about party / friend windows, just go check it out you will get rid this crash for sure.
  4. Missing texture files. I can't tell which files but it's friend and party window texture file related.
  5. 8.2 Added Portuguese, you can go into localization.json and translate.
  6. When equip item that change MaxHP it will does this. So it was normal.
  7. I will try that.
  8. Yes just use $zenyGoal to check the condition. Zeny -= 1000; $zenyGoal += 1000; Something like that.
  9. This will help to get rid red errors in game when you received an item and get rid of crash when you drag item. Download: https://pixeldrain.com/u/F5BMhkGU (Latest 26 June 2025) --- Please remove sprite and texture folder in data.grf to slice down a game file size. (Do a backup first just for safety) Thanks to @KingarteR for finding mostly client database files.
  10. Added sprite error checker. (Will read all resourceName.txt and collection folder in Resources folder) Can using in 8.0 (Tutorial: https://youtu.be/_fZOMT6P9T8)
  11. \rathena\src\map\itemdb.cpp -> void ItemDatabase::loadingFinished(){ -> item->value_sell = 0;
  12. No need 2024 client to test 4th job (It's only special effect related I think?)
  13. Spilt some data to konomi_con.grf
  14. Yes
  15. Sure, you can send your Assets folder to me in DM if you still have problem. (So I can debug which error came from)
  16. Will check today. --- After checking with version 7.9 my output was fine.
  17. Custom the map isn't need to follow any official database, this map can rename into wow_prontera or anything for safety implementation if you had concern to it. Original poster didn't do anything wrong from my point.
  18. I think it was EquipmentProperties.lub to modify each item bonuses. But I can't view it from GRF Edtior (7mb text file size)
  19. They made better and cleaner coding.
  20. Currently latest rAthena git was bugged about atcommand.
  21. Just use latest rAthena on Github. It's work perfectly smooth on my end.
  22. Use this https://rathena.org/board/topic/141200-froggo-rö-folder-everything-needed-to-run-the-latest-publicly-available-client/
  23. doc/script_commands.txt already explained how it work. Just try edit some existed scripts first, you'll learn by a bit each time. I must say I'm able to coding because of private Ragnarok Online server too.
×
×
  • Create New...