diff options
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/professor.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 37a69640b..d98594e36 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -60,6 +60,16 @@ OnSpeeching: getexp .@bxp, .@jxp; + // Experience for Homunculus + if (gethominfo(0)) + gethomunexp(1); + + // Research happens roughly every minute, based on Study skill + if (getskilllv(TMW2_STUDY)) { + if (AFKING % 20 == 0) + MAGIC_RP+=getskilllv(TMW2_STUDY); + } + // If you are learning TMW2_READANCIENTLANGUAGES if (ANCIENTLANGUAGEBOUNCER) { ANCIENTLANGUAGEBOUNCER-=1; |