diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 07:58:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 07:58:28 -0300 |
commit | 2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40 (patch) | |
tree | 0821f382430cacd3caed03228eeb3fe48b480aa1 /npc/functions/util.txt | |
parent | 60e768c0cbc4c0671cb2da8113ef4ca980ccd8fd (diff) | |
download | serverdata-2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40.tar.gz serverdata-2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40.tar.bz2 serverdata-2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40.tar.xz serverdata-2f08e400a3d77d0b196ad42ebbf05d7bb19c3b40.zip |
Fortress Town is the official location of who am I quest
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index efd46e75b..183ca5781 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -531,6 +531,22 @@ function script reputation { .@nr=.@nr*100/10; + + + + + + // Fortress Town Quests (1 point/special) + } else if (getarg(0) == "Fortress") { + + // Who am I? (+1 rep) + if (getq(General_Narrator) >= 22) + .@nr=.@nr+1; + + // FORTRESS TOWN Magical Forumula + .@nr=.@nr*100/1; + + // Final } |