Adjustments for Orc quests.
This commit is contained in:
@@ -22,8 +22,6 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import org.l2jmobius.Config;
|
import org.l2jmobius.Config;
|
||||||
import org.l2jmobius.gameserver.data.xml.CategoryData;
|
|
||||||
import org.l2jmobius.gameserver.enums.CategoryType;
|
|
||||||
import org.l2jmobius.gameserver.enums.HtmlActionScope;
|
import org.l2jmobius.gameserver.enums.HtmlActionScope;
|
||||||
import org.l2jmobius.gameserver.enums.Race;
|
import org.l2jmobius.gameserver.enums.Race;
|
||||||
import org.l2jmobius.gameserver.model.Location;
|
import org.l2jmobius.gameserver.model.Location;
|
||||||
@@ -164,8 +162,8 @@ public class Q00255_Tutorial extends Quest
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vanguard.
|
// Orcs.
|
||||||
if (CategoryData.getInstance().isInCategory(CategoryType.VANGUARD_ALL_CLASS, player.getClassId().getId()))
|
if (player.getRace() == Race.ORC)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -429,8 +427,8 @@ public class Q00255_Tutorial extends Quest
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Vanguard.
|
// Orcs.
|
||||||
if (CategoryData.getInstance().isInCategory(CategoryType.VANGUARD_ALL_CLASS, player.getClassId().getId()))
|
if (player.getRace() == Race.ORC)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>Flame Guardian Vulkus:<br>
|
||||||
Flame Guardian Vulkus:<br>
|
|
||||||
I definitely like your attitude!<br>
|
I definitely like your attitude!<br>
|
||||||
However, first I must check your combat abilities.<br>
|
However, first I must check your combat abilities.<br>
|
||||||
Here we have some <font color="LEVEL">Training Dummies</font> set specifically for training young Orcs. Try attacking one of those, and I will watch you fight. After that we will talk again.
|
Here we have some <font color="LEVEL">Training Dummies</font> set specifically for training young Orcs. Try attacking one of those, and I will watch you fight. After that we will talk again.
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>Flame Guardian Vulkus:<br>
|
||||||
Flame Guardian Vulkus:<br>
|
|
||||||
First of all, I will give you several Soulshots to try.<br>
|
First of all, I will give you several Soulshots to try.<br>
|
||||||
They are used automatically when you have them in your inventory and have a weapon equipped.<br>
|
They are used automatically when you have them in your inventory and have a weapon equipped.<br>
|
||||||
Also, you can come across Spiritshots - these are like Soulshots but they increase your magic powers instead of fighting abilities.<br>
|
Also, you can come across Spiritshots - these are like Soulshots but they increase your magic powers instead of fighting abilities.<br>
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<html><body>Flame Guardian Vulkus:<br>
|
<html><body>Flame Guardian Vulkus:<br>
|
||||||
I can see that you know your basics full well.<br>
|
I can see that you know your basics full well.<br>
|
||||||
I cannot stress enough the importance of basic training. Do you agree?<br>
|
I cannot stress enough the importance of basic training. Do you agree?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10950_FiercestFlame 30573-08.htm">"Nod"</Button></body></html>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10950_FiercestFlame 30573-08.htm">"Nod"</Button>
|
||||||
|
</body></html>
|
@@ -3,4 +3,5 @@ I'm afraid I have nothing more to tell you.<br>
|
|||||||
Now you must speak with <font color="LEVEL">Guardian Tanai</font>.<br>
|
Now you must speak with <font color="LEVEL">Guardian Tanai</font>.<br>
|
||||||
He has been entrusted with a very important mission to preserve our ancestors' souls and legacy.<br>
|
He has been entrusted with a very important mission to preserve our ancestors' souls and legacy.<br>
|
||||||
Tanai has a lot to tell you, so go to him as soon as possible.<br>
|
Tanai has a lot to tell you, so go to him as soon as possible.<br>
|
||||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest Q10950_FiercestFlame TELEPORT_TO_TANAI">Teleport to Tanai</Button></body></html>
|
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest Q10950_FiercestFlame TELEPORT_TO_TANAI">Teleport to Tanai</Button>
|
||||||
|
</body></html>
|
@@ -1,3 +1,4 @@
|
|||||||
<html><body>Guardian Tanai:<br>
|
<html><body>Guardian Tanai:<br>
|
||||||
Have you completed your basic training?<br>
|
Have you completed your basic training?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10950_FiercestFlame 30602-00.htm">"Nod"</Button></body></html>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10950_FiercestFlame 30602-00.htm">"Nod"</Button>
|
||||||
|
</body></html>
|
@@ -35,7 +35,7 @@ import org.l2jmobius.gameserver.network.NpcStringId;
|
|||||||
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
|
import org.l2jmobius.gameserver.network.serverpackets.ExShowScreenMessage;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fiercest Flame (Q10950)
|
* Fiercest Flame (10950)
|
||||||
* @author A.Yurechko
|
* @author A.Yurechko
|
||||||
* @Notee: Based on NA server on March, 31 2022
|
* @Notee: Based on NA server on March, 31 2022
|
||||||
*/
|
*/
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<html><body>First Vanguard Rider Sabitus:<br>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
I bear the title of the First Vanguard Rider. My duty is to show young Orcs the new path of Orc Lancers.<br>
|
I bear the title of the First Vanguard Rider. My duty is to show young Orcs the new path of Orc Lancers.<br>
|
||||||
I'd be happy to teach you something, but you are not Orc Lancer, so I have nothing to say to you.<br>
|
I'd be happy to teach you something, but you are not Orc Lancer, so I have nothing to say to you.<br>
|
||||||
Why don't you go to Flame Guardian Vulkus? I'm sure he'll be happy to help you.</body></html>
|
Why don't you go to Flame Guardian Vulkus? I'm sure he'll be happy to help you.
|
||||||
|
</body></html>
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>Guardian Tanai:<br>
|
||||||
Guardian Tanai:<br>
|
|
||||||
Have you completed your basic training?<br>
|
Have you completed your basic training?<br>
|
||||||
I see that you're really excited about joining the ranks of Orc Lancers.<br>
|
I see that you're really excited about joining the ranks of Orc Lancers.<br>
|
||||||
First of all, let me tell you about the <font color="LEVEL">Blazing Beast</font> skill. You can use it if you have <font color="LEVEL">500 or more Beast Points (BP)</font>. Activating the skill costs <font color="LEVEL">100 BP</font>.<br>
|
First of all, let me tell you about the <font color="LEVEL">Blazing Beast</font> skill. You can use it if you have <font color="LEVEL">500 or more Beast Points (BP)</font>. Activating the skill costs <font color="LEVEL">100 BP</font>.<br>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
There you are. You have a new path open before you. Will you become the Orc Lancer?<br>
|
There you are. You have a new path open before you. Will you become the Orc Lancer?<br>
|
||||||
Are you ready to become a beacon of hope for our people?<br>
|
Are you ready to become a beacon of hope for our people?<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10951_NewFlameOfOrcs 34335-03.htm">"Nod"</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10951_NewFlameOfOrcs 34335-03.htm">"Nod"</Button>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
Good! I see that you're striving for excellence. It will really help you on the Orc Lancer path.<br>
|
Good! I see that you're striving for excellence. It will really help you on the Orc Lancer path.<br>
|
||||||
But I think you don't know yet what we have in store for you.<br>
|
But I think you don't know yet what we have in store for you.<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10951_NewFlameOfOrcs 34335-04.htm">"Ask what the problem is"</Button>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10951_NewFlameOfOrcs 34335-04.htm">"Ask what the problem is"</Button>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
The problem? Bah!<br>
|
The problem? Bah!<br>
|
||||||
You look like a very resourceful young Orc, so I'm sure you'll find a way out of any problem. Or you'll perish along the path you've chosen. Easy, isn't it?<br>
|
You look like a very resourceful young Orc, so I'm sure you'll find a way out of any problem. Or you'll perish along the path you've chosen. Easy, isn't it?<br>
|
||||||
Well, no more idle chatter, let's get down to business. I'm going to teach you the combat basics.<br>
|
Well, no more idle chatter, let's get down to business. I'm going to teach you the combat basics.<br>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
Excellent! So far, you're doing well.<br>
|
Excellent! So far, you're doing well.<br>
|
||||||
Well, any battle is the exchange of attacks.<br>
|
Well, any battle is the exchange of attacks.<br>
|
||||||
Look around you. Do you see those <font color="LEVEL">Training Dummies</font> ? They are here to help you with your training.<br>
|
Look around you. Do you see those <font color="LEVEL">Training Dummies</font> ? They are here to help you with your training.<br>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
Good! But you're lacking something.<br>
|
Good! But you're lacking something.<br>
|
||||||
You've attacked without Soulshots equipped.<br>
|
You've attacked without Soulshots equipped.<br>
|
||||||
They can make your blows even more powerful. Don't ever forget that!<br>
|
They can make your blows even more powerful. Don't ever forget that!<br>
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<html><body>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
First Vanguard Rider Sabitus:<br>
|
|
||||||
The main thing about Soulshots is to have them always at your disposal.<br>
|
The main thing about Soulshots is to have them always at your disposal.<br>
|
||||||
You don't have any in your inventory, right? Then I'll give you some.<br>
|
You don't have any in your inventory, right? Then I'll give you some.<br>
|
||||||
Soulshots are equipped automatically when you start using a weapon.<br>
|
Soulshots are equipped automatically when you start using a weapon.<br>
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
<html><body>First Vanguard Rider Sabitus:<br>
|
<html><body>First Vanguard Rider Sabitus:<br>
|
||||||
I bear the title of the First Vanguard Rider. My duty is to show young Orcs the new path of Orc Lancers.<br>
|
I bear the title of the First Vanguard Rider. My duty is to show young Orcs the new path of Orc Lancers.<br>
|
||||||
I'd be happy to teach you something, but you are not Orc Lancer, so I have nothing to say to you.<br>
|
I'd be happy to teach you something, but you are not Orc Lancer, so I have nothing to say to you.<br>
|
||||||
Why don't you go to Flame Guardian Vulkus? I'm sure he'll be happy to help you.</body></html>
|
Why don't you go to Flame Guardian Vulkus? I'm sure he'll be happy to help you.
|
||||||
|
</body></html>
|
@@ -2,4 +2,5 @@
|
|||||||
I like the way you're thinking.<br>
|
I like the way you're thinking.<br>
|
||||||
Well, young Orc, why don't you help me kill these monsters?<br>
|
Well, young Orc, why don't you help me kill these monsters?<br>
|
||||||
And in return I will tell you about <font color="LEVEL">the auto-hunting</font>.<br>
|
And in return I will tell you about <font color="LEVEL">the auto-hunting</font>.<br>
|
||||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10952_ProtectAtAllCosts 30602-04.htm">"Auto-hunting? What is it?"</Button></body></html>
|
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10952_ProtectAtAllCosts 30602-04.htm">"Auto-hunting? What is it?"</Button>
|
||||||
|
</body></html>
|
@@ -3,7 +3,7 @@ The auto-hunting mode lets you find suitable targets and attack them without tak
|
|||||||
Like this, you can hunt more efficiently.<br>
|
Like this, you can hunt more efficiently.<br>
|
||||||
You can set up a distance to your target, loot pickup options, the manner mode, and so on.<br>
|
You can set up a distance to your target, loot pickup options, the manner mode, and so on.<br>
|
||||||
Just drag your basic attack or a selected skill on the shortcut panel and press the right mouse button to activate it.<br>
|
Just drag your basic attack or a selected skill on the shortcut panel and press the right mouse button to activate it.<br>
|
||||||
And now I will teleport you to<font color="LEVEL">the Valley of Heroes</font>. Kill monsters there using the auto-hunting mode.<br>
|
And now I will teleport you to <font color="LEVEL">the Valley of Heroes</font>. Kill monsters there using the auto-hunting mode.<br>
|
||||||
There you will encounter <font color="LEVEL">Kasha Wolves, Kasha Forest Wolves, Goblin Tomb Raiders and Rakeclaw Imp Hunters</font>. Return to me when you kill <font color="LEVEL">20 of them</font><br>
|
There you will encounter <font color="LEVEL">Kasha Wolves, Kasha Forest Wolves, Goblin Tomb Raiders and Rakeclaw Imp Hunters</font>. Return to me when you kill <font color="LEVEL">20 of them</font>.<br>
|
||||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest Q10952_ProtectAtAllCosts TELEPORT_TO_VALLEY_OF_HEROES">.Teleport to the Valley of Heroes</Button>
|
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest Q10952_ProtectAtAllCosts TELEPORT_TO_VALLEY_OF_HEROES">Teleport to the Valley of Heroes</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -62,12 +62,12 @@
|
|||||||
</skill>
|
</skill>
|
||||||
<skill id="40412" toLevel="1" name="Scroll of Escape: Guardian Tanai">
|
<skill id="40412" toLevel="1" name="Scroll of Escape: Guardian Tanai">
|
||||||
<!-- A magical scroll that relocates you to the Guardian Tanai in Orc Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
<!-- A magical scroll that relocates you to the Guardian Tanai in Orc Village. Cannot be exchanged, dropped, or sold. Can be stored in a private warehouse. -->
|
||||||
|
<operateType>A1</operateType>
|
||||||
<hitTime>500</hitTime>
|
<hitTime>500</hitTime>
|
||||||
<isMagic>2</isMagic> <!-- Static Skill -->
|
<isMagic>2</isMagic> <!-- Static Skill -->
|
||||||
<itemConsumeCount>1</itemConsumeCount>
|
<itemConsumeCount>1</itemConsumeCount>
|
||||||
<itemConsumeId>91651</itemConsumeId>
|
<itemConsumeId>97230</itemConsumeId> <!-- Scroll of Escape: Guardian Tanai -->
|
||||||
<magicLevel>1</magicLevel>
|
<magicLevel>1</magicLevel>
|
||||||
<operateType>A1</operateType>
|
|
||||||
<magicCriticalRate>5</magicCriticalRate>
|
<magicCriticalRate>5</magicCriticalRate>
|
||||||
<targetType>SELF</targetType>
|
<targetType>SELF</targetType>
|
||||||
<affectScope>SINGLE</affectScope>
|
<affectScope>SINGLE</affectScope>
|
||||||
|
Reference in New Issue
Block a user