Jump to content

dalubhasa333

Members
  • Posts

    56
  • Joined

  • Last visited

Posts posted by dalubhasa333

  1. It works fine using DgVoodoo2 with directx 12, however i need to type /skip to turn it of then the game run very smooth.

    Im looking to turn off the "frame skip" permanently so i will not retype it everytime i log in to the game.

     

  2. 19 hours ago, Winterfox said:

    They use different item dbs, did you put the item in both?

    Hi There.

    Yes both have, copied from itemdb renewal and paste it to itemdb prerenewal, also same with the iteminfo.lub to iteminfo.lua

    Tried paste the whole itemdbre to itemdbprere and iteminfo.lub content to iteminfo.lua in case just a mistake in script got no error but same not showing the sprite.

    checked robeid.lub transparentid.lub they are all set fine in grf.

  3. 2 minutes ago, Chaos92 said:

    Then how you solve it ? Just incase other people have the same issue as yours too.

    Then that means the item isnt exist in itemdb or cant be read by itemdb

    Hi There.

     

    Yeah i didnt notice it is not saving to the itemdb since im using winscp the itemdb i opened saved to my pc not in my server 

    However. got new problem in my prerenewal server the costume/item robe is not showing when equiped, but on my renewal server everything is working fine, they are using the same ro client and grf. not sure how this could be.

  4. On 8/25/2023 at 10:30 PM, Takuyakii said:

    set your PACKETVER /CLIENT DATE then recompile.

    recompile is that same ./configure? im running my server in debian 11

    image.png.3c50009dd5eaf3871e595f0f8b24b252.png

    i have used ./configure --enable-packetver=ClientDate but still the same 

     

    Its ok now i found it in the new location thanks man

    • Love 1
  5. On 1/4/2019 at 2:09 AM, crazyarashi said:

    Changing the client files will just update your skill descriptions and other stuffs. As for the server side changes(NPC, Calculations) you need to remove the comment inside renewal.hpp
     

    //#define PRERE
    to
    #define PRERE

     

    I Tried this and configure the server now im not able to log in anymore. 

     

  6. On 1/22/2023 at 2:46 AM, Tokei said:

    Heya,

    • Did you check if the char-server has loaded properly first? The map-server will not connect to the char-server unless the char-server is loaded, so you might want to check that. It should be saying "Awaiting maps from map-server."
    • For inter-server connections, you should also use the localhost IP (127.0.0.1). This goes for map-server to char-server and char-server to login-server. Regardless of your server being public or not, inter-server connections should remain in a "closed" system.
    • But ultimately, since you're using your private IP to connect right now, it would seem to indicate there is also a problem with your port configuration. So make sure port 6121 is forwarded to 192.168.1.14 in your router configuration. Note that this step is only required if you plan to make your server public. You should make sure that the server can run locally first using the localhost IP.

     

    hi sir good morning.

     

    i check the char-server its getting this kind of errer but not loading. 

    image.png.c67d40137075b7be74009584bbfedc55.png

     

    Thanks.

  7. 5 hours ago, Tokei said:

    Heya,

    • Did you check if the char-server has loaded properly first? The map-server will not connect to the char-server unless the char-server is loaded, so you might want to check that. It should be saying "Awaiting maps from map-server."
    • For inter-server connections, you should also use the localhost IP (127.0.0.1). This goes for map-server to char-server and char-server to login-server. Regardless of your server being public or not, inter-server connections should remain in a "closed" system.
    • But ultimately, since you're using your private IP to connect right now, it would seem to indicate there is also a problem with your port configuration. So make sure port 6121 is forwarded to 192.168.1.14 in your router configuration. Note that this step is only required if you plan to make your server public. You should make sure that the server can run locally first using the localhost IP.

    Hi sir good morning

    im using vm virtualbox, have open port on centos7 

    image.png.47517feeedc238d73e6c879ff04559d3.png

    image.png.b702dc8ebaf9c09de00b2cb508645492.png

    image.png.32e707d47a6cb89c8941765c918aff84.png

     

    not sure about the char-server im totally lost 

     

     

     

×
×
  • Create New...