Author Topic: help please!  (Read 1183 times)

verarticus

  • Guest
help please!
« on: 29 October 2008, 22:11:30 »
line :27: Expected end of tag 'parameters'

that comes up when I try to play with my faction im working on but ive no idea whats wrong!
heres the code I changed at that came up it was a upgrade requirement change and thats it but this comes up now it worked fine before to.

[code      <fields>
         <field value="land"/>
      </fields>   
      <properties/>
      <light enabled="false"/>
      <unit-requirements>
      </unit-requirements>
      <upgrade-requirements/>
         <upgrade name="class_up"/>
      </upgrade-requirements>
      <resource-requirements>
         <resource name="wood" amount="50"/>
         <resource name="gold" amount="100"/>
         <resource name="food" amount="2"/>                  
      </resource-requirements>
      <resources-stored/>
      <image path="images/guard.bmp"/>
      <image-cancel path="../acrobat/images/tech_cancel.bmp"/>
      <meeting-point value="false"/>
         code]

wciow

  • Behemoth
  • *******
  • Posts: 968
    • View Profile
Re: help please!
« Reply #1 on: 29 October 2008, 22:53:12 »
You probably already solved this but it looks like a syntax error.

the line:
<upgrade-requirements/>


should be:
<upgrade-requirements>
Check out my new Goblin faction - https://forum.megaglest.org/index.php?topic=9658.0

verarticus

  • Guest
Re: help please!
« Reply #2 on: 29 October 2008, 23:00:55 »
ok thanks

 

anything