Jump to content

Recommended Posts

Hello. Recently encountered a few errors in my syserr. I directed to you with a request. Are these errors are serious? I have problems with 500+ players? :

1.

SYSERR: Sep 13 21:36:09 :: Process: SEQUENCE 4242c400 mismatch 0xaf != 0x64 header 254
SYSERR: Sep 13 21:36:09 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
	[254 : 0xaf]

2.

SYSERR: Sep 13 21:56:03 :: Entergame: !GetMovablePosition (name [GM]Name 1126400x1510400 map 215 changed to 1135200x1653400)

3.

SYSERR: Sep 13 21:57:17 :: Click: CQuestManager::Click(pid=1, target_npc_name=New Npc) - NOT EXIST NPC RACE VNUM[20091]

If they are serious you could help me solve them? I'm using the Source mainline_sg. Thanks in advance for your help. !

Edited by SivleR
Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active Member

1. I don't know exactly, but i think is from client side(map)

 

2. Something that teleports (a portal, a quest) teleports to 

1126400x1510400

which is wrong and should be corrected to 

1135200x165340

 

3. The NPC doesn't have something to say, in this case you need to create a folder for that NPC in /quest/object/npc_VNUM/chat

Link to comment
Share on other sites

  • Active Member

1- it's not bug , i think someone try to coeect to your server useing outher packet !

I have that problem on my test server and i am testing it for a month, so i don't think your theory is right

Edited by Exygo
Link to comment
Share on other sites

  • Premium

1- it's not bug , i think someone try to coeect to your server useing outher packet !

I have that problem on my test server and i am testing it for a month

maybe u sometime try to test new thing and test it by new binary? anyway it's not bug so it's not a dangers

If you're going to do something, then do it right.

Link to comment
Share on other sites

  • 2 months later...
  • Premium
On 13/09/2015, 21:01:40, SivleR said:

 


SYSERR: Sep 13 21:36:09 :: Process: SEQUENCE 4242c400 mismatch 0xaf != 0x64 header 254
SYSERR: Sep 13 21:36:09 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
	[254 : 0xaf]

100% normal and dont cause any troble to ur server.


SYSERR: Sep 13 21:56:03 :: Entergame: !GetMovablePosition (name [GM]Name 1126400x1510400 map 215 changed to 1135200x1653400)

Find in what quest/portal or etc... What is teleport player to 1126400 1510400 and change it to:   1135200 1653400


SYSERR: Sep 13 21:57:17 :: Click: CQuestManager::Click(pid=1, target_npc_name=New Npc) - NOT EXIST NPC RACE VNUM[20091]

When some one click in NPC "20091" the NPC dont have any to say. So make a guest so avoid that error. Ex:

 

When 20091.click begin

      return

end

 

 

All problems solve in less that 2 minutes xD

if pc.get_sex() == true and npc.get_sex() == false then
	npc.purge()
end

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      Target Information System

    2. 1

      Feeding game source to LLM

    3. 2

      anti exp explanation pls

    4. 1

      Feeding game source to LLM

    5. 2

      anti exp explanation pls

    6. 0

      [GR2] Positioning an object added with "Attach"

    7. 1417

      [40250] Reference Serverfile + Client + Src [15 Available Languages]

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.