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. I dont understand. If dc at payon cave, does the character relog at Prontera ? Since u said happens only at Prontera, does it mean if the character at Prontera, then it wont appear at last coordinate online ?
  2. your client already have error while starting it. 100% client side files issue. read chriss data translation instruction if you didnt.
  3. https://github.com/rathena/rathena/issues/6323 https://github.com/rathena/rathena/commit/cc6c1c3eff98395575568e600097c384b49f89b5 This related case.
  4. You need fixed IP address from ISP. usually need to pay more for each month (usually for business plan). And are you sure your internet are good enough ? Because doesnt mean that others wont have lagging issue if they trying to connect to your fixed IP.
  5. hello, are u using latest one ? Because if im not mistaken Apr 28, 2022 have commit about stone curse related https://github.com/rathena/rathena/commit/3b9c28aa464b8adb3decb5357725e1f705c8517e
  6. your conf error is from database 'log'. but your screenshot doesnt have that. check that log part.
  7. Just try to use that. Is it still error for you ?
  8. find job restriction such as this :
  9. check chriss folder and make sure u are using the skillinfoz that working for your clientdate. different client date = different skillinfoz.
  10. https://github.com/llchrisll/ROResourceCollection I didnt know if its here but have u tried this ?
  11. seems like your client can access the login server but not reaching map server ? make sure your ports are opened and not blocked by firewall for character and map server. and make sure your client data folder are suitable with your clientdate , and in src/config/packets.h about creating using _M and _F its in 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
  12. Here is the Pull Request, which not being merged yet in master. https://github.com/rathena/rathena/pull/6891
  13. https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml You need to edit this, insert the job, enable the levels required. Should be in import folder after recompile.
  14. 2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.
  15. You need to insert job there # Insert jobs here Try recheck again.
  16. your client read lub files or not ? and what clientdate ?
  17. custom max level ? Try to edit and enable your import/job_stats.yml in db folder regarding the BaseEXP, BaseHP, BaseSP.
  18. Its regarding the skilldescript.lub, skillinfolist.lub and skilltreeview.lub in skillinfoz from your GRF so pre-renewal most probably doesnt have this. You need to add the info manually. You can get it from here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz Search for MC_CARTDECORATE skilldescript.lub [SKID.MC_CARTDECORATE] = { "Change Cart 2", "^CC3399Requirement: Finish Quest^000000", "Type: ^339900Supportive^000000", "Description: ^777777You can choose a variety of", "cute designs carts.^000000" }, skillinfolist.lub [SKID.MC_CARTDECORATE] = { "MC_CARTDECORATE", SkillName = "Change Cart 2", MaxLv = 1, SpAmount = { 40 }, bSeperateLv = false, AttackRange = { 1 } }, skilltreeview.lub [JOBID.JT_MERCHANT] = { [1] = SKID.MC_INCCARRY, [3] = SKID.MC_MAMMONITE, [4] = SKID.MC_IDENTIFY, [5] = SKID.MC_LOUD, [8] = SKID.MC_DISCOUNT, [9] = SKID.MC_PUSHCART, [12] = SKID.MC_CHANGECART, [13] = SKID.MC_CARTDECORATE, [15] = SKID.MC_OVERCHARGE, [16] = SKID.MC_VENDING, [19] = SKID.MC_CARTREVOLUTION },
  19. make sure u download full client kRO
  20. check the log when starting server. see any errors shown
×
×
  • Create New...