summaryrefslogtreecommitdiff
path: root/npc/other/arena
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-21 20:57:57 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-21 20:57:57 +0000
commit722ed0a89f56605feb7b9b5af57861b19b6a8289 (patch)
tree3222f78f003e8bee10360084784b5e8e419b92dd /npc/other/arena
parent9ef634559f3cde232586b1dc6fd00bea3f3d8e53 (diff)
downloadhercules-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/arena')
-rw-r--r--npc/other/arena/arena_room.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/arena/arena_room.txt b/npc/other/arena/arena_room.txt
index bfc0deb18..c742cc021 100644
--- a/npc/other/arena/arena_room.txt
+++ b/npc/other/arena/arena_room.txt
@@ -684,10 +684,10 @@ prt_are_in,98,14,3 script Givu#arena 728,{
close;
}
set arena_point,arena_point -40;
- if(BaseLevel < 70) getexp 3000,0;
- else if(BaseLevel < 80) getexp 9000,0;
- else if(BaseLevel < 90) getexp 10000,0;
- else if(BaseLevel < 100) getexp 30000,0;
+ if(BaseLevel < 70) getexp 300,0;
+ else if(BaseLevel < 80) getexp 900,0;
+ else if(BaseLevel < 90) getexp 1000,0;
+ else if(BaseLevel < 151) getexp 3000,0;
mes "[Givu]";
mes "You have gained experience points. Thank you.";
close;