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. Pre RE : https://github.com/zackdreaver/ROenglishPRE RE : https://github.com/zackdreaver/ROenglishRE 2018 and above RE : https://github.com/llchrisll/ROenglishRE
  2. 0 status points means you cannot up any stats then.
  3. Chaos92

    Functor

    Why not ask the 'original owner' (in this case, your friend) to deal with Functor ? Thats the best way to do this since you're not the original owner of the license. As far as Im used to deal with Functor for every months, Functor gives full support for example any patches on security updates or changes of encrypted clients.
  4. cleanest way, remove the database (if u didnt use it anymore at all) and create new database+ run all sql scripts again.
  5. https://github.com/rathena/rathena/wiki/Custom-Items Find Loc section.
  6. if(Class==Job_Champion) bonus bDelayRate,-30; if(Class==Job_Lord_Knight) bonus bDelayRate,-50; if(Class==Sniper) bonus bDelayRate,-60;
  7. check any error while you @reloaditemdb at map-server.
  8. As in the error list, Visual Studio older than 2015 are not supported anymore. Download latest Visual Studio Community : https://visualstudio.microsoft.com/downloads/
  9. dif your RO Client. EXE with any zoom options that you want.
  10. Please check your data folder does it have the files for the map there.
  11. your client already diffed with high headgear ID ? if u tried accessoryid.lua, try use accessoryid.lub. It depends on client diff reading lua or lub.
  12. Should be because of their Full Client files (outdated) or your lite client files (if its custom items).
  13. at conf/groups.conf for groupid that u want (use at id: 0 for normal account level 0) before permission line, add log_commands: true permissions: { } Example : groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: { changedress: true resurrect: true rates: true help: true uptime: true mobinfo: true iteminfo: true exp: true time: true } log_commands: true permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true attendance: true } },
  14. I think theres already a few in this forum regarding hatmaker. Try to use the search button.
  15. You need to use correct data folder/GRF/translation depends on your client .EXE requirements. If you're using 2015, then use suitable 2015. About hexed read lua/lub it depends on how the client hexed are patched/diffed. This might helps for older version. I recommend you to use latest one though (newer clients + latest rathena file). kRO Full Client : https://rathena.org/board/topic/106413-kro-full-client-2020-04-09-includes-bgm-rsu rAthena : https://github.com/rathena/rathena Renewal English Translation : https://github.com/llchrisll/ROenglishRE
  16. I mean, the patched EXE for SE and SR to works, try client 2018 and above RagexeRE.
  17. I think u need to use client 2018 or above for Star Emperor and Soul Reaper.
  18. Try to use Chris Renewal Translation : https://github.com/llchrisll/ROenglishRE and read the Wiki/Guides too.
  19. Both of those platform have their own website. XPRO : https://vykimo.com/xpro AndRO : http://roworkshop.com/andro/main/index.html Just a reminder, that development+projects are not related/supported by rAthena. So, you should ask them directly about it.
  20. sprite/ÀÌÆÑÆ®/¼ýÀÚ
  21. if im not mistaken, Functor will be arrived at his country around 13-14 August 2020. So, try to contact him after that time.
  22. Since you're using PRE-RE (which the projects are not mantained anymore), so need to choose the files depends on your need. most probably files in lua files, datainfo, and others. To knows which files needed, need to check on how to add custom item for that. Example headgears = accessoryid, accname, etc. Garments = spriterobeid, etc. If you just considered about items, the skill infos might in Renewal too since its not changed to pre-re.
×
×
  • Create New...