diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-05 11:19:56 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-05 11:19:56 +0000 |
commit | 8c748978945b24f2b508d54c6068c7ee69a862ad (patch) | |
tree | 1df1f2150a53bbebe118e9524929580c6bf27461 /npc/jobs/2-1 | |
parent | d6009fd28376933000516e149a60e8d62de51faa (diff) | |
download | hercules-8c748978945b24f2b508d54c6068c7ee69a862ad.tar.gz hercules-8c748978945b24f2b508d54c6068c7ee69a862ad.tar.bz2 hercules-8c748978945b24f2b508d54c6068c7ee69a862ad.tar.xz hercules-8c748978945b24f2b508d54c6068c7ee69a862ad.zip |
- Some little adjustments to the job change quests, also reverted some variables to the old job change files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16582 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/knight.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/priest.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/wizard.txt | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 740c53ab4..a20493a47 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -110,7 +110,6 @@ in_moc_16,19,33,1 script Guildsman 55,{ } else { jobchange Job_Assassin; } - set FJOB,Job_Guillotine_Cross; changequest 8007,8008; completequest 8008; mes "[Assassin Expert 'Huey']"; diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index bfcf40601..f96a41a25 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -219,7 +219,6 @@ ein_in01,18,28,4 script Guildsman#BLS 731,{ } else { jobchange Job_Blacksmith; } - set FJOB,Job_Mechanic; mes "[Altiregen]"; mes "Always remember that we are creators, and artists over metals. Be wary that you do not fall into the pitfalls of selfishness"; mes "and greed."; diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 721756b4e..e0552351b 100644 --- a/npc/jobs/2-1/hunter.txt +++ b/npc/jobs/2-1/hunter.txt @@ -158,7 +158,6 @@ hu_in01,386,373,4 script Hunter Guildsman#hnt 727,{ } else { jobchange Job_Hunter; } - set FJOB,Job_Ranger; completequest 4013; next; mes "[Hunter Sherin]"; diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 9beb42334..2bb88ec18 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -624,7 +624,6 @@ prt_in,88,101,4 script Chivalry Captain 56,{ } else { jobchange Job_Knight; } - set FJOB,Job_Rune_Knight; mes "[Captain Herman]"; mes "I hereby declare"; mes "you a member of"; diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index d86ed1f9b..b1af76b1a 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -512,7 +512,6 @@ prt_church,16,41,4 script High Bishop#prst 60,{ } else { jobchange Job_Priest; } - set FJOB,Job_Arch_Bishop; changequest 8015,8016; mes "[Bishop Paul]"; mes "Now you are born again as a Priest. I congratulate you, and hope you will greatly help other people for the rest of your life."; diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt index b8c74d40d..b5fef11e8 100644 --- a/npc/jobs/2-1/wizard.txt +++ b/npc/jobs/2-1/wizard.txt @@ -420,7 +420,6 @@ gef_tower,111,37,4 script Wizard Guildsman 70,{ } else { jobchange Job_Wizard; } - set FJOB,Job_Warlock; completequest 9018; mes "[Catherine]"; mes "Since you're a Wizard now, act like a Wizard, got it?"; |