diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-06 17:20:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-06 17:20:28 -0300 |
commit | 1d0cbf1be231e03a174e07eeb6d0fe1809c6a131 (patch) | |
tree | 3648edbfc4972c723cf46f2c9a2f12242c52c6a9 | |
parent | 753b81287ab1fede17a83262ef224e40387254b1 (diff) | |
download | serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.gz serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.bz2 serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.tar.xz serverdata-1d0cbf1be231e03a174e07eeb6d0fe1809c6a131.zip |
Hasan wasn't serious on GP collection. Now he is.
Remember the money poll is set a year before the rewards are handed.
-rw-r--r-- | npc/003-1/hasan.txt | 2 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 2 | ||||
-rw-r--r-- | npc/items/books.txt | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index 5108c0b2d..658e4d398 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -195,7 +195,7 @@ OnDay0920: // Once autumn is over (21/12) restart GP poll and send value to backup OnDay1221: $HASAN_LT=0+$HASAN_GP; - $HASAN_GP=2000; + $HASAN_GP=2000+(TOP3AVERAGELVL()*100); end; } diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index a1ff37f7c..e43edeea1 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -24,7 +24,7 @@ OnInit: debugmes ""; debugmes "* Automatic variable setup"; debugmes ""; - $HASAN_GP=25; + $HASAN_GP=2000; $MANA_BINT=30; $MANA_BLVL=40; $MANA_JLVL=20; diff --git a/npc/items/books.txt b/npc/items/books.txt index ac843588d..f5f102696 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -275,6 +275,12 @@ OnInit: end; function myself { + // TODO: Save the variables in temp vars + // If getarg(1) is not your charid, detach + // Then attach the getarg(1) instead + // Display then using the temp vars + // For scrying, myself(false, .@me) + // While still using attachrid .@all = getarg(0, true); mes ".:: " + strcharinfo(0) + " ::."; if (is_staff()) |