summaryrefslogtreecommitdiff
path: root/npc/re/jobs/1-1/archer.txt
diff options
context:
space:
mode:
authorStreusel <advance_me@hotmail.de>2013-02-16 03:13:03 -0800
committerStreusel <advance_me@hotmail.de>2013-02-16 03:13:03 -0800
commit003ed2ccc435a3d5ebf2d86f1e94367102aafb20 (patch)
tree8b183f359d35851c1505d50aeb4f78fbba666c00 /npc/re/jobs/1-1/archer.txt
parent126225b561859c8bdd3c2ae319ddeec15bbaca47 (diff)
downloadhercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.gz
hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.bz2
hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.tar.xz
hercules-003ed2ccc435a3d5ebf2d86f1e94367102aafb20.zip
-Updated & improved some job scripts
-Updated script_commands.txt for update 2bc8562 -Moved Honeymoon Helper to Official coordinates -Updated guides/guides_izlude.txt to fit Honeymoon Helper coordinates
Diffstat (limited to 'npc/re/jobs/1-1/archer.txt')
-rw-r--r--npc/re/jobs/1-1/archer.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/jobs/1-1/archer.txt b/npc/re/jobs/1-1/archer.txt
index 4d98bbe49..8e8bedc5f 100644
--- a/npc/re/jobs/1-1/archer.txt
+++ b/npc/re/jobs/1-1/archer.txt
@@ -3,12 +3,13 @@
//===== By: ==================================================
//= Kisuka
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Description: =========================================
//= Job Change to Archer Class
//===== Additional Comments: =================================
//= 1.0 First Version. [Kisuka]
//= 1.1 Added Baby Job compatibility [Streusel]
+//= 1.2 Rewrote bits [Euphy]
//============================================================
payon_in02,64,71,4 script Archer Guildsman#archer 85,{
if (Upper == 1) {
@@ -62,9 +63,9 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{
next;
switch(select("I want to be an Archer.:I need the requirements, please.:Nothing, thanks.")) {
case 1:
- if(Class != Job_Novice && Class != Job_Baby) {
+ if(BaseJob != Job_Novice) {
mes "[Archer Guildsman]";
- if(Class == Job_Archer) {
+ if(BaseJob == Job_Archer) {
mes "Haha, you are kidding me..";
}else{
mes "I feel sorry but only Novices can change their job.";