diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-01 10:12:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-01 10:12:09 -0300 |
commit | 98fb9cbbedb2203a4ca6769dbb8f939d39814f75 (patch) | |
tree | 509fd72d44aa1bb211694d2fc0cbbd9e5f99db69 /npc | |
parent | e1e8a0a267d618462ba37c28951ef3f1030fdc30 (diff) | |
download | serverdata-98fb9cbbedb2203a4ca6769dbb8f939d39814f75.tar.gz serverdata-98fb9cbbedb2203a4ca6769dbb8f939d39814f75.tar.bz2 serverdata-98fb9cbbedb2203a4ca6769dbb8f939d39814f75.tar.xz serverdata-98fb9cbbedb2203a4ca6769dbb8f939d39814f75.zip |
Placeholder NPC
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/012-2/khafar.txt | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/npc/012-2/_import.txt b/npc/012-2/_import.txt index 30a1058df..23212c66e 100644 --- a/npc/012-2/_import.txt +++ b/npc/012-2/_import.txt @@ -5,6 +5,7 @@ "npc/012-2/_warps.txt", "npc/012-2/door.txt", "npc/012-2/helena.txt", +"npc/012-2/khafar.txt", "npc/012-2/melina.txt", "npc/012-2/note.txt", "npc/012-2/rakinorf.txt", diff --git a/npc/012-2/khafar.txt b/npc/012-2/khafar.txt new file mode 100644 index 000000000..5820b86b8 --- /dev/null +++ b/npc/012-2/khafar.txt @@ -0,0 +1,30 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Kfahr - Placeholder +// Quests: +// NivalisQuest_Baktar +// Win arm wrestling to unlock Braknar Shield Secrets + +012-2,54,46,2 script Khafar NPC_ORC,{ + mesc l("You stand before a battle-scarred, darkly tanned warrior, brimming with muscles."); + mesc l("Just looking at him you smell danger, adventure, excitement..."); + next; + mesc l("On second thought, he really could use a bath."); + next; + mesc l("The warrior turns towards you, grinning broadly."); + next; + mesn; + mesq l("Why, hello there! Come to visit Kfahr the Warrior to hear of my exploits, have you?"); + mesc l("He laughs heartily and gives you a slap on the back."); + next; + mesn; + mesq l("Can't blame you, can't blame you at all! Here, take a seat!"); + close; + +OnInit: + npcsit; + end; +} + |