Renamed GrandBossTeleporters to ValakasTeleporters.

This commit is contained in:
MobiusDevelopment
2021-09-13 14:59:25 +00:00
parent 71d323480f
commit 57a4d1bdd3
285 changed files with 1653 additions and 1701 deletions

View File

@@ -1,4 +0,0 @@
<html><body>A voice whispers in your ear:<br>
<font color="LEVEL">Will you confront Antharas, the worshipper of the dark holy place and the creation of Shilen?</font><br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">Go to the Lair of Antharas.</a>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Gatekeeper of the Fire Dragon:<br>
Good job finding this road! It may be rough, but you'll reach your destination much sooner. Do you wish to enter this door behind me?<br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">"Yes."</a><br>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">"Yes."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -1,3 +1,3 @@
<html><body>[Whispering]<br>
<font color="LEVEL">Will you confront Valakas?</font><br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">Enter the nest</a></body></html>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">Enter the nest</a></body></html>

View File

@@ -2,6 +2,6 @@
Why are you here? Are you by any chance looking for the Hall of Flames behind me?<br>
<a action="bypass -h npc_%objectId%_Chat 1">"Tell me more about the Hall of Flames."</a><br>
<a action="bypass -h npc_%objectId%_Chat 2">"Tell me about the Amulet of Blessing and Amulet of Rescue."</a><br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">"I want to enter the Hall of Flames."</a><br>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">"I want to enter the Hall of Flames."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Gatekeeper of the Fire Dragon:<br>
Congratulations on making it this far! I'm sorry, but this door can only be opened by the gatekeeper of the fire dragon on the other side of the crossroads you just passed. The door I control is behind him.<br>
If you made it this far, you should be alright. Remember, if you have a companion, you can open both doors simultaneously.<br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">"Please open the door."</a><br>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">"Please open the door."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Gatekeeper of the Fire Dragon:<br>
Congratulations on making it this far! I'm sorry, but this door can only be opened by the gatekeeper of the fire dragon on the other side of the crossroads you just passed. The door I control is behind him.<br>
If you made it this far, you should be alright. Remember, if you have a companion, you can open both doors simultaneously.<br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">"Please open the door."</a><br>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">"Please open the door."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
</body></html>

View File

@@ -1,3 +1,3 @@
<html><body>Teleport Cube:<br><br>
<a action="bypass -h npc_%objectId%_Quest GrandBossTeleporters">Leave Valakas's Nest.</a>
<a action="bypass -h npc_%objectId%_Quest ValakasTeleporters">Leave Valakas's Nest.</a>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Watcher of Valakas Klein:<br>
Until now, less than 50 people have attempted the Hall of Flames. Are you sure you want to enter it?<br>
<a action="bypass -h Quest GrandBossTeleporters 31540">Enter</A>
<a action="bypass -h Quest ValakasTeleporters 31540">Enter</A>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Watcher of Valakas Klein:<br>
So far, between 50 and 100 people have entered the Hall of Flames. Do you wish to enter?<br>
<a action="bypass -h Quest GrandBossTeleporters 31540">Enter</A>
<a action="bypass -h Quest ValakasTeleporters 31540">Enter</A>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Watcher of Valakas Klein:<br>
So far, between 100 and 150 people have entered the Hall of Flames. Do you wish to enter?<br>
<a action="bypass -h Quest GrandBossTeleporters 31540">Enter</A>
<a action="bypass -h Quest ValakasTeleporters 31540">Enter</A>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Watcher of Valakas Klein:<br>
So far, between 150 and 200 people have entered the Hall of Flames. Do you wish to enter?<br>
<a action="bypass -h Quest GrandBossTeleporters 31540">Enter</A>
<a action="bypass -h Quest ValakasTeleporters 31540">Enter</A>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Watcher of Valakas Klein:<br>
So far, over 200 people have entered the Hall of Flames. Do you wish to enter?<br>
<a action="bypass -h Quest GrandBossTeleporters 31540">Enter</A>
<a action="bypass -h Quest ValakasTeleporters 31540">Enter</A>
</body></html>

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package ai.others.GrandBossTeleporters;
package ai.others.ValakasTeleporters;
import org.l2jmobius.Config;
import org.l2jmobius.gameserver.data.xml.DoorData;
@@ -36,7 +36,7 @@ import ai.bosses.Valakas.Valakas;
* Original python script by Emperorc.
* @author Plim
*/
public class GrandBossTeleporters extends AbstractNpcAI
public class ValakasTeleporters extends AbstractNpcAI
{
// NPCs
private static final int[] NPCs =
@@ -56,7 +56,7 @@ public class GrandBossTeleporters extends AbstractNpcAI
private static int playerCount = 0;
private GrandBossTeleporters()
private ValakasTeleporters()
{
addStartNpc(NPCs);
addTalkId(NPCs);
@@ -192,6 +192,6 @@ public class GrandBossTeleporters extends AbstractNpcAI
public static void main(String[] args)
{
new GrandBossTeleporters();
new ValakasTeleporters();
}
}