diff options
author | shennetsind <ind@henn.et> | 2013-02-16 23:24:02 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 23:24:02 -0200 |
commit | a09f772cbda173d1e0182ba3686a5b84d9df5c8d (patch) | |
tree | 6a218186d307a838d22c3cda852ce9306168df06 /npc/re/jobs/1-1/swordman.txt | |
parent | b8379d2dc56197dc970db8bf1c0ba60ae4835819 (diff) | |
parent | fb8352aca63a5e5641df67be49a5c907f434d28e (diff) | |
download | hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.gz hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.bz2 hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.tar.xz hercules-a09f772cbda173d1e0182ba3686a5b84d9df5c8d.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/re/jobs/1-1/swordman.txt')
-rw-r--r-- | npc/re/jobs/1-1/swordman.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/re/jobs/1-1/swordman.txt b/npc/re/jobs/1-1/swordman.txt index 168b32b2e..db7b62d41 100644 --- a/npc/re/jobs/1-1/swordman.txt +++ b/npc/re/jobs/1-1/swordman.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] //============================================================ izlude_in,74,172,4 script Swordman#swd 119,{ if (Upper == 1) { @@ -81,9 +82,9 @@ izlude_in,74,172,4 script Swordman#swd 119,{ mes "In my opinion, Swordman is the best job ever!"; close; case 2: - if(Class != Job_Novice && Class != Job_Baby) { + if(BaseJob != Job_Novice) { mes "[Swordman Guildsman]"; - if(Class == Job_Swordman) { + if(BaseJob == Job_Swordman) { mes "You are already an excellent Swordman, aren't you?"; mes "Just devote yourself to be a great Swordman."; }else{ |