diff options
Diffstat (limited to 'npc/re/jobs/1-1/mage.txt')
-rw-r--r-- | npc/re/jobs/1-1/mage.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/re/jobs/1-1/mage.txt b/npc/re/jobs/1-1/mage.txt index ee5eba7fd..b6cc20f2c 100644 --- a/npc/re/jobs/1-1/mage.txt +++ b/npc/re/jobs/1-1/mage.txt @@ -3,13 +3,15 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.0 +//= 1.2 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Job Change to Mage Class //===== 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) { @@ -52,9 +54,9 @@ geffen_in,164,124,4 script Mage Guildsman#mage 123,{ close; } } - if(Class != Job_Novice) { + 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{ @@ -62,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.")) { |