diff options
-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()) |