
Originally Posted by
geverton
look lorencia = battle zone :/ where i remove ?
<a onclick="ga('send', 'event', 'Outgoing', 'imgur.com', '/LsqjBFc');" rel="nofollow" href="http://imgur.com/LsqjBFc"><img src="http://i.imgur.com/LsqjBFc.jpg" title="source: imgur.com" /></a>
My GensSystem.xml >
<!-- Battle map list (id: Value from MoveList.xml, max: 10) -->
<battlemaplist>
<move id="11"/> <!-- Atlans 1 -->
<move id="12"/> <!-- Atlans 2 -->
<move id="13"/> <!-- Atlans 3 -->
<move id="25"/> <!-- Aida 1 -->
<move id="27"/> <!-- Aida 2 -->
<move id="28"/> <!-- Kanturu 1 -->
<move id="29"/> <!-- Kanturu 2 -->
<move id="45"/> <!-- Kanturu 3 -->
<move id="33"/> <!-- Swamp Of Calmness -->
<move id="42"/> <!-- Vulcanus -->
</battlemaplist>
<!-- Battle zone list (id: MapNumber, max: 11) -->
<battlezonelist>
<map id="7"/> <!-- Atlans -->
<map id="33"/> <!-- Aida -->
<map id="37"/> <!-- Kanturu -->
<map id="56"/> <!-- Swamp Of Calmness -->
<map id="63"/> <!-- Vulcanus -->
</battlezonelist>
I fixed that problem with this file https://mega.co.nz/#!doZ0QDKa!-DYJXQ...QA3Q9_3GgLJK34
- - - Updated - - -

Originally Posted by
michi28
add monstersetbase
<!-- Lorencia -->
<npc id="250" map="0" dis="0" x="130" y="127" dir="3" /> <!-- Reset System -->

Fixed,the problem
ResetSystem
Code:
<!-- NPC configuration (First need add npc in MonsterSetBase.xml -->
<npc id="250" map="0" x="130" y="127" />
MonsterSet
Code:
<npc id="250" map="0" dis="0" x="130" y="130" dir="3" /> <!-- Reset System -->