Addition of Antharas AI.
Contributed by Sero.
This commit is contained in:
36
L2J_Mobius_10.2_MasterClass/dist/game/data/instances/Bosses/Antharas.xml
vendored
Normal file
36
L2J_Mobius_10.2_MasterClass/dist/game/data/instances/Bosses/Antharas.xml
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Antharas' Nest -->
|
||||
<instance id="304" maxWorlds="20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/instance.xsd">
|
||||
<time duration="120" empty="5" />
|
||||
<locations>
|
||||
<enter type="FIXED">
|
||||
<location x="177254" y="114821" z="-7704" />
|
||||
</enter>
|
||||
<exit type="ORIGIN" />
|
||||
</locations>
|
||||
<conditions>
|
||||
<condition type="Party">
|
||||
<param name="html" value="condNoParty.html" />
|
||||
</condition>
|
||||
<condition type="PartyLeader">
|
||||
<param name="html" value="condNoPartyLeader.html" />
|
||||
</condition>
|
||||
<condition type="CommandChannel" />
|
||||
<condition type="CommandChannelLeader" />
|
||||
<condition type="GroupMin">
|
||||
<param name="limit" value="21" />
|
||||
</condition>
|
||||
<condition type="GroupMax">
|
||||
<param name="limit" value="35" />
|
||||
</condition>
|
||||
<condition type="Level">
|
||||
<param name="min" value="107" />
|
||||
<param name="max" value="131" />
|
||||
</condition>
|
||||
<condition type="Distance" />
|
||||
<condition type="Reenter" />
|
||||
</conditions>
|
||||
<reenter apply="ON_FINISH">
|
||||
<reset day="SATURDAY" hour="6" minute="30" />
|
||||
</reenter>
|
||||
</instance>
|
Reference in New Issue
Block a user