Jump to content

Chaos92

Members
  • Posts

    1536
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by Chaos92

  1. 10 minutes ago, blakbord said:

    Here is my ExternalSettings_kr.lub

    image.thumb.png.50c0ca3bed6a427d539952ea91350381.png

     

    and already change Clientinto.xml

    image.png.b959c35710ff222bfdd8d04b6dea7a10.png

    unfortunately, nothing happens..
    image.png.311983d340588b7fe7361c9a5d17d9d3.png

    should be sclientinfo.xml. your client read clientinfo not sclientinfo ?

    Also just change IP at AssistAddr =  only. doesnt need to touch another part.

    image.png.00cb80441c0bda074e2a7c34052505a6.png

  2. 6 hours ago, blakbord said:

    I've been searching here to fix mine and I found this

    I followed all the steps and still I can't fix mine, here is my ExternalSetting_kr..
    PS: I tried using both Localhost - 127.0.0.1 and My Unit Local IP - 192.168.1.64

     

    web server is running or not ?

  3. 22 minutes ago, GMCasRO said:

    Is there a documentation file/wiki page explaining what PACKETVER (eg: #define PACKETVER 20100811), Packet DB Number (packet_db_ver: 23) and Client EXE (eg: RagexeRE.exe dated 2010-08-11) work well together? I'm trying to reduce the time needed to find a working combination that is stable and reliable, however, I couldn't find anything in the docs/forums after a few searches.

    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.

  4. 4 hours ago, BonaPham said:

    Thank you very much sir, it worked.

    Still, I can't proceed with the Cor Mission. I have 2 scripts for Cor Mission. One came with the packet I downloaded. The other one I downloaded from rathena github.

    The one that came with the packet didn't show any errors in the console, but when I tried to do create Cor Mission instance, this happened: image.thumb.png.a14555d59794b45024f0b9f0bc692b30.png

     

    The one I downloaded from Github is the one that showed the errors I posted above.

    I'm so lost, please guide me. Thank you.

    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.

  5. 2 hours ago, ManokStreZ said:

    yes i try use latest rathena,,and disable each of them 1 by 1 hahaha...because no one have old emulator,,,have but with $$

    its quite easy to get old emulator, the problem is the bug/problem that existed during that time, will exist too.

  6. 20 minutes ago, BonaPham said:

    [Error]: Database version 3 is not supported. Maximum version is: 2
    [Error]: Failed to verify compatibility with QUEST_DB database file from 'db/import/quest_db.yml'.

     

    I've just found out this error too.

    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. 

  7. 8 hours ago, ManokStreZ said:

    hallo, saya mau coba ubah ragnarok offline saya versi 18.1 ke versi update morroc, gimana cara nya ya ?

    maybe use older emulator, but I didnt recommend it. Most probably edit what you need only.

  8. 3 hours ago, konishiwa said:

    hello, the client available in this forum is 20220721 & 20230404, can i use 2022-03-30_Ragexe (the highest ragexe available) with these 2 clients?

    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.

  9. 13 hours ago, konishiwa said:

    hello, i want ask something about job 4 new skills (Dragon Knight, Biolo, Meister), it seems i can't alocated skill points into new skill for example in Dragon Knight in pic

    i'm using new rathena master per 18 January 2024 and ragexe 2022-04-06

    is there something i'm doing wrong? please help me 🙂 🙂 🙂

    test.jpg

    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+.

  10. 3 hours ago, ManokStreZ said:

    i use 2018-06-20eRagexeRE
    and ./configure --enable-packetver=20180530

     

    and then coming problem like this...can someone please tell me where to fix it ? and i Found This Thread but he said solved the problem but i dont know how he fix it

    Thanks.

    1.jpg

    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.

  11. 5 hours ago, NoobInLife said:

    Does this method applies item effects while in inventory? I only know of item effect only applying when equipped.

    Any example?

          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.

×
×
  • Create New...