Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. Maybe you can use Chris Translation, Renewal dan overwrite with pre-renewal part. You can read the Wiki/instruction first. https://github.com/llchrisll/ROenglishRE
  2. When the PR is complete, it will be merged with rathena master in git. or you can pull it for test/feedback too.
  3. https://github.com/rathena/rathena/pull/7024 Expanded 4th not yet implemented, still in PR.
  4. try to not change anything, and edit the inter-athena.conf part only for connection.
  5. Hello, is it multiserver with different rates, or NPC that can choose EXP rates ? Sorry, its weird if players can choose the EXP rate themselves. Maybe you can elaborate more ?
  6. If Im not mistaken that normal 700 palette already released free by Kamishi and she's making 4th job palette currently. https://kamishi.ragnawork.com/ Maybe can find his contact there. Btw for that palette I didnt have any issue using that. maybe diffing client parts ?
  7. Ah my bad im just checking on pre-re its not unique there. To merge it back if need, you might use mergician npc script https://github.com/rathena/rathena/blob/63c3e67d9312fb4e896728c2adefc683d5507cc0/npc/re/other/item_merge.txt
  8. hello, sorry can you elaborate more. Example what item are you equip, screenshot also helps a lot.
  9. are you sure you are using the normal blessing scrol box (10) item ID 13697 ? your rathena = latest rathena or older ? Because ive tried using that itemID by @item and bought using cash shop, no problem its stacked.
  10. I dont know if I understands your request, but have you tried change elite siege box type from cash to usable ?
  11. if u already set that to false, the the script reloaded, it should be fine. Except you running another mapserver that doesnt reload the script, or reloaded wrong script. This doesnt include @job list.
  12. add turbo_room<TAB>mapflag<TAB>novending in npc/mapflags folder or in the script.
  13. as it said, mysql not found or disabled. make sure mysql is installed.
  14. ./configure make clean make sql make server then start server ./athena-start start
  15. ./configure make clean make sql make server then ./athena-start start
  16. You can use Chris Renewal English Translation Folder. https://github.com/llchrisll/ROenglishRE Please make sure read the instruction/wiki .
  17. Hello, depends on your client date, use the correct data folder for it. You can use Chris English Translation but make sure read the wiki/instruction so that you know how to use it. https://github.com/llchrisll/ROenglishRE
  18. if you understand that formulation, then int_guild should be. g->max_member=6; and g->max_member = 6 + guild_checkskill(g, GD_EXTENSION) * 1; Thats mean 6 is the basic max member without guild extension skill. and each guild extension skill will increase 1 more capacity. So max guild extension level 10 gonna be 6 + (10X1) = 16.
  19. you need to configure the formulation. 16 can be done by.. 6+10*1
  20. Get it from Chris English Translation https://github.com/llchrisll/ROenglishRE Read the instruction/wiki.
  21. The things that you need to change for max capacity guild.
  22. That pull request already merged. Download latest rathena https://github.com/rathena/rathena and its already merged inside so no need to pull it anymore.
  23. FLD means folder. its not in GRF. GRF means GRF which will be repacked in the GRF.
  24. 1. use client translation files from Chris . Please read the instruction/wiki how to use it : https://github.com/llchrisll/ROenglishRE 2. Your should use newer client. For example : 20211103. Try to get it from Nemo : http://nemo.herc.ws/ 3. Latest rathena : https://github.com/rathena/rathena.
  25. there are also follow up updates which corrected something so it might have some corrected updates after that too. You need to go through all related commits.
×
×
  • Create New...