From cbe3f6ac6f8130a7d884078e478f3dd2af42dbe7 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 18 Apr 2006 08:38:59 +0000 Subject: [PATCH] Fixed custom/jobs/jobmaster.txt not rebirthing Crusaders on a Pecopeco. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6150 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/custom/jobs/jobmaster.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index e18b81ad80..aa50761dc4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added ====== 04/16 + * Fixed custom Jobmaster not rebirthing Crusaders on a Pecopeco [Playtester] * Updated lhz_fild03 according to info from kRO thanks to RockmanEXE [Playtester] * Whoops, forgot to remove clone_arena from the scripts_eaac.conf. [erKURITA] * Enabled import: line on scripts_main.conf for scritps_eaac.conf. The scripts diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index 01a04a1f50..be736ead3d 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -55,7 +55,7 @@ prontera.gat,153,193,6 script Job Master 123,{ if(lastJob ==Job_Alchem) goto L_iAlchemist; if(lastJob ==Job_Bard) goto L_iBard; if(lastJob ==Job_Dancer) goto L_iDancer; - if((Class >=Job_Knight) && (Class <=Job_Dancer)) goto L_rebirth; + if((Class >=Job_Knight) && (Class <=Job_Crusader2)) goto L_rebirth; close; // Novice