Skip to content
Snippets Groups Projects
Commit b4c69581 authored by Zoey76's avatar Zoey76
Browse files

Moving default talk HTML within AI for NPC Kanaf.

parent 5e146f3e
No related branches found
No related tags found
No related merge requests found
<html><body>Kanaf:<br> <html><body>Kanaf:<br>
Shh! Please be still. Over there is the <font color="LEVEL">old town</font>, which is the only entrance to the Steel Citadel. Shh! Please be still. Over there is the <font color="LEVEL">old town</font>, which is the only entrance to the Steel Citadel. It is used as a prison camp for Native captives.<br>
It is used as a prison camp for Native captives.<br> Some time ago, when the Steel Citadel's defenses were temporarily weakened, we attacked the town in an attempt to rescue the captives. However, the enemy was still too strong, and many of us were killed or wounded.<br>
Some time ago, when the Steel Citadel's defenses were temporarily weakened, we attacked the town in an attempt to rescue the captives.
However, the enemy was still too strong, and many of us were killed or wounded.<br>
And our comrades in the town still thirst for their freedom!<br> And our comrades in the town still thirst for their freedom!<br>
<a action="bypass -h npc_%objectId%_Quest UrbanArea">Infiltrate the town.</a><br> <a action="bypass -h npc_%objectId%_Quest UrbanArea">Infiltrate the town.</a><br>
<a action="bypass -h Quest Kanaf info">Ask him for new information about the town.</a><br> <a action="bypass -h Quest Kanaf info">Ask him for new information about the town.</a><br>
......
...@@ -37,6 +37,7 @@ public final class Kanaf extends AbstractNpcAI ...@@ -37,6 +37,7 @@ public final class Kanaf extends AbstractNpcAI
super(Kanaf.class.getSimpleName(), "hellbound/AI/NPC"); super(Kanaf.class.getSimpleName(), "hellbound/AI/NPC");
addStartNpc(KANAF); addStartNpc(KANAF);
addTalkId(KANAF); addTalkId(KANAF);
addFirstTalkId(KANAF);
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment