Cześć.
Edytuję item, i chcę żeby był on dostępny tylko dla Paladynów, jednak spotykam błąd na swojej drodze.. ;/
Jest ktoś w stanie pomóc?
a to te linijki (edytuję item 2499)
Edytuję item, i chcę żeby był on dostępny tylko dla Paladynów, jednak spotykam błąd na swojej drodze.. ;/
Jest ktoś w stanie pomóc?
Code:
data/movements/movements.xml:435: parser error : Opening and ending tag mismatch: movements line 2 and movevent
</movevent>
^
data/movements/movements.xml:436: parser error : Extra content at the end of the document
<movevent type="Equip" itemid="2502" slot="head" event="function" value="onEqui
^
[17:26:43.961] [Warning - BaseEvents::loadFromXml] Cannot open movements.xml file.
[17:26:43.961] Line: 436, Info: Extra content at the end of the document
[17:26:43.961] > ERROR: Unable to load MoveEvents!
a to te linijki (edytuję item 2499)
Code:
<movevent type="Equip" itemid="2499" slot="head" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2499" slot="head" event="function" value="onDeEquipItem"/>
<vocation id="3"/>
<vocation id="7" showInDescription="0"/>
</movevent>
<movevent type="Equip" itemid="2502" slot="head" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2502" slot="head" event="function" value="onDeEquipItem"/>