Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Please check your data folder does it have the files for the map there.
  2. 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.
  3. Should be because of their Full Client files (outdated) or your lite client files (if its custom items).
  4. 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 } },
  5. I think theres already a few in this forum regarding hatmaker. Try to use the search button.
  6. 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
  7. I mean, the patched EXE for SE and SR to works, try client 2018 and above RagexeRE.
  8. I think u need to use client 2018 or above for Star Emperor and Soul Reaper.
  9. Try to use Chris Renewal Translation : https://github.com/llchrisll/ROenglishRE and read the Wiki/Guides too.
  10. 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.
  11. sprite/ÀÌÆÑÆ®/¼ýÀÚ
  12. if im not mistaken, Functor will be arrived at his country around 13-14 August 2020. So, try to contact him after that time.
  13. 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.
  14. use Chris RO Folder too : https://github.com/llchrisll/ROenglishRE
  15. OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP )&& rand(100) > 50 ) { getitem 501,1; dispbottom "You have received item from random drop."; announce ""+strcharinfo(0)+" received item from random drop.",bc_all; end; }
  16. check inside your GRF or data folder and find it in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\login_interface
  17. http://nemo.herc.ws/downloads/
  18. You need to use client 20180620.
  19. seems like your RO folder have insufficient files. Since you're using old clients, try to use zackdreaver either PRE or RE depends on your settings. https://github.com/zackdreaver
  20. change it in your database, login table, change the groupid to 99 for Admin GM account level.
  21. maybe because of the maps are not in map_index, maps_athena.conf , and make sure also have map cache.
  22. U need to enable the setting conf/login_athena.conf // Can you use _M/_F to make new accounts on the server? // Note: This only works if client side password encryption is not enabled. new_account: no Change to yes
×
×
  • Create New...