Jump to content
  • 0

Make a client for server


guiges9999

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/22/23
  • Last Seen:  

Hello,

I've followed https://github.com/rathena/rathena/wiki, that is a bit out of date but not too hard to adapt it.

All the server part seem to work, except I dont know if i'm in renewal or not, nothing during the installation allow us to chose if we are or not, or maybe we cant ? During sql script execution we need to run main.sql and logs.sql, but item_db_re.sql for example are not used and when starting mapserv, it say that we need thoses table, so i've added all *_re table but i still got a BUNCH or errors and warning.

For example

Spoiler
Error]: npc_parse_mob: Unknown mob ID 21076 (file 'npc/re/mobs/tra_fild.txt', line '49').
Error]: npc_parse_mob: Unknown mob ID 3750 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '79').
Error]: npc_parse_mob: Unknown mob ID 3751 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '80').
Error]: npc_parse_mob: Unknown mob ID 3752 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '81').
Error]: npc_parse_mob: Unknown mob ID 3753 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '82').
Error]: npc_parse_mob: Unknown mob ID 3754 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '83').
Error]: npc_parse_mob: Unknown mob ID 3755 (file 'npc/re/mobs/dungeons/gef_dun.txt', line '84').
Error]: npc_parse_mob: Unknown mob ID 20367 (file 'npc/re/mobs/dungeons/glastheim.txt', line '210').
Error]: npc_parse_mob: Unknown mob ID 20368 (file 'npc/re/mobs/dungeons/glastheim.txt', line '211').
Error]: npc_parse_mob: Unknown mob ID 20369 (file 'npc/re/mobs/dungeons/glastheim.txt', line '212').
Error]: npc_parse_mob: Unknown mob ID 20370 (file 'npc/re/mobs/dungeons/glastheim.txt', line '213').
Error]: npc_parse_mob: Unknown mob ID 20371 (file 'npc/re/mobs/dungeons/glastheim.txt', line '214').
Error]: npc_parse_mob: Unknown mob ID 20379 (file 'npc/re/mobs/dungeons/glastheim.txt', line '215').
Error]: npc_parse_mob: Unknown mob ID 20380 (file 'npc/re/mobs/dungeons/glastheim.txt', line '216').
Error]: npc_parse_mob: Unknown mob ID 20420 (file 'npc/re/mobs/dungeons/glastheim.txt', line '217').
Error]: npc_parse_mob: Unknown mob ID 20421 (file 'npc/re/mobs/dungeons/glastheim.txt', line '218').
Error]: npc_parse_mob: Unknown mob ID 20422 (file 'npc/re/mobs/dungeons/glastheim.txt', line '219').
Error]: npc_parse_mob: Unknown mob ID 3792 (file 'npc/re/mobs/dungeons/ice_dun.txt', line '45').
Error]: npc_parse_mob: Unknown mob ID 3793 (file 'npc/re/mobs/dungeons/ice_dun.txt', line '46').
Error]: npc_parse_mob: Unknown mob ID 3794 (file 'npc/re/mobs/dungeons/ice_dun.txt', line '47').
Error]: npc_parse_mob: Unknown mob ID 3795 (file 'npc/re/mobs/dungeons/ice_dun.txt', line '48').
Error]: npc_parse_mob: Unknown mob name GAN_CEANN (file 'npc/re/mobs/dungeons/nif_dun.txt', line '9').
Error]: npc_parse_mob: Unknown mob name BRUTAL_MURDERER (file 'npc/re/mobs/dungeons/nif_dun.txt', line '10').
Error]: npc_parse_mob: Unknown mob name GHOST_CUBE (file 'npc/re/mobs/dungeons/nif_dun.txt', line '11').
Error]: npc_parse_mob: Unknown mob name LUDE_GAL (file 'npc/re/mobs/dungeons/nif_dun.txt', line '12').
Error]: npc_parse_mob: Unknown mob name DISGUISER (file 'npc/re/mobs/dungeons/nif_dun.txt', line '14').
Error]: npc_parse_mob: Unknown mob name GROTE (file 'npc/re/mobs/dungeons/nif_dun.txt', line '15').
Error]: npc_parse_mob: Unknown mob name PIERROTZOIST (file 'npc/re/mobs/dungeons/nif_dun.txt', line '16').
Error]: npc_parse_mob: Unknown mob name BLUEMOON_LOLI_RURI (file 'npc/re/mobs/dungeons/nif_dun.txt', line '17').
Error]: npc_parse_mob: Unknown mob name DEATH_WITCH (file 'npc/re/mobs/dungeons/nif_dun.txt', line '18').
Error]: npc_parse_mob: Unknown mob ID 3760 (file 'npc/re/mobs/dungeons/pay_dun.txt', line '168').
Error]: npc_parse_mob: Unknown mob ID 3761 (file 'npc/re/mobs/dungeons/pay_dun.txt', line '169').
Error]: npc_parse_mob: Unknown mob ID 3762 (file 'npc/re/mobs/dungeons/pay_dun.txt', line '170').

 

Also i thought a web server will be shipped with rAthena to manage new player etc, but no ? So why sebser.bat need to be started ? I got an 404 Error while trying to reach the ip+port.

Despite all of this, I tried to find how to connect to my server. Oh god it's a pain in the a$$, it's been three hours and i'm still lost.

Document say's

Quote

Client Side

Diff your client

See Hexing.

Data Folder

  1. Download the most recent data folder here.
  2. Edit your clientinfo.xml as needed.

Connect

Execute your exe.

Well, but what exe ? There is no exe in this github or any vs solution to get one ?

So after digging I found

https://rathena.org/board/topic/110561-client-side-guide/ but it outdated too, in the old rev part I, packet_db does not exist, part II still updated and part III ... outdated and NEMO can't be downloaded anymore, well, more diggint that lead me to

https://rathena.org/board/topic/126571-warp-a-successor-to-nemo/. This allow me to update an EXE, like one that can be downloaded here ? https://ratemyserver.net/index.php?page=download_kROLinks

But lasted version is 20200603 (YYYYMMDD), but in my packets.hpp (that seem to replace packet_db) I have the version 20211103. So is that a problem ? Did I missed something ?

best regards (from someone who's trying to enjoy an old game because of a passing nostalgia)

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...