Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invalid code=1107
Author Message
pushim
Journeyman
*

Posts: 60
Likes Given: 20
Likes Received: 2 in 2 posts
Joined: Dec 2013
Reputation: 0



Post: #1
Invalid code=1107
I testing a vendor system by cloud, but when i have a world save the npc is deleted and show this error in the console, what are the reason?

Code:
ERROR:UID=040001935, id=04559 'memory falas', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=040001936, id=0a25 'lantern', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=040001937, id=01f7b 'doublet', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=040001938, id=01537 'kilt', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=040001939, id=0170b 'boots', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=04000193a, id=01713 'floppy hat', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=04000193b, id=0e75 'backpack', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=04000193d, id=02049 '2-tails Hair', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=04000193e, id=01647 'light source', Invalid code=1107 (In game char that is neither a player nor an NPC)
ERROR:UID=0193f, id=0653d 'Harden', Invalid code=1205 (In game char that is neither a player nor an NPC)


Attached File(s)
.scp  sys_vendor.scp (Size: 45.32 KB / Downloads: 13)
05-05-2019 08:16 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: Invalid code=1107
nah the script is too huge to check each line

but anyway taking a quick look in just some few seconds I found that chardef c_vendor_pod doesn't have any NPC brain set. So try add the brain to check if it works
Code:
[CHARDEF c_vendor_pod]
...
ON=@Create
NPC=brain_human    //add this line
05-07-2019 05:20 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
pushim
Journeyman
*

Posts: 60
Likes Given: 20
Likes Received: 2 in 2 posts
Joined: Dec 2013
Reputation: 0



Post: #3
RE: Invalid code=1107
You're the best Wink
05-14-2019 12:52 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)