diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-22 09:10:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-22 09:10:29 -0300 |
commit | dbd02f4324a71583b53d420f1cb0da4bec83d641 (patch) | |
tree | 5867c5045ee4fb2889debbfe683fcd08ee14decf /npc/003-1/hasan.txt | |
parent | eb170d707c42289f18fa2ce32cdb4b6ef25c55a0 (diff) | |
download | serverdata-dbd02f4324a71583b53d420f1cb0da4bec83d641.tar.gz serverdata-dbd02f4324a71583b53d420f1cb0da4bec83d641.tar.bz2 serverdata-dbd02f4324a71583b53d420f1cb0da4bec83d641.tar.xz serverdata-dbd02f4324a71583b53d420f1cb0da4bec83d641.zip |
Hasan quest is complete but untested. We also need quests.xml
Diffstat (limited to 'npc/003-1/hasan.txt')
-rw-r--r-- | npc/003-1/hasan.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 4b3b51cc1..e9f9467e3 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -57,6 +57,15 @@ L_Print: // TODO L_Finish: + mesn; + mesq l("Is that... Wait... Wow. You... Killed a murderer scorpion."); + next; + mesn; + mesq l("I promise I'll never steal from you again. Here, take this shorts."); + mesq l("Good job, man!"); + setq TulimsharQuest_Hasan, 5; + getitem CottonShorts, 1; + getexp 75, 75; close; L_Complete: |