diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-09-05 17:54:15 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-05-10 20:30:45 +0200 |
commit | 80453dc77ef64069cc3274884552eccc9cba7d4b (patch) | |
tree | 0aa038c1afd2b64f834a6b4fe077a8460047daa1 /world/map/npc/017-4/waric.txt | |
parent | 6ee52d83c5fa9491f36df7a884243d457ebaee09 (diff) | |
download | serverdata-80453dc77ef64069cc3274884552eccc9cba7d4b.tar.gz serverdata-80453dc77ef64069cc3274884552eccc9cba7d4b.tar.bz2 serverdata-80453dc77ef64069cc3274884552eccc9cba7d4b.tar.xz serverdata-80453dc77ef64069cc3274884552eccc9cba7d4b.zip |
Orum and Waric follow-up: Add NPCs Orum and Waric.
Initial talk in Waric's script.
Logic for the first flower in Orum's script.
Diffstat (limited to 'world/map/npc/017-4/waric.txt')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt new file mode 100644 index 00000000..a1881985 --- /dev/null +++ b/world/map/npc/017-4/waric.txt @@ -0,0 +1,24 @@ +// Author: Jenalya + +017-4.gat,216,36,0|script|Waric|153,{ + + if (OrumQuest > 15) goto L_Spells; + + mes "[Waric]"; + mes "\"You! You're really more insistent than it's good for you...\""; + mes "He turns towards Orum."; + next; + mes "[Waric]"; + mes "\"It seems your ridiculous Guarding Spirit failed his task..."; + mes "Deal with this, we really can't afford more of this distractions.\""; + goto L_Close; + +L_Spells: + mes "TODO"; + // teach spells + // doesn't trust the player at all if player is follower of sagatha + goto L_Close; + +L_Close: + close; +} |