SphereServer BugTracker - SphereServer
View Issue Details
0002502SphereServerexecutable - genericpublic24-04-15 18:1620-05-15 09:33
Stanic 
XuN 
normalmajorrandom
resolvedfixed 
16-06-2013, 0.56b Prerelease 
0.56c Nightly 
Automated (specify build number)
None
None
2260
0002502: Mount disappearing
Some players of my server are reporting that theirs mount simply disappear after world save or in random moments.

I found these errors on sphere's log:
13:39:ERROR:UID=0e9d4, id=0cc 'Horse', Invalid code=1203 (Ridden NPC not acting as such)
13:39:ERROR:UID=0400fcf42, id=03ea2 'Horse', Invalid code=2226 (Mount memory not equipped in the correct layer)
20:59:ERROR:UID=022a070, id=0da 'Zostrich', Invalid code=1203 (Ridden NPC not acting as such)
23:54:ERROR:UID=0f351e, id=0cc 'Horse', Invalid code=1203 (Ridden NPC not acting as such)
23:54:ERROR:UID=02df015, id=0cc 'Horse', Invalid code=1203 (Ridden NPC not acting as such)


Someone with this same problem or that know what can be causing? :(
No tags attached.
Issue History
24-04-15 18:16StanicNew Issue
24-04-15 19:35TerrikateNote Added: 0002767
27-04-15 21:49RizzNote Added: 0002768
29-04-15 08:37XuNNote Added: 0002775
29-04-15 14:24RizzNote Added: 0002777
02-05-15 16:59XuNNote Added: 0002785
03-05-15 10:37XuNNote Added: 0002787
07-05-15 14:56XuNNote Added: 0002792
20-05-15 09:33XuNStatusnew => resolved
20-05-15 09:33XuNFixed in Version => 0.56c Nightly
20-05-15 09:33XuNResolutionopen => fixed
20-05-15 09:33XuNAssigned To => XuN

Notes
(0002767)
Terrikate   
24-04-15 19:35   
http://tracker.sphere.torfo.org/bugs/view.php?id=2042 [^]

If you follow the steps. Happen to you or no?
(0002768)
Rizz   
27-04-15 21:49   
Yes it happens to me follow the step, 0002252
(0002775)
XuN   
29-04-15 08:37   
I really cannot reproduce this with latest nightly, what's up with ticket 0002252 btw?
(0002777)
Rizz   
29-04-15 14:24   
Eh no, 2252 is my sphere version lol
(0002785)
XuN   
02-05-15 16:59   
Cannot reproduce steps.
(0002787)
XuN   
03-05-15 10:37   
For Invalid code=1203 (Ridden NPC not acting as such): Action must be 111 (ridden)

And for Invalid code=2226 (Mount memory not equipped in the correct layer): It is called when TopObj is not a char for items with id 8270 and 8271 (Death Shroud and GM Robe) ONLY, so my bet is that some mount items were modified to work under these 2 clothes or a bad 'act' or 'new' link made these clothes receive mount's code, in this case the other error will make sense because some wrong references can screw both NPC and Mount item.
(0002792)
XuN   
07-05-15 14:56   
Still happening in latest build? I updated code for Death with some exceptions for mounts and this should not happen anymore.