Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. 8.2 Added Portuguese, you can go into localization.json and translate.
  2. When equip item that change MaxHP it will does this. So it was normal.
  3. Yes just use $zenyGoal to check the condition. Zeny -= 1000; $zenyGoal += 1000; Something like that.
  4. 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/e7c6zDVN --- 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.
  5. 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)
  6. \rathena\src\map\itemdb.cpp -> void ItemDatabase::loadingFinished(){ -> item->value_sell = 0;
  7. No need 2024 client to test 4th job (It's only special effect related I think?)
  8. Spilt some data to konomi_con.grf
  9. Sure, you can send your Assets folder to me in DM if you still have problem. (So I can debug which error came from)
  10. Will check today. --- After checking with version 7.9 my output was fine.
  11. 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.
  12. I think it was EquipmentProperties.lub to modify each item bonuses. But I can't view it from GRF Edtior (7mb text file size)
  13. They made better and cleaner coding.
  14. Currently latest rAthena git was bugged about atcommand.
  15. Just use latest rAthena on Github. It's work perfectly smooth on my end.
  16. Client was heavier to ran each time they did the update. I'm on 20220602 Client by the way. Maybe you should try 2023 or 2024 Client that could be more optimized? I'm not sure.
  17. Use this https://rathena.org/board/topic/141200-froggo-rö-folder-everything-needed-to-run-the-latest-publicly-available-client/
  18. 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.
  19. New update https://raw.githubusercontent.com/kaninhot004/rAthena-item_db-to-itemInfo/main/easy_item_builder.txt Easy Item Builder --- In case player curious which item to reduce skill cooldown just use this url and Ctrl + F then put skill name.
  20. @MrColour_The solution is create new text file. Create resourceName.txt -> Make your own resourceName list in this new file -> Remove my resourceName.txt -> Put your resourceName.txt -> Done. ---
×
×
  • Create New...