diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-21 20:57:57 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-21 20:57:57 +0000 |
commit | 722ed0a89f56605feb7b9b5af57861b19b6a8289 (patch) | |
tree | 3222f78f003e8bee10360084784b5e8e419b92dd /npc/other/turbotrack/Turbo_Track.txt | |
parent | 9ef634559f3cde232586b1dc6fd00bea3f3d8e53 (diff) | |
download | hercules-722ed0a89f56605feb7b9b5af57861b19b6a8289.tar.gz hercules-722ed0a89f56605feb7b9b5af57861b19b6a8289.tar.bz2 hercules-722ed0a89f56605feb7b9b5af57861b19b6a8289.tar.xz hercules-722ed0a89f56605feb7b9b5af57861b19b6a8289.zip |
Updated most active NPCs that give EXP to renewal standards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14920 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack/Turbo_Track.txt')
-rw-r--r-- | npc/other/turbotrack/Turbo_Track.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/other/turbotrack/Turbo_Track.txt b/npc/other/turbotrack/Turbo_Track.txt index e84403c4d..23c0ddc8c 100644 --- a/npc/other/turbotrack/Turbo_Track.txt +++ b/npc/other/turbotrack/Turbo_Track.txt @@ -636,13 +636,13 @@ turbo_room,93,117,5 script Point Exchange Helper 125,{ } set tt_point,tt_point-40; if (BaseLevel < 70) - getexp 3000,0; + getexp 300,0; else if (BaseLevel < 80) - getexp 9000,0; + getexp 900,0; else if (BaseLevel < 90) - getexp 10000,0; - else if (BaseLevel < 100) - getexp 30000,0; + getexp 1000,0; + else if (BaseLevel < 151) + getexp 3000,0; mes "[Item Exchange Helper]"; mes "Thank you, your"; mes "Turbo Track Points"; |