summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_archer.txt
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 10:13:14 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 10:13:14 +0000
commit8605b217a7e1c6ed424a8cdf6a987502e4cd6917 (patch)
treeafc1e3f1f8262e9d7cb2d4c57221b99d7f32a65c /npc/quests/first_class/tu_archer.txt
parent578d813efbb35403bc477c5b876e509715ada52e (diff)
downloadhercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.gz
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.bz2
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.xz
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.zip
Converted skill commands integers to strings. Follow up on r12814
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_archer.txt')
-rw-r--r--npc/quests/first_class/tu_archer.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt
index 27c9e618b..7e8c933d3 100644
--- a/npc/quests/first_class/tu_archer.txt
+++ b/npc/quests/first_class/tu_archer.txt
@@ -541,7 +541,7 @@ pay_arche,103,165,5 script Raiden Karus#tu 832,{
mes "if you can't aim at your targets, you'd be horrible at archery, right? You gotta have Accuracy!";
next;
mes "[Raiden Karus]";
- set @skill_owl, getskilllv(43);
+ set @skill_owl, getskilllv("AC_OWL");
if(@skill_owl < 3){
set tu_archer01, 6;
mes "Now, your first assignment";
@@ -716,7 +716,7 @@ pay_arche,103,165,5 script Raiden Karus#tu 832,{
mes "practice from a distance!";
next;
- set @eagle, getskilllv(44);
+ set @eagle, getskilllv("AC_VULTURE");
if(@eagle < 3){
mes "Alright, Mandagora usually live around Mt. Mjolnir. I can send you to Prontera, so just travel north, then east from there to find";
mes "some of them.";
@@ -772,7 +772,7 @@ pay_arche,103,165,5 script Raiden Karus#tu 832,{
next;
}
} else if(tu_archer01 == 8){
- set @eagle, getskilllv(44);
+ set @eagle, getskilllv("AC_VULTURE");
if(@eagle < 3){
mes "Mandagora lives in the area north and east of Prontera. Learn up to Level 3 Vulture's Eye and get acquainted with your attack range.";
next;
@@ -823,7 +823,7 @@ pay_arche,103,165,5 script Raiden Karus#tu 832,{
mes "Whaddya think?";
mes "Exciting, yes?";
next;
- set @eagle, getskilllv(46);
+ set @eagle, getskilllv("AC_DOUBLE");
if(@eagle > 2){
mes "["+strcharinfo(0)+"]";
mes "I...";