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/gmbot.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/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 6029fd873..30f95dde9 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -187,6 +187,7 @@ function matrixlb { .@pts+=min(3, reputation("Halin")/33); .@pts+=min(3, reputation("Frostia")/33); .@pts+=min(3, reputation("Candor")/33); + .@pts+=min(3, reputation("Fortress")/33); // What about Lilit? // Who am I bonus TODO @@ -203,7 +204,7 @@ function matrixlb { // Rebirth (2pts per level) .@pts+=limit(0, REBIRTH*2, 10); - // Max points: 101→104→114 + // Max points: 101→104→114→117 return .@pts; } |