Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Many of items will be sprite missing. Try to use https://github.com/llchrisll/ROResourceCollection and put every country sprite together. If you know something is missing, You can also help him to correct missing sprites.
  2. data > msgstringtable.txt Find the wording and edit it.
  3. Work fine on my end. (Latest rAthena)
  4. Yes you can change texture of it. (Try to use GRF Editor and find these buttons).
  5. Use older client like 20151104
  6. \conf\battle\player.conf Line 180
  7. Problem is he want to disable to spawn all monster on prt_fild for 45 minutes. I don't know easiest ways to do it. Only way I know is manually script to spawn monster.
  8. You should leave .env there. If you can't see emblems change in seconds try re-open game client and set emblem again.
  9. Change getequippercentrefinery to getequiprefinerycnt
  10. Do you compile when server is running? If so just try stop server first and update then compile and start server again.
  11. Some patch are errors when patched. Leave it be or wait NEMO update soon.
  12. Strange.. It's work fine on my end. 2020-03-04aRagexeRE
  13. Find 'hateffect' in item_db and try to use item scripts like that one you found.
  14. Go to Client folders >> System >> iteminfo Copy resourcesName from Archangel Wings to Costume Archangel Wings resourcesName.
  15. Problem came from Client-Side. Try you using https://github.com/llchrisll/ROenglishRE
  16. Try use cap_value on item bonus or somewhere that calculate those bonuses. --- Not sure this is correct way to fix but you can try Go to \src\map\pc.cpp Line 3725 Add sd->subrace[type2] = cap_value(sd->subrace[type2], 0, 90);
  17. Hey, now skill_db of rAthena is yaml. Did you use the newest rAthena? Otherwise please check on import folder.
  18. If some stats are too high it can be cause overload value then final result will start from 0 again. Try lower your item bonus script. Is there something like ASPD +100%?
  19. Try lower value / Or your import folders had overwritten normal files.
  20. Clone this https://github.com/llchrisll/ROenglishRE and copy this to YourROClientFolders/data
×
×
  • Create New...