diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-29 00:50:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-29 00:50:30 -0300 |
commit | de4a0b24b19c8d1e1782298579fa47471ff380e1 (patch) | |
tree | feb3671f7f86bdf18370c5e72999a0aaa9d65081 /npc/003-0-1 | |
parent | 4b110c5b992f196ff37f7eb4d440e7fe43f3800d (diff) | |
download | serverdata-de4a0b24b19c8d1e1782298579fa47471ff380e1.tar.gz serverdata-de4a0b24b19c8d1e1782298579fa47471ff380e1.tar.bz2 serverdata-de4a0b24b19c8d1e1782298579fa47471ff380e1.tar.xz serverdata-de4a0b24b19c8d1e1782298579fa47471ff380e1.zip |
Remove useless chunks of code from AFK zone.
Kytty inspired me to do this spring cleaning.
Diffstat (limited to 'npc/003-0-1')
-rw-r--r-- | npc/003-0-1/professor.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 5529e4632..98ad20cbb 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -76,25 +76,10 @@ OnSpeeching: switch (AFKING) { case 28800: // 24 hours, 28,800 exp - sk_lvup(TMW2_SPEECH); - AFKING+=1; - npctalk3 l("%s, you're a good student. You have a bright future if you keep listening to me.", strcharinfo(0)); - dispbottom l("Learning from seeing (aka. AFK-ing) skill LEVEL UP!!"); - break; case 201600: // +1 week, +403,200 exp - sk_lvup(TMW2_SPEECH); - AFKING+=1; - npctalk3 l("%s, you're a good student. You have a bright future if you keep listening to me.", strcharinfo(0)); - dispbottom l("Learning from seeing (aka. AFK-ing) skill LEVEL UP!!"); - break; case 864000: // +1 month, +2,592,000 exp - sk_lvup(TMW2_SPEECH); - AFKING+=1; - npctalk3 l("%s, you're a good student. You have a bright future if you keep listening to me.", strcharinfo(0)); - dispbottom l("Learning from seeing (aka. AFK-ing) skill LEVEL UP!!"); - break; case 2592000: // +3 months, +10,368,000 exp // Note: In the needed time (~4 months) you should be over 60 if you |