From e8efa77948836f4a5385756bf35264a8218218a4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Dec 2022 10:07:32 -0300 Subject: Dealing with paperwork (town admin) now grants EXP, JEXP and MobPt. Amounts are randomized and based on your levels. --- npc/functions/politics.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/politics.txt') diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 7c9dd5c8d..3fe89a765 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -430,6 +430,8 @@ function script POL_Manage { if (rand2(3) == 1) setd(.@town$+"_REPUTATION", limit(0, .@RP+1, 100)); setd(.@town$+"_DAILYQUEST", gettimeparam(GETTIME_DAYOFMONTH)); + getexp rand2(BaseLevel+JobLevel), rand2(BaseLevel+JobLevel); + Mobpt += rand2(JobLevel); mesc l("You dealt with paperwork."), 2; break; // Mark 10: Exports -- cgit v1.2.3-70-g09d2