SphereServer BugTracker - SphereServer
View Issue Details
0001985SphereServerexecutable - windows buildpublic20-06-11 02:0620-06-11 03:40
babidi 
 
normalminoralways
closedno change required 
20-09-2009, 0.56b Prerelease 
 
Not Available
None
None
0001985: @triggers are spawn from body and not from creation
for example if you put under

c_horse_tan

@death
serv.b death

in game summon c_horse_tan
then set body to c_man

kill the char and you will se nothing

------
summon a c_man
set body to c_horse_tan
kill the char and you will se "death"
No tags attached.
Issue History
20-06-11 02:06babidiNew Issue
20-06-11 03:40MrSugarCubeNote Added: 0001138
20-06-11 03:40MrSugarCubeStatusnew => closed
20-06-11 03:40MrSugarCubeResolutionopen => no change required

Notes
(0001138)
MrSugarCube   
20-06-11 03:40   
This is the intended behaviour.

Setting BODY on a character is the same as setting ID on an item - the character becomes linked to the new CHARDEF (including triggers).