[Classic] Re-addition of Antharas AI since NPC exists in client.
This commit is contained in:
parent
942291ffb8
commit
00168279b4
@ -19,7 +19,6 @@
|
||||
<font color="LEVEL">Arena</font><br1>
|
||||
<button action="bypass -h admin_move_to 73579 142709 -3768" value="Giran Arena" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br>
|
||||
<font color="LEVEL">Others</font><br1>
|
||||
<button action="bypass -h admin_move_to 41528 198358 -4648" value="Pirate Tunnel" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
|
||||
<button action="bypass -h admin_move_to 154623 121134 -3809" value="Antharas' Heart" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
|
||||
<button action="bypass -h admin_move_to 105918 109759 -3170" value="Hardin's Academy" width=210 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF">
|
||||
</center>
|
||||
|
1
trunk/dist/game/data_classic/scripts.cfg
vendored
1
trunk/dist/game/data_classic/scripts.cfg
vendored
@ -44,6 +44,7 @@ ai/group_template/SummonPc.java
|
||||
ai/group_template/TurekOrcs.java
|
||||
|
||||
# Individual
|
||||
ai/individual/Antharas/Antharas.java
|
||||
ai/individual/EvasGiftBox.java
|
||||
ai/individual/Orfen.java
|
||||
ai/individual/QueenAnt.java
|
||||
|
8
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-01.html
vendored
Normal file
8
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-01.html
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks.<br>
|
||||
<font color="LEVEL">Do not expect Shilen's authority will diminish<br>
|
||||
while false gods freely roam.<br>
|
||||
Leave, and<br>
|
||||
prepare to face the return of Antharas.</font><br>
|
||||
(Challenging Antharas is not currently available.)
|
||||
</body></html>
|
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-02.html
vendored
Normal file
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-02.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks:<br>
|
||||
<font color="LEVEL">Do not expect that you might challenge Antharas at your own convenience.<br>
|
||||
When the time is right, Shilen's authority will judge you.</font><br>
|
||||
(Currently, other members are challenging Antharas.)
|
||||
</body></html>
|
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-03.html
vendored
Normal file
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-03.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
A voice that can shatter your entire body is resonating in your head:<br>
|
||||
<font color="LEVEL">Do not dare to face Shilen's authority<br>
|
||||
without the most determined preparation.</font><br>
|
||||
(Only those who have the Portal Stone can challenge Antharas.)
|
||||
</body></html>
|
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-04.html
vendored
Normal file
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-04.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks:<br>
|
||||
<font color="LEVEL">No matter how many gather to follow false gods,<br>
|
||||
Shilen's authority is too great.</font><br>
|
||||
(The number of participants are above the allowed number in challenging Antharas.)
|
||||
</body></html>
|
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-05.html
vendored
Normal file
6
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001-05.html
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks:<br>
|
||||
<font color="LEVEL">You seek death and defeat by coming here without your leader! You appear before Shilen's authority<br>
|
||||
and you tempt Shilen's wrath!</font><br>
|
||||
(The players who belong to an association can only enter through the Association Leader.)
|
||||
</body></html>
|
12
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001.html
vendored
Normal file
12
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/13001.html
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<html><body>Heart of Warding:<br>
|
||||
You are overcome by a voice, a voice so powerful you are helpless as it speaks:<br>
|
||||
<font color="LEVEL">A terrible creature <br>
|
||||
fell to the earth from above <br>
|
||||
in order to vent a mother's spite,<br>
|
||||
cursed and forsaken by her own children.<br>
|
||||
Dark Pilgrim of the Holy Land,<br>
|
||||
Do you dare face the Land Dragon Antharas?</font><br>
|
||||
(A maximum of 200 people can challenge Antharas.)<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest Antharas enter">Move to Antharas' Nest</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
</body></html>
|
1053
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/Antharas.java
vendored
Normal file
1053
trunk/dist/game/data_classic/scripts/ai/individual/Antharas/Antharas.java
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -1659,7 +1659,7 @@
|
||||
<height normal="300" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="29068" level="99" type="L2GrandBoss" name="Antharas" title="Land Dragon">
|
||||
<npc id="29068" level="79" type="L2GrandBoss" name="Antharas" title="Land Dragon">
|
||||
<parameters>
|
||||
<param name="ultra_respawn_time" value="3" />
|
||||
</parameters>
|
||||
@ -1723,7 +1723,7 @@
|
||||
<height normal="300" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="29069" level="99" type="L2Monster" name="Behemoth Dragon">
|
||||
<npc id="29069" level="79" type="L2Monster" name="Behemoth Dragon">
|
||||
<parameters>
|
||||
<param name="RootingManage" value="0" />
|
||||
<skill name="PhysicalSpecial" id="5095" level="1" /> <!-- Antharas Subordinate Melee Attack -->
|
||||
@ -1769,7 +1769,7 @@
|
||||
<height normal="54" />
|
||||
</collision>
|
||||
</npc>
|
||||
<npc id="29070" level="99" type="L2Monster" name="Dragon Bomber">
|
||||
<npc id="29070" level="79" type="L2Monster" name="Dragon Bomber">
|
||||
<parameters>
|
||||
<skill name="SelfRangeDDMagic" id="5094" level="1" /> <!-- Antharas Subordinate Suicide -->
|
||||
</parameters>
|
||||
|
Loading…
Reference in New Issue
Block a user