Issue261

Title VALIDATOR: Should check for items placed on blocked areas
Priority feature Status open
Assigned To Keywords
Linked issues Watchers matthiaskrgr

Submitted on 2011-07-24 19h07 by tracker_migration, last changed by matthiaskrgr.

Messages
Author: tracker_migration Date: 2010-01-17   04h54
Submitted by stedevil
It's currently possible to have items placed (check eg crystal on lvl 33 map pre svn r2302 or so).

These items should give a warning (just like eg barrles do) and put in the ignore list if intentional.
Author: ahuillet Date: 2011-07-26   07h56
Matthias, fluzz - is that still accurate or have we fixed this?
Author: matthiaskrgr Date: 2011-07-29   10h12
The editor doesn't notice when we place a item inside a colrect.
Author: ahuillet Date: 2011-07-29   14h32
What about the validator?
-- 
Greetings, 
A. Huillet
Author: matthiaskrgr Date: 2011-07-29   16h56
Sorry, s/editor/map validator/
Author: matthiaskrgr Date: 2011-07-29   17h01
From SACD.dialog:

Nr=3 Text=_"/usr/bin/hermodoors --open"
<LuaCode>
	npc_says(_"Opening doors...")
	npc_says(_"Connecting to peripheral controller...")
	change_obstacle_state("SACD-North-1", "opened")
	change_obstacle_state("SACD-North-2", "opened")
	change_obstacle_state("SACD-North-3", "opened")
	change_obstacle_state("SA-Main-EastN", "opened")
	change_obstacle_state("SA-Main-EastS", "opened")
	change_obstacle_state("SA-Main-WestN", "opened")
	change_obstacle_state("SA-Main-WestS", "opened")
	change_obstacle_state("SA-Main-Enter", "opened")
	npc_says(_"ERROR: An error occured while opening some doors.")
	npc_says(_"Please enter unlock security override password:")
	tux_says(_"CTRL+C")
	npc_says(_"Invalid password. Entering lockdown mode.")
	npc_says(_"ERROR: Lockdown mode has an error.", "NO_WAIT")
	npc_says(_"ERROR: error has an error.", "NO_WAIT")
	npc_says(_"ERROR: SADD droids now set to search-and-destroy mode.")
	set_npc_faction("ms", "SADD")
	set_bot_name(_"SADD -- Exterminate Mode", "SADD")
	set_bot_destination("SADD-MoveTarget", "SADD")
	cli_says(_"admin@sadefence: ~ #", "NO_WAIT")
	hide(3)
</LuaCode>
Author: matthiaskrgr Date: 2011-08-04   13h24
Ooops, this ^ was not meant for this ticket.
History
Date User Action Args
2011-08-15 21:52:06matthiaskrgrsetassignedto: matthiaskrgr ->
2011-08-04 13:24:17matthiaskrgrsetmessages: + msg1472
2011-07-29 17:01:20matthiaskrgrsetmessages: + msg1386
2011-07-29 16:56:45matthiaskrgrsetmessages: + msg1385
2011-07-29 14:32:03ahuilletsetmessages: + msg1383
2011-07-29 10:12:43matthiaskrgrsetmessages: + msg1372
2011-07-26 07:56:39ahuilletsetpriority: bug -> feature
assignedto: matthiaskrgr
messages: + msg1295
nosy: + matthiaskrgr
2011-07-24 19:07:47tracker_migrationcreate