MantisBT - VCMI
View Issue Details
0002343VCMIModspublic2015-11-29 12:492022-04-12 10:47
misiokles 
Warmonger 
normaltweakalways
closedfixed 
PCWindows10
0.98d 
0.99 
0002343: Problem with HotA's Nest spawning on adventure maps.
Cove's Ayssid dwellings (name: Nest) don't spawn on any maps. Instead ot it, we have random dwelling of similar level.
Adventure Map
jpg ii.jpg (272,510) 2015-12-30 17:13
https://bugs.vcmi.eu/file_download.php?file_id=2408&type=bug
jpg
Issue History
2015-11-29 12:49misioklesNew Issue
2015-11-29 21:12misioklesTag Attached: Adventure Map
2015-12-24 09:11WarmongerNote Added: 0006207
2015-12-24 09:11WarmongerAssigned To => Warmonger
2015-12-24 09:11WarmongerStatusnew => feedback
2015-12-30 17:13misioklesFile Added: ii.jpg
2015-12-30 17:13misioklesNote Added: 0006240
2015-12-30 17:13misioklesStatusfeedback => assigned
2016-04-04 22:10misioklesNote Added: 0006488
2016-04-17 19:02WarmongerNote Added: 0006501
2016-04-17 19:02WarmongerStatusassigned => resolved
2016-04-17 19:02WarmongerFixed in Version => 0.99
2016-04-17 19:02WarmongerResolutionopen => fixed
2016-04-17 19:03WarmongerNote Edited: 0006501bug_revision_view_page.php?bugnote_id=6501#r3181
2016-04-23 13:46AVSNote Added: 0006502
2016-04-23 13:46AVSStatusresolved => assigned
2016-04-23 19:28WarmongerNote Added: 0006503
2016-04-23 19:28WarmongerStatusassigned => resolved
2016-04-23 21:38AVSNote Added: 0006504
2022-04-12 10:47PovelitelStatusresolved => closed

Notes
(0006207)
Warmonger   
2015-12-24 09:11   
Example map when this happens?
(0006240)
misiokles   
2015-12-30 17:13   
The Battle of Daeyan's Ford
(0006488)
misiokles   
2016-04-04 22:10   
Ok, I've figured out what is wrong. In dwellings.json there is:

"nest" : {
"name" : "Nest",
"creatures" : [[ "ayssid" ]],

And of course should be:

"nest" : {
"name" : "Nest",
"creatures" : [[ "stormbird" ]],
(0006501)
Warmonger   
2016-04-17 19:02   
(edited on: 2016-04-17 19:03)
Thanks, that's correct solution!
Fixed in Launcher, download 1.3.9 version of mod.

(0006502)
AVS   
2016-04-23 13:46   
mod.json still have "version" : "1.3.8". Mod shows as outdated even after this fix
(0006503)
Warmonger   
2016-04-23 19:28   
Fixed. Better now?
(0006504)
AVS   
2016-04-23 21:38   
Fix confirmed.