diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:53:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 17:53:06 -0300 |
commit | b229d35ad6313ec517a7649e700ca04473db793f (patch) | |
tree | 93c829877ff99ebd999ee0298b195dda98597580 /npc/003-0-1/professor.txt | |
parent | da29bf8f67035c13e163cb3e548dffe07dff53c0 (diff) | |
download | serverdata-b229d35ad6313ec517a7649e700ca04473db793f.tar.gz serverdata-b229d35ad6313ec517a7649e700ca04473db793f.tar.bz2 serverdata-b229d35ad6313ec517a7649e700ca04473db793f.tar.xz serverdata-b229d35ad6313ec517a7649e700ca04473db793f.zip |
Fix bugs
Diffstat (limited to 'npc/003-0-1/professor.txt')
-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 4b5a8be46..e1c3bda10 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -31,7 +31,8 @@ OnTimer5000: initnpctimer; end; OnSpeeching: - // If you have been sitted for at least 3 seconds (max AFK 5 minutes) + // If you have been IDLE for at least 3 seconds (max AFK 5 minutes) + // You'll get the EXP. Note you don't need to sit, only be idle. if (is_between(3, 300, checkidle())) { getexp 1+getskilllv(TMW2_SPEECH),1; // dispbottom l("It is a boring speech..."); |