summaryrefslogtreecommitdiff
path: root/npc/re/jobs/1-1/mage.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/mage.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/mage.txt')
-rw-r--r--npc/re/jobs/1-1/mage.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/re/jobs/1-1/mage.txt b/npc/re/jobs/1-1/mage.txt
index a25ec5635..b6cc20f2c 100644
--- a/npc/re/jobs/1-1/mage.txt
+++ b/npc/re/jobs/1-1/mage.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Kisuka
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
@@ -11,6 +11,7 @@
//===== Additional Comments: =================================
//= 1.0 First Version. [Kisuka]
//= 1.1 Added Baby Job compatibility [Streusel]
+//= 1.2 Rewrote bits [Euphy]
//============================================================
geffen_in,164,124,4 script Mage Guildsman#mage 123,{
if (Upper == 1) {
@@ -53,9 +54,9 @@ geffen_in,164,124,4 script Mage Guildsman#mage 123,{
close;
}
}
- if(Class != Job_Novice && Class != Job_Baby) {
+ if(BaseJob != Job_Novice) {
mes "[Mage Guildsman]";
- if(Class == Job_Mage) {
+ if(BaseJob == Job_Mage) {
mes "Hey, haven't you realized? You're already a Mage, silly!";
mes "One of these days you'll realize the power inside of you when you can make Fire with your mind!";
}else{
@@ -63,7 +64,6 @@ geffen_in,164,124,4 script Mage Guildsman#mage 123,{
}
close;
}else{
- mes "[Mage Guildsman]";
mes "Hey?";
next;
switch(select("I want to be a Mage:What are the requirements to be a Mage?:Nothing, thanks.")) {