Cleanup for previous commit.

This commit is contained in:
MobiusDevelopment
2021-10-11 11:21:05 +00:00
parent 1eb7c73d5a
commit 5fc093228c
9 changed files with 18 additions and 33 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/InstanceNames.xsd">
<instance id="100" name="FrostLordCastle" />
<instance id="147" name="Olympiad" />
<instance id="148" name="Olympiad" />
<instance id="149" name="Olympiad" />
@@ -35,6 +34,7 @@
<instance id="1004" name="Forgotten Primeval Garden" />
<instance id="1011" name="Alligator Island" />
<instance id="1012" name="Antharas' Lair" />
<instance id="1013" name="Frost Lord's Castle" />
<instance id="1101" name="Transcendent Instance Zone" /> <!-- Sea of Spores -->
<instance id="1102" name="Transcendent Instance Zone" /> <!-- Enchanted Valley -->
<instance id="1103" name="Transcendent Instance Zone" /> <!-- Blazing Swamp -->

View File

@@ -1,10 +1,6 @@
<html><body>Undercover Agent Sirro:<br>
They say, Freya herself has granted Frost Lord Glakias his power. Some people say that Freya has created him using energy of the Crystal ball fragment. The ball is an ancient artifact that was shattered long ago, Freya gave an order to scatter its
shards all over the world. Now Glakias is looking for the ball fragments to gai new powers. Maybe one day he will become
strong enough to be able to surpass Freya herself<br>
<br>
Glakias gains his power from the Crystal Ball shards.<br>
They say, Freya herself has granted Frost Lord Glakias his power. Some people say that Freya has created him using energy of the Crystal ball fragment. The ball is an ancient artifact that was shattered long ago, Freya gave an order to scatter it's shards all over the world. Now Glakias is looking for the ball fragments to gai new powers. Maybe one day he will become strong enough to be able to surpass Freya herself.<br>
Glakias gains his power from the Crystal Ball shards.<br1>
Moreover, he uses them as his special weapon.<br>
<br>
Frost Lord Castle looks like Freya s dwelling, but it s much more dangerous.
</body></html>

View File

@@ -1,9 +1,7 @@
<html><body>Undercover Agent Sirro:<br>
Hush! Be careful. Here is Frost Lord Castle, the dwelling of Glakias.<br>
<br>
Once you killed boss Tiron, a secret passage to Frost Lord Glakias will be opened.<br>
Once you killed boss Tiron, a secret passage to Frost Lord Glakias will be opened.<br1>
To get there, speak to Undercover Agent.<br>
<br>
Frost Lord Castle looks like Freya s dwelling, but it s much more dangerous.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">Ask about Frost Lord</Button>
</body></html>

View File

@@ -1,13 +1,8 @@
<html><body>Undercover Agent:<br>
<br>
Keep your guard up!.
<br>
Frost Lord s Castle is not a safe place.
<br>
I will help you go through the secret passage.
<br>
Would you like use my help?.
<br>
Keep your guard up!<br1>
Frost Lord s Castle is not a safe place.<br1>
I will help you go through the secret passage.<br1>
Would you like use my help?.<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">Crossroad</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 1">Northern Secret Passage</button>
</body></html>

View File

@@ -1,8 +1,4 @@
<html><body>Crystal of Energy:<br>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest FrostLordEasyMode ENTER">Frost Lord</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest FrostLordsCastle ENTER">Frost Lord</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_teleport OTHER 0">Exit</Button>
</body></html>
</body></html>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<instance id="100" maxWorlds="80" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<instance id="1013" maxWorlds="80" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/instance.xsd">
<time duration="120" empty="0" />
<removeBuffs type="ALL" />
<locations>

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package instances.FrostLordEasyMode;
package instances.FrostLordCastle;
import org.l2jmobius.gameserver.model.actor.Npc;
import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
@@ -30,7 +30,7 @@ import instances.AbstractInstance;
/**
* @author Serenitty
*/
public class FrostLordEasyMode extends AbstractInstance
public class FrostLordCastle extends AbstractInstance
{
// NPCs
private static final int GLAKIAS = 29136; // GrandBoss
@@ -42,9 +42,9 @@ public class FrostLordEasyMode extends AbstractInstance
private static final SkillHolder ICE_SWEEP_LV_1 = new SkillHolder(48376, 1); // When player in Radius target boss atack
// private static final SkillHolder GLAKIAS_ENCHANCEMENT_LV_1 = new SkillHolder(48372, 1); // glakias up stats test only
// Misc
private static final int TEMPLATE_ID = 100;
private static final int TEMPLATE_ID = 1013;
public FrostLordEasyMode()
public FrostLordCastle()
{
super(TEMPLATE_ID);
addStartNpc(GLAKIAS);
@@ -217,6 +217,6 @@ public class FrostLordEasyMode extends AbstractInstance
public static void main(String[] args)
{
new FrostLordEasyMode();
new FrostLordCastle();
}
}

View File

@@ -1500,7 +1500,7 @@
<acquire exp="33566" sp="15207" attributeExp="204"/>
<stats str="88" int="79" dex="55" wit="78" con="82" men="78">
<vitals hp="8446" hpRegen="10.5" mp="2355" mpRegen="3.6" />
<speed>
<speed>
<walk ground="45" />
<run ground="110" />
</speed>

View File

@@ -507,7 +507,7 @@
<skill id="48381" toLevel="2" name="Ice Emperor's Storm">
<!-- TEST SKILL -->
<icon>icon.skill0000</icon>
<operateType>A1</operateType>
<operateType>A1</operateType>
<isMagic>1</isMagic>
<castRange>7600</castRange>
<hitTime>3600</hitTime>