Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Problems to add new npc

Junior Spellweaver
Joined
Dec 30, 2012
Messages
113
Reaction score
12
Hello

I search and dont find about it, someone have this error or know how to fix?

Code:
[Thu Sep 20 2018 04:56:15.553730 4148176640]: [###INVALID###] 'npcIdxTemp <= std::numeric_limits<BYTE>::max()' Failed : File: NPCShop.scp, Table: NPC, Row: 46 [Game/NPCShop.cpp:261]ACE_ASSERT: file Game/NPCShop.cpp, line 261 assertion failed for 'npcIdxTemp <= std::numeric_limits<BYTE>::max()'.Aborting...
<br></br>
[Thu Sep 20 2018 04:56:15.553870 4148176640]: SIGABRT[Thu Sep 20 2018 04:56:15.553925 4148176640]: [MemCoreDumper] DUMP : /home/cabal/WorldSvr_01_01_SIGABRT_20180920_045615.core

I work on new npcs and add on worldnpc scp file and NPCshop scp file.

The world dont start ( before to edit NPCshop.scp the server start, so the problem is on this file )
 
Back
Top