Jump to content
  • 0

Can't see any players, monsters, NPCS


Ga_Chittolina

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  05/07/16
  • Last Seen:  

Just created my server, and I can't see any "creature" other than me! I can see my own character, skills, etc, but can't see others! Can't even see what other people say. Teleports are also not shown. I've tried hexing a new client, but it didn't fix it. Help, please!

 

PS: Just realised I posted this on the wrong section, can someone move it for me, please?

Edited by Ga_Chittolina
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   3
  • Joined:  09/10/14
  • Last Seen:  

Make sure your mmo.h is set with the correct packet PACKETVER ( eg: 20120410) and re-compile your server again.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  05/07/16
  • Last Seen:  

Make sure your mmo.h is set with the correct packet PACKETVER ( eg: 20120410) and re-compile your server again.

Had forgotten to re-compile the server, thanks, it's working now... But my server is crashing constantly. It looks like it happens when anyone receives a debuff (a player receiving Hallucination, for example), but I can't tell if that's the actual reason. I'm using pre-renewal, packetver 20100730.

 

[spoiler=GDB Output:]Program received signal SIGSEGV, Segmentation fault.

0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434,

damage=1, skill_num=0, skill_lv=0) at battle.c:573

573 if(sce->val2)//Checagem de Mvps[sicks]

Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.149.el6.i686 keyutils-libs-1.4-5.el6.i686 krb5-libs-1.10.3-33.el6.i686 libcom_err-1.41.12-21.el6.i686 libselinux-2.0.94-5.8.el6.i686 mysql-libs-5.1.73-3.el6_5.i686 nss-softokn-freebl-3.14.3-18.el6_6.i686 openssl-1.0.1e-30.el6_6.4.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-29.el6.i686

[Error]: Server received crash signal! Attempting to save all online characters!

[info]: Saved char 150002 - Gabriel: status.

(gdb) continue

Continuing.

Program received signal SIGSEGV, Segmentation fault.

0x0816dde1 in battle_calc_damage (src=0xaa76f9ac, bl=0xcde1968, d=0xbffff434,

damage=1, skill_num=0, skill_lv=0) at battle.c:573

573 if(sce->val2)//Checagem de Mvps[sicks]

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   3
  • Joined:  09/10/14
  • Last Seen:  

Make sure you uncomment all renewal config at src/config/renewal.h and recompile again.

Link to comment
Share on other sites

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