Correction for Joachim AI.

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment
2019-11-26 09:19:25 +00:00
parent b45acf5311
commit 880d04e0c6
4 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<html><body>Herphah:<br>
<html><body>Dual Class Master Joachim:<br>
A dual class lets you select another class besides your main class and to raise them to the same level.<br>
There are restrictions to what types of classes you can select, through. Do you want to see if you meet the conditions?.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Joachim 34513-02.html">"Yes, on wuth a dual class."</Button>

View File

@@ -1,4 +1,4 @@
<html><body>Herphah:<br>
You do not meet the conditions to add a dual class. Come back when you´re ready, or ask for something else.<br>
(you must complete the following quest to add a dual class: <font color="LEVEL">Reawekened Fate</font>.)<br>
<html><body>Dual Class Master Joachim:<br>
You do not meet the conditions to add a dual class. Come back when you're ready, or ask for something else.<br>
(You must complete the following quest to add a dual class: <font color="LEVEL">Reawakened Fate</font>.)<br>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Dual Class Master Joachim:<br>
Hello, I´m helping Herphah help adventures. My name is Joachim.<br>
Do you want to do something with dual classes? I can help you to a certain extend, but if you want to request something I can´t do, please talk to <font color="LEVEL">Dual Class Master Rama</font> in <font color="LEVEL">Talking Island Village</font>.<br>
Hello, I'm helping Herphah help adventures. My name is Joachim.<br>
Do you want to do something with dual classes? I can help you to a certain extend, but if you want to request something I can't do, please talk to <font color="LEVEL">Dual Class Master Rama</font> in <font color="LEVEL">Talking Island Village</font>.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Joachim 34513-01.html"><font color="LEVEL">"On with a dual class! (all races)"</font></button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -29,13 +29,13 @@ import ai.AbstractNpcAI;
public class Joachim extends AbstractNpcAI
{
// NPC
private static final int Joachim = 34513;
private static final int JOACHIM = 34513;
private Joachim()
{
addStartNpc(Joachim);
addTalkId(Joachim);
addFirstTalkId(Joachim);
addStartNpc(JOACHIM);
addTalkId(JOACHIM);
addFirstTalkId(JOACHIM);
}
@Override
@@ -45,7 +45,6 @@ public class Joachim extends AbstractNpcAI
{
case "34513-01.html":
case "34513-02.html":
case "34513-03.html":
{
return event;
}