SphereServer BugTracker - SphereServer
View Issue Details
0002307SphereServerexecutable - windows buildpublic13-04-14 05:0912-06-14 03:35
Coruja 
Ben 
normalminoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
None
None
0002307: Region flag for instant logout not working on ROOMDEF
The flag REGION_FLAG_INSTA_LOGOUT is working only when set on AREADEF, but not on ROOMDEF
Example:

[AREADEF a_city]
NAME=City
FLAGS=region_flag_guarded

[ROOMDEF a_city_inn]
NAME=City Inn
FLAGS=region_flag_insta_logout //<-- this Inn is located inside the city and instant logout doesn't work here
No tags attached.
Issue History
13-04-14 05:09CorujaNew Issue
13-04-14 13:13BenNote Added: 0002033
12-06-14 03:35BenNote Added: 0002287
12-06-14 03:35BenStatusnew => resolved
12-06-14 03:35BenFixed in Version => 0.56c Nightly
12-06-14 03:35BenResolutionopen => fixed
12-06-14 03:35BenAssigned To => Ben

Notes
(0002033)
Ben   
13-04-14 13:13   
Flags are not checked in rooms at this point. All internal region checks is based on AREADEF. Only exception to this is the triggers.
(0002287)
Ben   
12-06-14 03:35   
This will be added in my next commit.
REGION_FLAG_INSTA_LOGOUT will now work in ROOMDEFs also