diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/professor.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index e454e1805..dbde5ce08 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -35,7 +35,8 @@ OnSpeeching: // If you have been IDLE for at least 2 seconds (max AFK 15 minutes) // You'll get the EXP. Note you don't need to sit, only be idle. if (is_between(2, 900, checkidle())) { - getexp 1+getskilllv(TMW2_SPEECH),1; + .@sk=getskilllv(TMW2_SPEECH); + getexp 1+.@sk,1+(.@sk/2); // dispbottom l("It is a boring speech..."); // If you are learning TMW2_READANCIENTLANGUAGES |