
Originally Posted by
Romochild
How can I remove player limits for Dungeons? Playing with a party of 4 but some dungeons have a max limit of 3 and won't let us do it. I assume others have a required limit of 5 or something? Any way to remove it so we can enter with any amount?
You can look into DungeonData_[DungeonId].xml. You should have something like that
Code:
<Dungeon continentId="2100" name="@dungeon:9505" startPos="12345,4336,15047" startDir="290" exitContinentId="2000" exitPos="103632,-119558,14973" exitDir="130" destroyWaitMin="0">
<Condition type="maxMemberCount" value="1" />
I suppose editing the "maxMemberCount" will solve this