From 003ed2ccc435a3d5ebf2d86f1e94367102aafb20 Mon Sep 17 00:00:00 2001 From: Streusel Date: Sat, 16 Feb 2013 03:13:03 -0800 Subject: -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 --- npc/re/jobs/1-1/thief.txt | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'npc/re/jobs/1-1/thief.txt') diff --git a/npc/re/jobs/1-1/thief.txt b/npc/re/jobs/1-1/thief.txt index b23846b5f..e0ea4d5a9 100644 --- a/npc/re/jobs/1-1/thief.txt +++ b/npc/re/jobs/1-1/thief.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] //============================================================ moc_prydb1,39,129,2 script Thief Guide#thief 69,{ if (Upper == 1) { @@ -66,30 +67,26 @@ moc_prydb1,39,129,2 script Thief Guide#thief 69,{ mes "If you want to become a Thief, ask the sharp-eyed guy next to me."; close; } - if(Class != Job_Novice && Class != Job_Baby) { - if(Class == Job_Thief) { + if(BaseJob != Job_Novice) { + if(BaseJob == Job_Thief) { mes "[Thief Guildsman]"; mes "Hey~ if you have any trouble, get it out to me anytime, huh?"; close; }else{ + mes "[Thief Guildsman]"; + mes "What the heck...?"; if(Sex) { - mes "[Thief Guildsman]"; - mes "What the heck...?"; - mes "Huh.. you are a "+jobname(Class)+" blockhead...!"; + mes "Huh.. you are a "+jobname(Class)+" you blockhead...!"; next; mes "[Thief Guildsman]"; mes "Hey, brother."; - mes "Why are you here? Go back to your place~ go back~~"; - close; }else{ - mes "[Thief Guildsman]"; - mes "What the heck...?"; next; mes "[Thief Guildsman]"; mes "Hey, lady."; - mes "Why are you here? Go back to your place~ go back~~"; - close; } + mes "Why are you here? Go back to your place~ go back~~"; + close; } } mes "[Thief Guildsman]"; @@ -190,8 +187,8 @@ moc_prydb1,42,133,2 script Thief Guildsman#thief 118,{ mes "See you again."; close; } - if(Class != Job_Novice && Class != Job_Baby) { - if(Class == Job_Thief) { + if(BaseJob != Job_Novice) { + if(BaseJob == Job_Thief) { mes "[Brad]"; mes "I don't have any special events now. So go on your way and come back later."; }else{ -- cgit v1.2.3-60-g2f50