SphereServer BugTracker - SphereServer
View Issue Details
0001956SphereServerexecutable - linux buildpublic12-05-11 20:5220-06-11 03:31
trinax 
MrSugarCube 
normalminorsometimes
resolvedfixed 
LinuxDebian5.0
 
0.56c Nightly 
Automated (specify build number)
DiagonalWalkCheck, New_Triggers, NewPositionChecks, WalkCheck, Script_Profiler, NetworkOutThread
Command_Sysmsgs, FileCommands, NoHouseMuteSpeech, NoPrefix
1443
0001956: 21:46:ERROR:(sphere_region.scp,65)Can't resolve <src.npc>
21:46:ERROR:(sphere_region.scp,65)Can't resolve <src.npc>
21:46:ERROR:(sphere_region.scp,65)Undefined symbol ''


Line 65 is
[regiontype r_spec_area]
on=@enter
if !(<src.isplayer>)
if !( (<src.npc>==924) || (<src.id>==c_the_guy) ) <- line65

How does an item enter a region? (I assume it is item or something since there isn't any npc property)
No tags attached.
has duplicate 0001971closed  10:32:ERROR:(sphere_region.scp,76)Can't resolve <src.npc> 
Issue History
12-05-11 20:52trinaxNew Issue
12-06-11 13:04MrSugarCubeRelationship addedhas duplicate 0001971
20-06-11 03:31MrSugarCubeNote Added: 0001137
20-06-11 03:31MrSugarCubeStatusnew => resolved
20-06-11 03:31MrSugarCubeFixed in Version => 0.56c Nightly
20-06-11 03:31MrSugarCubeResolutionopen => fixed
20-06-11 03:31MrSugarCubeAssigned To => MrSugarCube

Notes
(0001137)
MrSugarCube   
20-06-11 03:31   
I was able to reproduce this by using the Summon Creature spell in a region with a similar event (@Enter was firing before the creature had decided if it was going to be an NPC or Player).