From 1d0cbf1be231e03a174e07eeb6d0fe1809c6a131 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 6 Jan 2022 17:20:28 -0300 Subject: Hasan wasn't serious on GP collection. Now he is. Remember the money poll is set a year before the rewards are handed. --- npc/003-1/hasan.txt | 2 +- npc/003-3/malindou.txt | 2 +- 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()) -- cgit v1.2.3-70-g09d2