Sync with L2JServer Feb 7th 2015.
This commit is contained in:
@ -21,10 +21,10 @@ package custom.FactionManager;
|
||||
import ai.npc.AbstractNpcAI;
|
||||
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
import com.l2jserver.gameserver.model.L2World;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.network.clientpackets.Say2;
|
||||
import com.l2jserver.gameserver.network.serverpackets.NpcHtmlMessage;
|
||||
|
||||
/**
|
||||
@ -119,7 +119,7 @@ public class FactionManager extends AbstractNpcAI
|
||||
{
|
||||
if (npc != null)
|
||||
{
|
||||
broadcastNpcSay(npc, Say2.NPC_ALL, TEXTS[getRandom(TEXTS.length)]);
|
||||
broadcastNpcSay(npc, ChatType.NPC_GENERAL, TEXTS[getRandom(TEXTS.length)]);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You have already received the Apprentice Adventurer's Weapon Exchange Coupon! Trying to trick me, eh? Don't underestimate my memory for faces! (Each character may only receive 1 Apprentice Adventurer's Weapon Exchange Coupon.)
|
||||
</body></html>
|
@ -1,4 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Here is the Apprentice Adventurer's Weapon Exchange Coupon.<br>
|
||||
You can exchange this ticket for the No-Grade Shadow Weapon from the Adventure Guild warehouse. Keep in mind that this Exchange Coupon is reserved only for you. Should you lose either the ticket or the weapon you borrowed, you cannot get a new one. Guard it carefully! You can use the weapon warehouse if you visit the Newbie Guide in each town. I wish you a pleasant and prosperous journey!
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You are not eligible to have the Apprentice Adventurer's Weapon Exchange Coupon! It is reserved especially for new adventurers who are visiting the world of Lineage 2 for the first time. You may not receive the Exchange Coupon if your level is under 6 or you have completed an occupation change. (Only beginners who are between <font color="LEVEL">level 6 and level 19</font> may use it.)
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You have already received the Apprentice Adventurer's Armor Exchange Coupon! Trying to trick me, eh? Don't underestimate my memory for faces! (Each character may only receive 1 Apprentice Adventurer's Armor Exchange Coupon.)
|
||||
</body></html>
|
@ -1,4 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Here is the Apprentice Adventurer's Armor Exchange Coupon.<br>
|
||||
You can exchange this ticket for the No-Grade Shadow Armor from the Adventure Guild warehouse. Keep in mind that this Exchange Coupon is reserved only for you. Should you lose either the ticket or the weapon you borrowed, you cannot get a new one. Guard it carefully! You can use the weapon warehouse if you visit the Newbie Guide in each town. I wish you a pleasant and prosperous journey!
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You are not eligible to receive the Apprentice Adventurer's Armor Exchange Coupon! It is reserved for new adventurers visiting the world of Lineage 2 for the first time. Even then, you can not receive the ticket unless you have completed the first occupation change! (Only beginners who have <font color="LEVEL">completed the first occupation change</font> may use it.)
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You are not eligible to use the warehouse. You may not receive the Exchange Coupon if your level is under 6 or you have completed an occupation change. (Only beginners who are between <font color="LEVEL">level 6 and level 19</font> may use the warehouse.)
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
You are not eligible to use the warehouse. You must complete your first class change! (Only <font color="LEVEL">beginners who have completed the first class change</font> may use the warehouse.)
|
||||
</body></html>
|
@ -1,9 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
As token of congratulations, the Adventure Guild is pleased to open its warehouse to both apprentice adventurers who have reached level 6 as well as travelers who have completed their first occupation change. At level 6, you can borrow a <font color="LEVEL">No-Grade Shadow Weapon</font> with the <font color="LEVEL">Apprentice Adventurer's Weapon Exchange Coupon</font>. At level 20, you can borrow <font color="LEVEL">Shadow Armor</font> with the <font color="LEVEL">Adventurer's Magic Armor Exchange Coupon</font>. No-Grade Shadow Weapons can be exchanged up to level 19 and Shadow Armor can be exchanged up to level 39.
|
||||
Now then: how can I help you?<br>
|
||||
(Note: chaotic characters may not use weapons or armor borrowed from the Adventure Guild.)<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NewbieCoupons newbie_give_weapon_coupon">Get the Apprentice Adventurer's Weapon Exchange Coupon.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NewbieCoupons newbie_show_weapon">Use the weapon warehouse for apprentice adventurers.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NewbieCoupons newbie_give_armor_coupon">Get the Adventurer's Magic Armor Exchange Coupon.</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NewbieCoupons newbie_show_armor">Use the Magic Armor warehouse for travelers.</Button>
|
||||
</body></html>
|
@ -1,164 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2015 L2J DataPack
|
||||
*
|
||||
* This file is part of L2J DataPack.
|
||||
*
|
||||
* L2J DataPack is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* L2J DataPack is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* 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 custom.NewbieCoupons;
|
||||
|
||||
import com.l2jserver.gameserver.data.xml.impl.MultisellData;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.model.quest.Quest;
|
||||
|
||||
/**
|
||||
* Newbie Weapon/Accesories Coupons for the Hellbound opening event.<br>
|
||||
* Original Jython script by Vice.
|
||||
* @author Nyaran
|
||||
*/
|
||||
public final class NewbieCoupons extends Quest
|
||||
{
|
||||
private static final int COUPON_ONE = 7832;
|
||||
private static final int COUPON_TWO = 7833;
|
||||
|
||||
private static final int[] NPCs =
|
||||
{
|
||||
30598,
|
||||
30599,
|
||||
30600,
|
||||
30601,
|
||||
30602,
|
||||
31076,
|
||||
31077,
|
||||
32135
|
||||
};
|
||||
|
||||
private static final int WEAPON_MULTISELL = 305986001;
|
||||
private static final int ACCESORIES_MULTISELL = 305986002;
|
||||
|
||||
// enable/disable coupon give
|
||||
private static final boolean NEWBIE_COUPONS_ENABLED = true;
|
||||
|
||||
/*
|
||||
* Newbie/one time rewards section Any quest should rely on a unique bit, but it could be shared among quests that were mutually exclusive or race restricted. Bit //1 isn't used for backwards compatibility. This script uses 2 bits, one for newbie coupons and another for travelers These 2 bits
|
||||
* happen to be the same used by the Miss Queen script
|
||||
*/
|
||||
private static final int NEWBIE_WEAPON = 16;
|
||||
private static final int NEWBIE_ACCESORY = 32;
|
||||
|
||||
private NewbieCoupons()
|
||||
{
|
||||
super(-1, NewbieCoupons.class.getSimpleName(), "custom");
|
||||
|
||||
for (int i : NPCs)
|
||||
{
|
||||
addStartNpc(i);
|
||||
addTalkId(i);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = event;
|
||||
if (!NEWBIE_COUPONS_ENABLED)
|
||||
{
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
int newbie = player.getNewbie();
|
||||
int level = player.getLevel();
|
||||
int occupation_level = player.getClassId().level();
|
||||
int pkkills = player.getPkKills();
|
||||
if (event.equals("newbie_give_weapon_coupon"))
|
||||
{
|
||||
/*
|
||||
* TODO: check if this is the very first character for this account would need a bit of SQL, or a core method to determine it. This condition should be stored by the core in the account_data table upon character creation.
|
||||
*/
|
||||
if ((level >= 6) && (level <= 39) && (pkkills == 0) && (occupation_level == 0))
|
||||
{
|
||||
// check the player state against this quest newbie rewarding mark.
|
||||
if ((newbie | NEWBIE_WEAPON) != newbie)
|
||||
{
|
||||
player.setNewbie(newbie | NEWBIE_WEAPON);
|
||||
giveItems(player, COUPON_ONE, 5);
|
||||
htmltext = "30598-2.htm"; // here's the coupon you requested
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = "30598-1.htm"; // you got a coupon already!
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = "30598-3.htm"; // you're not eligible to get a coupon (level caps, pkkills or already changed class)
|
||||
}
|
||||
}
|
||||
else if (event.equals("newbie_give_armor_coupon"))
|
||||
{
|
||||
if ((level >= 6) && (level <= 39) && (pkkills == 0) && (occupation_level == 1))
|
||||
{
|
||||
// check the player state against this quest newbie rewarding mark.
|
||||
if ((newbie | NEWBIE_ACCESORY) != newbie)
|
||||
{
|
||||
player.setNewbie(newbie | NEWBIE_ACCESORY);
|
||||
giveItems(player, COUPON_TWO, 1);
|
||||
htmltext = "30598-5.htm"; // here's the coupon you requested
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = "30598-4.htm"; // you got a coupon already!
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
htmltext = "30598-6.htm"; // you're not eligible to get a coupon (level caps, pkkills or didnt change class yet)
|
||||
}
|
||||
}
|
||||
else if (event.equals("newbie_show_weapon"))
|
||||
{
|
||||
if ((level >= 6) && (level <= 39) && (pkkills == 0) && (occupation_level == 0))
|
||||
{
|
||||
MultisellData.getInstance().separateAndSend(WEAPON_MULTISELL, player, npc, false);
|
||||
return null;
|
||||
}
|
||||
htmltext = "30598-7.htm"; // you're not eligible to use warehouse
|
||||
}
|
||||
else if (event.equals("newbie_show_armor"))
|
||||
{
|
||||
if ((level >= 6) && (level <= 39) && (pkkills == 0) && (occupation_level > 0))
|
||||
{
|
||||
MultisellData.getInstance().separateAndSend(ACCESORIES_MULTISELL, player, npc, false);
|
||||
return null;
|
||||
}
|
||||
htmltext = "30598-8.htm"; // you're not eligible to use warehouse
|
||||
}
|
||||
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
getQuestState(player, true);
|
||||
|
||||
return "30598.htm";
|
||||
}
|
||||
|
||||
public static void main(String args[])
|
||||
{
|
||||
new NewbieCoupons();
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30006">Gatekeeper Roxxy</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30039">Captain Gilbert</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30040">Guard Leon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30041">Guard Arnold</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30042">Guard Abellos</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30043">Guard Johnstone</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30044">Guard Chiperan</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30045">Guard Kenyos</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30046">Guard Hanks</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30283">Blacksmith Altran</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30003">Accessory Merchant Silvia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30004">Trader Katerina</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30001">Trader Lector</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30002">Armor Merchant Jackson</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,9 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30031">High Priest Biotin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30033">Magister Baulro</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30035">Magister Harrys</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30032">Priest Yohanes</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30036">Priest Petron</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30026">Grand Master Bitz</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30027">Master Gwinter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30029">Master Minia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30028">Master Pintage</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30054">Warehouse Keeper Rant</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30055">Warehouse Keeper Rolfe</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30005">Warehouse Keeper Wilford</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,13 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30048">Darin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30312">Lighthouse Keeper Rockswell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30368">Lilith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30049">Bonnie</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30047">Wharf Manager Firon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30497">Edmond</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30050">Elias</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30311">Sir Collin Windawood</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30051">Cristel</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Which of the following best describes the one you seek?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-1.htm">Teleporter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-3.htm">Blacksmith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-4.htm">Magic Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-5.htm">Weapons Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-6.htm">Temple (Mystic's Guild)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-7.htm">Warrior's Guild</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-8.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30598-9.htm">Other</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30146">Gatekeeper Mirabel</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30285">Sentinel Gartrandell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30284">Sentinel Knight Alberius</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30221">Sentinel Rayen</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30217">Sentinel Berros</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30219">Sentinel Veltress</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30220">Sentinel Starden</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30218">Sentinel Kendell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30216">Sentinel Wheeler</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30363">Blacksmith Aios</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30149">Trader Creamees</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30150">Trader Herbiel</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30148">Trader Ariel</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30147">Trader Unoren</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,9 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30155">Master Ellenia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30156">Master Cobendell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30157">Magister Greenis</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30158">Magister Esrandell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30154">Hierarch Asterios</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30153">Warehouse Keeper Markius</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30152">Warehouse Keeper Julia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30151">Warehouse Freightman Chad</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30423">Northwind</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30414">Rosella</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 31853">Treant Bremec</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30223">Arujien</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30362">Andellia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30222">Alshupes</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30371">Thalia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 31852">Pixy Murika</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,11 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Which of the following best describes the one you seek?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-1.htm">Gatekeeper</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-3.htm">Blacksmith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-4.htm">Magic Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-5.htm">Weapons Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-6.htm">Eva's Sanctuary (Guild)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-7.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30599-8.htm">Other</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30134">Gatekeeper Jasmine</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,16 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30224">Sentry Knight Rayla</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30348">Sentry Nelsya</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30355">Sentry Roselyn</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30347">Sentry Marion</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30432">Sentry Irene</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30356">Sentry Altima</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30349">Sentry Jenna</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30346">Sentry Kayleen</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30433">Sentry Kathaway</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30357">Sentry Kristin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30431">Sentry Eriel</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30430">Sentry Trionell</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30307">Blacksmith Karrod</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30138">Trader Minaless</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30137">Trader Vollodos</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30135">Trader Iria</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30136">Trader Payne</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30143">Master Trudy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30360">Master Harant</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30145">Master Vlasty</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30135">Magister Harne</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30144">Tetrarch Vellior</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30358">Tetrarch Thifiell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30359">Tetrarch Kaitar</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30141">Tetrarch Talloth</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30139">Warehouse Keeper Dorankus</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30140">Warehouse Keeper Erviante</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30350">Warehouse Freightman Carlon</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,10 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30421">Varika</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30419">Arkenia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30130">Abyssal Celebrant Undrias</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30351">Astaron</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30353">Jughead</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30354">Jewel</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,11 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Which of the following best describes the one you seek?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-1.htm">Teleporter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-3.htm">Blacksmith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-4.htm">Magic Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-5.htm">Weapons Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-6.htm">The Shilen Temple (Guild)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-7.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30600-8.htm">Other</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30540">Gatekeeper Wirphy</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30541">Protector Paion</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30542">Defender Runant</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30543">Defender Ethan</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30544">Defender Cromwell</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30545">Defender Proton</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30546">Defender Dinkey</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30547">Defender Tardyon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30548">Defender Nathan</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,10 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30531">Iron Gate's Lockirin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30532">Golden Wheel's Spiron</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30533">Silver Scale's Balanki</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30534">Bronze Key's Keef</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30535">Filaur of the Gray Pillar</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30536">Black Anvil's Arin</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30525">Head Blacksmith Bronk</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30526">Blacksmith Brunon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30527">Blacksmith Silvera</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30518">Accessory Merchant Garita</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30519">Grocer Mion</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30516">Weapon Merchant Reep</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30517">Armor Merchant Shari</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30520">Warehouse Chief Reed</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30521">Warehouse Freightman Murdoc</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30522">Warehouse Keeper Airy</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,15 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30523">Collector Gouph</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30524">Collector Pippi</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30537">Daichir, Priest of the Earth</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30650">Priest of the Earth Gerald</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30538">Priest of the Earth Zimenf</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30539">Priestess of the Earth Chichirin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30671">Captain Croto</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30651">Wanderer Dorf</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30550">Gauri Twinklerock</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30554">Miner Bolter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30553">Maryse Redbonnet</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,11 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Which of the following best describes the one you seek?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-1.htm">Teleporter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-3.htm">Guild Elder</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-4.htm">Blacksmith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-5.htm">Magic Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-6.htm">Weapons Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-7.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30601-8.htm">Other</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30576">Gatekeeper Tamil</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30577">Praetorian Rukain</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30578">Centurion Nakusin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30579">Centurion Tamai</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30580">Centurion Parugon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30581">Centurion Orinak</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30582">Centurion Tiku</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30583">Centurion Petukai</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30584">Centurion Vapook</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30569">Prefect Brukurse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30570">Prefect Karukia</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30571">Seer Tanapi</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30572">Seer Livina</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30564">Blacksmith Sumari</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30560">Trader Uska</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30561">Trader Papuma</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30558">Trader Jakal</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30559">Trader Kunai</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30562">Warehouse Keeper Grookin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30563">Warehouse Keeper Imantu</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,10 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the radar.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30565">Flame Lord Kakai</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30566">Atuba Chief Varkees</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30567">Neruga Chief Tantus</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30568">Urutu Chief Hatos</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30585">Tataru Zu Hestui</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30587">Gantaki Zu Urutu</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602.htm">Back To The Main List</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Which of the following best describes the one you seek?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-1.htm">Teleporter</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-3.htm">Prefect (Warrior Guild)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-4.htm">Seer (Mystic Guild)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-5.htm">Blacksmith</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-6.htm">Magic Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-7.htm">Weapons Trader</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-8.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 30602-9.htm">Other</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32163">Gatekeeper Ragara</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32160">Grand Magister Devon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32162">Magister Martika</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32161">Master Black</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32158">Warehouse Chief Fisler</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32157">Head Blacksmith Moka</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32159">Blacksmith Kincaid</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32169">Spellbook Trader Mifren</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,12 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32173">Zerstorer Marcela</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32174">Marksman Maddy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32175">Marksman Bixon</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32176">Marksman Ambra</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32177">Marksman Syzar</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32178">Guard Karba</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32179">Marksman Putin</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32180">Marksman Kato</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,6 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32164">Weapons Trader Erinu</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32165">Armor Trader Zacon</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32168">Magic Trader Janis</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32166">Accessory Trader Treavi</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32167">Consumption Goods Trader Neazel</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,13 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32141">Master Nerga</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32142">Master Tenor</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32143">Master Belkis</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32144">Master Sonya</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32145">Grand Master Maynard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32146">Grand Master Valpor</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32139">Hierarch Casca</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32140">Hierarch Zenya</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32138">Hierarch Kekropus</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32171">Warehouse Chief Hoffa</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32170">Warehouse Keeper Benis</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32172">Warehouse Freightman Saylem</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,8 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32153">High Priest Prana</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32154">Grand Master Aldenia</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32155">Priest Nabot</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32156">Master Talbot</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32150">Hight Prefect Took</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32151">Prefect Harz</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32152">Seer Henri</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,7 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Select the one you seek below. Their location will be indicated on the screen.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32147">Grand Master Libian</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32148">Master Sydnet</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32149">Magister Enea</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135.htm">Go back to the list.</Button>
|
||||
</body></html>
|
@ -1,15 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
Where can we find the person you are seeking?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-1.htm">Gatekeeper</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-2.htm">Guard</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-3.htm">Weapon Shop</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-4.htm">Magic Shop</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-5.htm">Hierarch's House</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-6.htm">Warehouse</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-7.htm">Human's Embassy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-8.htm">Orc's Embassy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-9.htm">Elve's Embassy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-10.htm">Dark Elve's Embassy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-11.htm">Dwarve's Embassy</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest NpcLocationInfo 32135-12.htm">Other</Button>
|
||||
</body></html>
|
@ -1,3 +0,0 @@
|
||||
<html><body>Newbie Guide:<br>
|
||||
If you want to meet the person you seek, move in the direction of the arrow.
|
||||
</body></html>
|
@ -1,317 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2015 L2J DataPack
|
||||
*
|
||||
* This file is part of L2J DataPack.
|
||||
*
|
||||
* L2J DataPack is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* L2J DataPack is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* 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 custom.NpcLocationInfo;
|
||||
|
||||
import com.l2jserver.gameserver.datatables.SpawnTable;
|
||||
import com.l2jserver.gameserver.model.L2Spawn;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.model.quest.Quest;
|
||||
import com.l2jserver.gameserver.util.Util;
|
||||
|
||||
/**
|
||||
* Npc Location Info AI.
|
||||
* @author Nyaran
|
||||
*/
|
||||
public final class NpcLocationInfo extends Quest
|
||||
{
|
||||
private static final int[] NPC =
|
||||
{
|
||||
30598,
|
||||
30599,
|
||||
30600,
|
||||
30601,
|
||||
30602,
|
||||
32135
|
||||
};
|
||||
|
||||
private static final int[] NPCRADAR =
|
||||
{
|
||||
// Talking Island
|
||||
30006, // Gatekeeper Roxxy
|
||||
30039, // Captain Gilbert
|
||||
30040, // Guard Leon
|
||||
30041, // Guard Arnold
|
||||
30042, // Guard Abellos
|
||||
30043, // Guard Johnstone
|
||||
30044, // Guard Chiperan
|
||||
30045, // Guard Kenyos
|
||||
30046, // Guard Hanks
|
||||
30283, // Blacksmith Altran
|
||||
30003, // Trader Silvia
|
||||
30004, // Trader Katerina
|
||||
30001, // Trader Lector
|
||||
30002, // Trader Jackson
|
||||
30031, // High Priest Biotin
|
||||
30033, // Magister Baulro
|
||||
30035, // Magister Harrys
|
||||
30032, // Priest Yohanes
|
||||
30036, // Priest Petron
|
||||
30026, // Grand Master Bitz
|
||||
30027, // Master Gwinter
|
||||
30029, // Master Minia
|
||||
30028, // Master Pintage
|
||||
30054, // Warehouse Keeper Rant
|
||||
30055, // Warehouse Keeper Rolfe
|
||||
30005, // Warehouse Keeper Wilford
|
||||
30048, // Darin
|
||||
30312, // Lighthouse Keeper Rockswell
|
||||
30368, // Lilith
|
||||
30049, // Bonnie
|
||||
30047, // Wharf Manager Firon
|
||||
30497, // Edmond
|
||||
30050, // Elias
|
||||
30311, // Sir Collin Windawood
|
||||
30051, // Cristel
|
||||
|
||||
// Dark Elf Vill
|
||||
30134, // Gatekeeper Jasmine
|
||||
30224, // Sentry Knight Rayla
|
||||
30348, // Sentry Nelsya
|
||||
30355, // Sentry Roselyn
|
||||
30347, // Sentry Marion
|
||||
30432, // Sentry Irene
|
||||
30356, // Sentry Altima
|
||||
30349, // Sentry Jenna
|
||||
30346, // Sentry Kayleen
|
||||
30433, // Sentry Kathaway
|
||||
30357, // Sentry Kristin
|
||||
30431, // Sentry Eriel
|
||||
30430, // Sentry Trionell
|
||||
30307, // Blacksmith Karrod
|
||||
30138, // Trader Minaless
|
||||
30137, // Trader Vollodos
|
||||
30135, // Trader Iria
|
||||
30136, // Trader Payne
|
||||
30143, // Master Trudy
|
||||
30360, // Master Harant
|
||||
30145, // Master Vlasty
|
||||
30135, // Magister Harne
|
||||
30144, // Tetrarch Vellior
|
||||
30358, // Tetrarch Thifiell
|
||||
30359, // Tetrarch Kaitar
|
||||
30141, // Tetrarch Talloth
|
||||
30139, // Warehouse Keeper Dorankus
|
||||
30140, // Warehouse Keeper Erviante
|
||||
30350, // Warehouse Freightman Carlon
|
||||
30421, // Varika
|
||||
30419, // Arkenia
|
||||
30130, // Abyssal Celebrant Undrias
|
||||
30351, // Astaron
|
||||
30353, // Jughead
|
||||
30354, // Jewel
|
||||
|
||||
// Elven Village
|
||||
30146, // Gatekeeper Mirabel
|
||||
30285, // Sentinel Gartrandell
|
||||
30284, // Sentinel Knight Alberius
|
||||
30221, // Sentinel Rayen
|
||||
30217, // Sentinel Berros
|
||||
30219, // Sentinel Veltress
|
||||
30220, // Sentinel Starden
|
||||
30218, // Sentinel Kendell
|
||||
30216, // Sentinel Wheeler
|
||||
30363, // Blacksmith Aios
|
||||
30149, // Trader Creamees
|
||||
30150, // Trader Herbiel
|
||||
30148, // Trader Ariel
|
||||
30147, // Trader Unoren
|
||||
30155, // Master Ellenia
|
||||
30156, // Master Cobendell
|
||||
30157, // Magister Greenis
|
||||
30158, // Magister Esrandell
|
||||
30154, // Hierarch Asterios
|
||||
30153, // Warehouse Keeper Markius
|
||||
30152, // Warehouse Keeper Julia
|
||||
30151, // Warehouse Freightman Chad
|
||||
30423, // Northwind
|
||||
30414, // Rosella
|
||||
31853, // Treant Bremec
|
||||
30223, // Arujien
|
||||
30362, // Andellia
|
||||
30222, // Alshupes
|
||||
30371, // Thalia
|
||||
31852, // Pixy Murika
|
||||
|
||||
// Dwarven Villa
|
||||
30540, // Gatekeeper Wirphy
|
||||
30541, // Protector Paion
|
||||
30542, // Defender Runant
|
||||
30543, // Defender Ethan
|
||||
30544, // Defender Cromwell
|
||||
30545, // Defender Proton
|
||||
30546, // Defender Dinkey
|
||||
30547, // Defender Tardyon
|
||||
30548, // Defender Nathan
|
||||
30531, // Iron Gate's Lockirin
|
||||
30532, // Golden Wheel's Spiron
|
||||
30533, // Silver Scale's Balanki
|
||||
30534, // Bronze Key's Keef
|
||||
30535, // Filaur of the Gray Pillar
|
||||
30536, // Black Anvil's Arin
|
||||
30525, // Head Blacksmith Bronk
|
||||
30526, // Blacksmith Brunon
|
||||
30527, // Blacksmith Silvera
|
||||
30518, // Trader Garita
|
||||
30519, // Trader Mion
|
||||
30516, // Trader Reep
|
||||
30517, // Trader Shari
|
||||
30520, // Warehouse Chief Reed
|
||||
30521, // Warehouse Freightman Murdoc
|
||||
30522, // Warehouse Keeper Airy
|
||||
30523, // Collector Gouph
|
||||
30524, // Collector Pippi
|
||||
30537, // Daichir, Priest of the Eart
|
||||
30650, // Priest of the Earth Gerald
|
||||
30538, // Priest of the Earth Zimenf
|
||||
30539, // Priestess of the Earth Chichirin
|
||||
30671, // Captain Croto
|
||||
30651, // Wanderer Dorf
|
||||
30550, // Gauri Twinklerock
|
||||
30554, // Miner Bolter
|
||||
30553, // Maryse Redbonnet
|
||||
|
||||
// Orc Village
|
||||
30576, // Gatekeeper Tamil
|
||||
30577, // Praetorian Rukain
|
||||
30578, // Centurion Nakusin
|
||||
30579, // Centurion Tamai
|
||||
30580, // Centurion Parugon
|
||||
30581, // Centurion Orinak
|
||||
30582, // Centurion Tiku
|
||||
30583, // Centurion Petukai
|
||||
30584, // Centurion Vapook
|
||||
30569, // Prefect Brukurse
|
||||
30570, // Prefect Karukia
|
||||
30571, // Seer Tanapi
|
||||
30572, // Seer Livina
|
||||
30564, // Blacksmith Sumari
|
||||
30560, // Trader Uska
|
||||
30561, // Trader Papuma
|
||||
30558, // Trader Jakal
|
||||
30559, // Trader Kunai
|
||||
30562, // Warehouse Keeper Grookin
|
||||
30563, // Warehouse Keeper Imantu
|
||||
30565, // Flame Lord Kakai
|
||||
30566, // Atuba Chief Varkees
|
||||
30567, // Neruga Chief Tantus
|
||||
30568, // Urutu Chief Hatos
|
||||
30585, // Tataru Zu Hestui
|
||||
30587, // Gantaki Zu Urutu
|
||||
|
||||
// Kamael Villag
|
||||
32163, // Gatekeeper Ragara
|
||||
32173, // Zerstorer Marcela
|
||||
32174, // Marksman Maddy
|
||||
32175, // Marksman Bixon
|
||||
32176, // Marksman Ambra
|
||||
32177, // Marksman Syzar
|
||||
32178, // Guard Karba
|
||||
32179, // Marksman Putin
|
||||
32180, // Marksman Kato
|
||||
32164, // Weapons Trader Erinu
|
||||
32165, // Armor Trader Zacon
|
||||
32168, // Magic Trader Janis
|
||||
32166, // Accessory Trader Treavi
|
||||
32167, // Consumption Goods Trader Neazel
|
||||
32141, // Master Nerga
|
||||
32142, // Master Tenor
|
||||
32143, // Master Belkis
|
||||
32144, // Master Sonya
|
||||
32145, // Grand Master Maynard
|
||||
32146, // Grand Master Valpor
|
||||
32139, // Hierarch Casca
|
||||
32140, // Hierarch Zenya
|
||||
32138, // Hierarch Kekropus
|
||||
32171, // Warehouse Chief Hoffa
|
||||
32170, // Warehouse Keeper Benis
|
||||
32172, // Warehouse Freightman Saylem
|
||||
32153, // High Priest Prana
|
||||
32154, // Grand Master Aldenia
|
||||
32155, // Priest Nabot
|
||||
32156, // Master Talbot
|
||||
32150, // Hight Prefect Took
|
||||
32151, // Prefect Harz
|
||||
32152, // Seer Henri
|
||||
32147, // Grand Master Libian
|
||||
32148, // Master Sydnet
|
||||
32149, // Magister Enea
|
||||
32160, // Grand Magister Devon
|
||||
32162, // Magister Martika
|
||||
32161, // Master Black
|
||||
32158, // Warehouse Chief Fisler
|
||||
32157, // Head Blacksmith Moka
|
||||
32159, // Blacksmith Kincaid
|
||||
32169, // Spellbook Trader Mifren
|
||||
};
|
||||
|
||||
private NpcLocationInfo()
|
||||
{
|
||||
super(-1, NpcLocationInfo.class.getSimpleName(), "custom");
|
||||
addStartNpc(NPC);
|
||||
addTalkId(NPC);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = event;
|
||||
|
||||
if (Util.isDigit(event))
|
||||
{
|
||||
htmltext = null;
|
||||
int npcId = Integer.parseInt(event);
|
||||
|
||||
if (Util.contains(NPCRADAR, npcId))
|
||||
{
|
||||
int x = 0, y = 0, z = 0;
|
||||
final L2Spawn spawn = SpawnTable.getInstance().getFirstSpawn(npcId);
|
||||
if (spawn != null)
|
||||
{
|
||||
x = spawn.getX();
|
||||
y = spawn.getY();
|
||||
z = spawn.getZ();
|
||||
}
|
||||
addRadar(player, x, y, z);
|
||||
htmltext = "MoveToLoc.htm";
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = getNoQuestMsg(player);
|
||||
int npcId = npc.getId();
|
||||
getQuestState(player, true);
|
||||
|
||||
if (Util.contains(NPC, npcId))
|
||||
{
|
||||
htmltext = String.valueOf(npcId) + ".htm";
|
||||
}
|
||||
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
public static void main(String args[])
|
||||
{
|
||||
new NpcLocationInfo();
|
||||
}
|
||||
}
|
@ -1,105 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2004-2015 L2J DataPack
|
||||
*
|
||||
* This file is part of L2J DataPack.
|
||||
*
|
||||
* L2J DataPack is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* L2J DataPack is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* 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 custom.RaidbossInfo;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.l2jserver.gameserver.data.xml.impl.NpcData;
|
||||
import com.l2jserver.gameserver.datatables.SpawnTable;
|
||||
import com.l2jserver.gameserver.model.L2Spawn;
|
||||
import com.l2jserver.gameserver.model.Location;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate;
|
||||
import com.l2jserver.gameserver.model.quest.Quest;
|
||||
import com.l2jserver.gameserver.util.Util;
|
||||
|
||||
/**
|
||||
* Raidboss Info AI.<br>
|
||||
* Original Jython script Kerberos.
|
||||
* @author Nyaran
|
||||
*/
|
||||
public final class RaidbossInfo extends Quest
|
||||
{
|
||||
// @formatter:off
|
||||
private static final int[] NPC =
|
||||
{
|
||||
31729, 31730, 31731, 31732, 31733, 31734, 31735, 31736, 31737, 31738,
|
||||
31739, 31740, 31741, 31742, 31743, 31744, 31745, 31746, 31747, 31748,
|
||||
31749, 31750, 31751, 31752, 31753, 31754, 31755, 31756, 31757, 31758,
|
||||
31759, 31760, 31761, 31762, 31763, 31764, 31765, 31766, 31767, 31768,
|
||||
31769, 31770, 31771, 31772, 31773, 31774, 31775, 31776, 31777, 31778,
|
||||
31779, 31780, 31781, 31782, 31783, 31784, 31785, 31786, 31787, 31788,
|
||||
31789, 31790, 31791, 31792, 31793, 31794, 31795, 31796, 31797, 31798,
|
||||
31799, 31800, 31801, 31802, 31803, 31804, 31805, 31806, 31807, 31808,
|
||||
31809, 31810, 31811, 31812, 31813, 31814, 31815, 31816, 31817, 31818,
|
||||
31819, 31820, 31821, 31822, 31823, 31824, 31825, 31826, 31827, 31828,
|
||||
31829, 31830, 31831, 31832, 31833, 31834, 31835, 31836, 31837, 31838,
|
||||
31839, 31840, 31841, 32337, 32338, 32339, 32340
|
||||
};
|
||||
// @formatter:on
|
||||
private static final List<Integer> RAIDS = new ArrayList<>();
|
||||
|
||||
private RaidbossInfo()
|
||||
{
|
||||
super(-1, RaidbossInfo.class.getSimpleName(), "custom");
|
||||
addStartNpc(NPC);
|
||||
addTalkId(NPC);
|
||||
|
||||
// Add all Raid Bosses to RAIDS list
|
||||
for (L2NpcTemplate raid : NpcData.getInstance().getAllNpcOfClassType("L2RaidBoss"))
|
||||
{
|
||||
RAIDS.add(raid.getId());
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onAdvEvent(String event, L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
String htmltext = event;
|
||||
if (Util.isDigit(event))
|
||||
{
|
||||
htmltext = null;
|
||||
int bossId = Integer.parseInt(event);
|
||||
|
||||
if (RAIDS.contains(bossId))
|
||||
{
|
||||
final L2Spawn spawn = SpawnTable.getInstance().getFirstSpawn(bossId);
|
||||
if (spawn != null)
|
||||
{
|
||||
final Location loc = spawn.getLocation();
|
||||
player.getRadar().addMarker(loc.getX(), loc.getY(), loc.getZ());
|
||||
}
|
||||
}
|
||||
}
|
||||
return htmltext;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String onTalk(L2Npc npc, L2PcInstance player)
|
||||
{
|
||||
return "info.htm";
|
||||
}
|
||||
|
||||
public static void main(String args[])
|
||||
{
|
||||
new RaidbossInfo();
|
||||
}
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
<html><body>Raid Monster Information:<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level20.htm">Raid Monster for levels 20-29</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level30.htm">Raid Monster for levels 30-39</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level40.htm">Raid Monster for levels 40-49</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level50.htm">Raid Monster levels 50-59</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level60.htm">Raid Monster for levels 60-69</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level70.htm">Raid Monster for levels 70-79</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo level80.htm">Raid Monster for levels 80-89</Button>
|
||||
</body></html>
|
@ -1,26 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25372">Discarded Guardian (lv20)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25375">Zombie Lord Farakelsus (lv20)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25378">Madness Beast (lv20)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25146">Evil spirit Bifrons (lv21)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25357">Sukar Wererat Chief (lv21)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25373">Malex, Herald of Dagoniel (lv21)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25380">Kaysha, Herald of Icarus (lv21)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25001">Greyclaw Kutus (lv23)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25362">Tracker Leader Sharuk (lv23)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25366">Kuroboros' Priest (lv23)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25060">Unrequited Kael (lv24)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25127">Langk Matriarch Rashkos (lv24)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25019">Pan Dryad (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25076">Princess Molrang (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25149">Zombie Lord Crowl (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25166">Ikuntai (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25369">Soul Scavenger (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25426">Freki, Betrayer of Urutu (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25429">Mammon's Collector Talloth (lv25)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25360">Tiger Hornet (lv26)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25365">Patriarch Kuroboros (lv26)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25038">Tirak (lv28)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25272">Partisan Leader Talakin (lv28)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25095">Elf Renoa (lv29)</Button>
|
||||
</body></html>
|
@ -1,35 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25004">Turek Mercenary Captain (lv30)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25079">Cat's Eye (lv30)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25112">Meana, Agent of Beres (lv30)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25169">Ragraman (lv30)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25188">Apepi (lv30)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25352">Giant Wastelands Basilisk (lv30)</Button>
|
||||
Grave Robber Boss Akata (lv30)<br1>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25392">Captain of the Queen's Royal Guard (lv32)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25401">Skyla (lv32)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25128">Vuku Grand Seer Gharmash (lv33)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25391">Nurka's Messenger (lv33)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25404">Corsair Captain Kylon (lv33)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25020">Breka Warlock Pastu (lv34)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25023">Swamp Stakato Queen Zyrnna (lv34)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25189">Cronos's Servitor Mumu (lv34)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25383">Ghost of Sir Calibus (lv34)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25041">Remmel (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25063">Chertuba of Great Soul (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25098">Sejarr's Servitor (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25118">Guilotine, Warden of the Execution Grounds (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25152">Flame Lord Shadar (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25185">Tasaba Patriarch Hellena (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25223">Soul Collector Acheron (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25354">Gargoyle Lord Sirocco (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25388">Red Eye Captain Trakia (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25398">Eye of Beleth (lv35)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25211">Sebek (lv36)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25385">Evil Spirit Tempest (lv36)</Button>
|
||||
Rayito the Looter (lv37)<br1>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25170">Lizardmen Leader Hellion (lv38)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25394">Premo Prime (lv38)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25082">Leader of Cat Gang (lv39)</Button>
|
||||
Nellis' Vengeful Spirit (lv39)
|
||||
</body></html>
|
@ -1,35 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25007">Retreat Spider Cletu (lv42)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25026">Katu Van Leader Atui (lv49)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25044">Barion (lv47)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25047">Karte (lv49)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25057">Biconne of Blue Sky (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25064">Mystic of Storm Teruk (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25085">Timak Orc Chief Ranger (lv44)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25088">Crazy Mechanic Golem (lv43)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25099">Rotten Tree Repiro (lv44)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25102">Shacram (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25115">Icarus Sample 1 (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25134">Leto Chief Talkin (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25155">Shaman King Selu (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25158">King Tarlk (lv48)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25173">Tiger King Karuta (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25192">Earth Protector Panathen (lv43)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25208">Water Couatle Ateka (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25214">Fafurion's Page Sika (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25260">Iron Giant Totem (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25395">Archon Suscepter (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25410">Road Scavenger Leader (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25412">Necrosentinel Royal Guard (lv47)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25415">Nakondas (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25418">Dread Avenger Kraven (lv44)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25420">Orfen's Handmaiden (lv48)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25431">Flame Stone Golem (lv44)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25437">Timak Orc Gosmos (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25438">Thief Kelbar (lv44)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25441">Evil Spirit Cyrion (lv45)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25456">Mirror of Oblivion (lv49)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25487">Water Spirit Lian (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25490">Gwindorr (lv40)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25498">Fafurion's Henchman Istary (lv45)</Button>
|
||||
</body></html>
|
@ -1,35 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25010">Furious Thieles (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25013">Spiteful Soul of Peasant Leader (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25029">Atraiban (lv53)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25032">Eva's Guardian Millenu (58)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25050">Verfa (lv51)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25067">Shaka, Captain of the Red Flag (lv52)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25070">Enchanted Forest Watcher Ruell (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25089">Soulless Wild Boar (lv59)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25103">Sorcerer Isirr (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25119">Berun, Messenger of the Fairy Queen (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25122">Hopeful Refugee Leo (lv56)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25131">Carnage Lord Gato (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25137">Sephia, Seer of Bereth (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25159">Unicorn Paniel (lv54)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25176">Black Lily (55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25182">Demon Kurikups (59)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25217">Cursed Clara (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25230">Ragoth, Seer of Timak (lv57)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25238">Abyss Brukunt (59)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25241">Harit Hero Tamash (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25259">Zaken's Butcher Krantz (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25273">Carnamakos (50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25277">Lilith's Witch Marilion (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25280">Pagan Watcher Cerberon (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25434">Bandit Leader Barda (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25460">Deadman Ereve (lv51)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25463">Harit Guardian Garangky (lv56)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25473">Grave Robber Kim (lv52)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25475">Ghost Knight Kabed (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25481">Magus Kenishee (lv53)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25484">Zaken's Mate Tillion (lv50)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25493">Eva's Spirit Niniel (lv55)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25496">Fafurion's Envoy Pingolpin (lv52)</Button>
|
||||
</body></html>
|
@ -1,23 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25016">The 3rd Underwater Guardian (lv60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25051">Rahha (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25073">Bloody Priest Rudelto (lv69)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25106">Lidia, Ghost of the Well (lv60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25125">Fierce Tiger King Angel (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25140">Hekaton Prime (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25162">Giant Marpanak (lv60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25179">Karum, Guardian Of The Statue Of the Giant (60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25226">Roaring Lord Kastor (lv62)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25233">Spiteful Soul of Andras the Betrayer (lv69)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25234">Ancient Weird Drake (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25255">Gargoyle Lord Tiphon (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25256">Taik High Prefect Arak (lv60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25263">Kernon's Faithful Servant Kelone (67)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25322">Demon's Agent Falston (lv66)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25407">Lord Ishka (lv60)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25423">Fairy Queen Timiniel (61)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25444">Enmity Ghost Ramdal (lv65)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25467">Gorgolos (lv64)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25470">Utenus, the Last Titan (lv66)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25478">Hisilrome, Priest of Shilen (lv65)</Button>
|
||||
</body></html>
|
@ -1,33 +0,0 @@
|
||||
<html><body><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25035">Shilen's Messenger Cabrio (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25054">Kernon (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25092">Korim (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25109">Cloe, Priest of Antharas (lv74)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25126">Longhorn Golkonda (lv79)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25143">Shuriel, Fire of Wrath (lv78)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25163">Roaring Skylancer (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25198">Fafurion's Messenger Loch Ness (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25199">Fafurion's Seer Sheshark (lv72)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25202">Crokian Padisha Sobekk (lv74)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25205">Ocean's Flame Ashakiel (lv76)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25220">Death Lord Hallate (lv73)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25229">Storm Winged Naga (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25235">Vanor Chief Kandra (lv72)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25244">Last Lesser Giant Olkuth (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25245">Last Lesser Giant Glaki (lv78)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25248">Doom Blade Tanatos (lv72)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25249">Palatanos of the Fearsome Power (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25252">Palibati Queen Themis (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25266">Bloody Empress Decarbia (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25269">Beast Lord Behemoth (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25276">Death Lord Ipos (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25281">Anakim's Nemesis Zakaron (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25282">Death Lord Shax (lv75)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25293">Hestia, Guardian Deity of the Hot Springs (lv78)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25325">Barakiel, the Flame of Splendor (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25328">Eilhalder Von Hellman (lv71)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25447">Immortal Savior Mardil (lv71)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25450">Cherub Galaxia (lv79)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25453">Minas Anor (lv70)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25524">Flamestone Giant (lv76)</Button>
|
||||
</body></html>
|
@ -1,23 +0,0 @@
|
||||
<html><body><br><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25299">Ketra's Hero Hekaton (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25309">Varka's Hero Shadith (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25514">Spiked stakato Queen Shyeed (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25283">Lilith (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25286">Anakim (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25302">Ketra's Commander Tayr (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25312">Varka's Commander Mos (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25319">Ember (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25527">Uruka (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25305">Ketra's Chief Braki (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25315">Varka's Chief Horus (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 29096">Master Anays (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 29062">High Priest Andreas Van Halter (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25306">Soul of Fire Nastron (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25316">Soul of Water Ashutar (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 29065">Sailren (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25539">Typhoon (lv83)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25623">Valdstone (lv80)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25624">Rok (lv83)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25625">Enira (lv85)</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest RaidbossInfo 25626">Dius (lv85)</Button>
|
||||
</body></html>
|
@ -26,6 +26,7 @@ import java.util.concurrent.ScheduledFuture;
|
||||
import com.l2jserver.Config;
|
||||
import com.l2jserver.gameserver.ThreadPoolManager;
|
||||
import com.l2jserver.gameserver.datatables.SkillData;
|
||||
import com.l2jserver.gameserver.enums.ChatType;
|
||||
import com.l2jserver.gameserver.model.actor.L2Npc;
|
||||
import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;
|
||||
import com.l2jserver.gameserver.model.quest.Event;
|
||||
@ -381,7 +382,7 @@ public final class Race extends Event
|
||||
|
||||
private void sendMessage(L2PcInstance player, String text)
|
||||
{
|
||||
player.sendPacket(new CreatureSay(_npc.getObjectId(), 20, _npc.getName(), text));
|
||||
player.sendPacket(new CreatureSay(_npc.getObjectId(), ChatType.MPCC_ROOM, _npc.getName(), text));
|
||||
}
|
||||
|
||||
private void showMenu(L2PcInstance activeChar)
|
||||
|
Reference in New Issue
Block a user