Custom Faction certificate script and NPC html updates.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2020-10-12 10:52:22 +00:00
parent 8460eda6eb
commit bdfa4a7240
8 changed files with 135 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<html><body>Ferin:<br>
What brings you here? Well, I don't really care about what you are up to. Can you stop looking down at me like that? I'm not a kid.<b>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"What happened to the Ertheia?"</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest FactionCertificates getCertificate">Get guild certificate.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -2,5 +2,6 @@
Greetings. I am Irene, leader of the Mother Tree Guardians.<br>
We the Mother Tree Guardians are engaged in a variety of activities to revive the dying Mother Tree.<br>
There is still so much we need to talk about. I hope that we can talk some more when the opportunity is right.<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest FactionCertificates getCertificate">Get guild certificate.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>

View File

@@ -3,5 +3,6 @@ Who goes there! What is your affiliation?<br>
I am Captain Logart Van Dyke of the Kingdom's Royal Guard, successor of the Van Dyke household. <br>
We, Kingdom's Royal Guard, are under the direct command of Amadeo Cadmus, King of Aden.<br>
You must consider all assignments I give you to be directly from the king himself, and apply yourself with diligence!<br>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h Quest FactionCertificates getCertificate">Get guild certificate.</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
</body></html>