Log in

View Full Version : What's wrong ?


Grallon
July 4th, 2005, 03:13 PM
I've been editing a map (the Faerun one) sucessfully so far but in the following instance the changes simply won't show up.


-- Pirates Isles
#setland 261
#nostart 261
#poptype 39
#fort 4
#killfeatures
#knownfeature "Arena"
#feature "Assassins Guild"

#commander "Commander"
#comname "Jack The Ripper"
#unit 25 "Light Infantry"

#commander "Commander"
#comname "One Eyed Ted"
#unit 25 "Light Infantry"

#commander "Commander"
#comname "Bloody Mary"
#unit 25 "Light Infantry"



The arena is there but no troops... Is this province special or something ? At first I wanted Pirate Captains but apparently they're reserved (ID 870) for the mercenaries...


G.

Nerfix
July 4th, 2005, 03:45 PM
Doesn't LI come in multiple varieties under the same name? Maybe you should try inserting the unit ID instead of name in this case?

Endoperez
July 5th, 2005, 06:52 PM
Through mapping commands, any kind of monster can be placed anywhere. Go for the pirates. Also, I think the command for units should be in plural. One of official scenarios has a command like this:
<font class="small">Code:</font><hr /><pre>
#commander "Anathemant Dragon"
#units 20 "Abysian Infantry"
#units 2 "Salamander"
</pre><hr />