Skip to content
Snippets Groups Projects
Commit 4ef99bad authored by St3eT's avatar St3eT
Browse files

BETA: Reworking '''Antharas''' AI.

* Tested by: St3eT, malyelfik
* Thanks to: malyelfik, FBIagent, xban1x
* Reviewed by: malyelfik, !UnAfraid, Adry_85, Zoey76, xban1x
parent 4ed8a319
No related branches found
No related tags found
No related merge requests found
Showing
with 1320 additions and 965 deletions
...@@ -313,6 +313,13 @@ ...@@ -313,6 +313,13 @@
<admin command="admin_kill_tiat" accessLevel="7" /> <admin command="admin_kill_tiat" accessLevel="7" />
<admin command="admin_set_sodstate" accessLevel="7" /> <admin command="admin_set_sodstate" accessLevel="7" />
<!-- ADMIN GRAND BOSS -->
<admin command="admin_grandboss" accessLevel="7" />
<admin command="admin_grandboss_skip" accessLevel="7" />
<admin command="admin_grandboss_respawn" accessLevel="7" />
<admin command="admin_grandboss_minions" accessLevel="7" />
<admin command="admin_grandboss_abort" accessLevel="7" />
<!-- ADMIN HEAL --> <!-- ADMIN HEAL -->
<admin command="admin_heal" accessLevel="7" /> <admin command="admin_heal" accessLevel="7" />
......
<html><title>Admin GrandBoss</title><body>
<center>
<center>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>
<button value="Main" action="bypass -h admin_admin" width="65" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" />
</td>
<td>
<button value="Char" action="bypass -h admin_admin6" width="65" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" />
</td>
<td>
<button value="Game" action="bypass -h admin_admin2" width="65" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" />
</td>
<td>
<button value="GM" action="bypass -h admin_admin7" width="65" height="21" back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF" />
</td>
</tr>
</table>
<br>
<font color="LEVEL">GrandBoss admin menu</font><br>
</center>
<br>
<br>
<button value="Antharas" action="bypass -h admin_grandboss 29068" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button value="Valakas" action="bypass -h admin_grandboss 29028" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button value="Baium" action="bypass -h admin_grandboss 29020" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button value="Queen Ant" action="bypass -h admin_grandboss 29001" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button value="Orfen" action="bypass -h admin_grandboss 29014" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
<button value="Core" action="bypass -h admin_grandboss 29006" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Antharas<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
<tr>
<td>Players inside:</td>
<td>%playersInside%</td>
</tr>
</table>
<br>
<br>
<button value="Respawn Antharas" action="bypass -h admin_grandboss_respawn 29068" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Skip waiting time" action="bypass -h admin_grandboss_skip 29068" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Despawn all minions" action="bypass -h admin_grandboss_minions 29068" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Abort Fight" action="bypass -h admin_grandboss_abort 29068" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Heart of Warding" action="bypass -h admin_move_to 154525 121152 -3809" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Antharas Nest" action="bypass -h admin_move_to 179786 114872 -7708" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Baium<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
</table>
<br>
<br>
<button value="Teleport to Angelic Vortex" action="bypass -h admin_move_to 112683 14101 10077" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Baium Nest" action="bypass -h admin_move_to 115199 16621 10077" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Core<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
</table>
<br>
<br>
<button value="Teleport to Core" action="bypass -h admin_move_to 17725 109550 -6488" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Orfen<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
</table>
<br>
<br>
<button value="Teleport to Orfen loc 1" action="bypass -h admin_move_to 43728 17220 -4342" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Orfen loc 2" action="bypass -h admin_move_to 55024 17368 -5412" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Orfen loc 3" action="bypass -h admin_move_to 53504 21248 -5486" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Orfen loc 4" action="bypass -h admin_move_to 53248 24576 -5262" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Queen ant<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
</table>
<br>
<br>
<button value="Teleport to Queen Ant" action="bypass -h admin_move_to -21568 181764 -5722" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Queen Ant Larva" action="bypass -h admin_move_to -21598 179595 -5834" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><title>Admin GrandBoss</title><body>
<center>
<table width=270>
<tr>
<td width=45><button value="Main" action="bypass -h admin_admin" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
<td width=180><center>Admin GrandBoss menu</center></td>
<td width=45><button value="Back" action="bypass -h admin_grandboss" width=45 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td>
</tr>
</table>
<br>
<br>
<font color="LEVEL">Valakas<font><br>
<table width="270" border="0" bgcolor="444444">
<tr>
<td>Status:</td>
<td><font color="%bossColor%">%bossStatus%</font></td>
</tr>
<tr>
<td>Respawn time:</td>
<td>%respawnTime%</td>
</tr>
</table>
<br>
<br>
<button value="Teleport to Klein" action="bypass -h admin_move_to 183632 -114891 -3337" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Heart of Volcano" action="bypass -h admin_move_to 189865 -105364 -786" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
<button value="Teleport to Valakas Nest" action="bypass -h admin_move_to 213896 -115436 -1644" width=200 height=21 back="L2UI_CT1.Button_DF_Down" fore="L2UI_CT1.Button_DF"></td><br1>
</center>
</body></html>
\ No newline at end of file
<html><body>Teleport Cube:<br><br> <html><body>Teleportation Cubic:<br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">Go to Giran Castle Town</a> <a action="bypass -h npc_%objectId%_Quest Antharas teleportOut">Go to Giran.</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest.</a>
</body></html> </body></html>
\ No newline at end of file
...@@ -125,11 +125,11 @@ ai/group_template/VarkaKetra.java ...@@ -125,11 +125,11 @@ ai/group_template/VarkaKetra.java
ai/group_template/WarriorFishingBlock.java ai/group_template/WarriorFishingBlock.java
# Individual # Individual
ai/individual/Antharas/Antharas.java
ai/individual/Sailren/Sailren.java ai/individual/Sailren/Sailren.java
ai/individual/Venom/Venom.java ai/individual/Venom/Venom.java
ai/individual/Amaskari.java ai/individual/Amaskari.java
ai/individual/Anais.java ai/individual/Anais.java
ai/individual/Antharas.java
ai/individual/Baium.java ai/individual/Baium.java
ai/individual/Beleth.java ai/individual/Beleth.java
ai/individual/CatsEyeBandit.java ai/individual/CatsEyeBandit.java
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
<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>
\ No newline at end of file
This diff is collapsed.
<html><body>A voice whispers in your ear:<br>
<font color="LEVEL">You may not confront Antharas now. Step back.</font>
</body></html>
\ No newline at end of file
<html><body>A voice whispers in your ear:<br>
<font color="LEVEL">Some have already entered the Lair of Antharas. You may not enter until they are finished.</font>
</body></html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment