summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_archer.txt
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/quests/first_class/tu_archer.txt
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/quests/first_class/tu_archer.txt')
-rw-r--r--npc/quests/first_class/tu_archer.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt
index 581850632..4d2f97f07 100644
--- a/npc/quests/first_class/tu_archer.txt
+++ b/npc/quests/first_class/tu_archer.txt
@@ -302,7 +302,7 @@ payon_in02,54,13,3 script Master Kavaruk 55,{
mes "for bringing me the news. As Arthail has said, I shall wait until he has more news for me.";
mes "You should also train and prepare for the future as well.";
set tu_archer02, 10;
- getexp 2000,1000;
+ getexp 200,100;
close;
}
}
@@ -605,7 +605,7 @@ pay_arche,103,165,5 script Reidin Corse#tu 832,{
emotion e_ag;
mes "Huh. So you already know a little about Owl's Eye already, huh? Well then, I guess I oughta talk about something you don't know about!";
set tu_archer01, 7;
- getexp 500,0;
+ getexp 50,0;
close;
}
break;
@@ -633,7 +633,7 @@ pay_arche,103,165,5 script Reidin Corse#tu 832,{
mes "Here, this is a small, special reward for you.";
specialeffect2 EF_WIND;
set tu_archer01, 7;
- getexp 500,0;
+ getexp 50,0;
next;
emotion e_pif;
mes "[Reidin Corse]";
@@ -852,7 +852,7 @@ pay_arche,103,165,5 script Reidin Corse#tu 832,{
if(.@eagle == 0){
specialeffect2 EF_WIND;
set tu_archer01, 10;
- getexp 0,500;
+ getexp 0,50;
}
emotion e_no1;
next;
@@ -899,7 +899,7 @@ pay_arche,103,165,5 script Reidin Corse#tu 832,{
mes "Don't forget that you gotta keep training and improve your skills. Before you know it, you'll be an expert almost as good as me!";
specialeffect2 EF_WIND;
set tu_archer01, 12;
- getexp 1000,1000;
+ getexp 100,100;
getitem 1707,1; //Great_Bow
close;
}
@@ -994,7 +994,7 @@ pay_arche,103,165,5 script Reidin Corse#tu 832,{
mes "this little reward!";
specialeffect2 EF_WIND;
set tu_archer01,16;
- getexp 3000,3000;
+ getexp 300,300;
getitem 1770,500; //Iron_Arrow
next;
mes "[Reidin Corse]";
@@ -1289,13 +1289,13 @@ pay_arche,84,139,3 script Seisner 727,{
specialeffect2 EF_WIND;
set tu_archer01, 3;
if(JobLevel == 1){
- getexp 0,30;
+ getexp 0,5;
} else if((JobLevel > 1) && (JobLevel < 11)){
- getexp 0,100;
+ getexp 0,10;
} else if((JobLevel > 10) && (JobLevel < 21)){
- getexp 0,250;
+ getexp 0,25;
} else {
- getexp 0,500;
+ getexp 0,50;
}
end;
}