Jump to content

Chaos92

Members
  • Posts

    1535
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Chaos92

  1. how about the IP part that I commented above ? its crucial since from your screenshot it doesnt have port there.
  2. should be sclientinfo.xml. your client read clientinfo not sclientinfo ? Also just change IP at AssistAddr = only. doesnt need to touch another part.
  3. try change 'sakray' to 'primary and try again. and it should be ExternalSettings_kr.lub
  4. so its running. if no firewall blocking the connection to the web server, most probably its clientside. what is your sclientinfo ? can you paste without the IP/domain ?
  5. web server is running or not ?
  6. try to use kRO 2023 or latest.
  7. https://github.com/rathena/rathena/wiki/Packet_DB_Rewrite
  8. use latest git rathena, doesnt need to use any db number or something. just make sure define the correct clientdate in packets.hpp that being used at your client.
  9. original npc isnt found. means you have npc that asked for duplication, but the original npc isnt there. For example maybe you can check healer scripts with its duplicate. I think your error is about the instance create part. try to check is it really readed at your instance db.
  10. its quite easy to get old emulator, the problem is the bug/problem that existed during that time, will exist too.
  11. as it says, quest not found. make sure the quest are added in the server. see db import quest db, change the version to 2.
  12. why not you screenshot the errors ? or paste the error code here.
  13. maybe use older emulator, but I didnt recommend it. Most probably edit what you need only.
  14. most probably doesnt have the sprite file.
  15. make sure your rootURL can be accessed.
  16. Try open your patch URL, make sure can be opened, no issue.
  17. Ask from the discord group of Nemo. Its paid version, not released publicly.
  18. that is RO client. what it needs is the client .EXE with that date which is 20220602 and above. And for sure you need higher RO client too to support that EXE.
  19. Note: The new skills of Dragon Knight (Dragonic Breath), Biolo (Explosive Powder, Mayhemic Thorns), Meister (Mighty Smash, Spark Blaster, Triple Laser) need a client 20220602+.
  20. make sure u disable it in conf, and also check the import folder. and dont forget to restart server.
  21. check lua files. this part most probably skillinfoz folder
  22. u said u are using 20180620 client. So make sure packets.hpp clientdate are correct. and you type above '20180530' which isnt the same as it should be. If you already change clientdate in packets.hpp, ./configure only shouldnt give any issue.
  23. if (countitem(512) > 5) {bonus bAllStats,1;} Something like this, but most probably it wont be updated then the item is consumed/trade ASAP. take effect when itemdb is reloaded or character is relogged.
  24. maybe use countitem /rentalcountitem and add the effect in the item script ? doesnt need to be added in Fav inventory.
×
×
  • Create New...