diff options
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/assassin.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 1 | ||||
-rw-r--r-- | npc/jobs/2-1/priest.txt | 4 |
4 files changed, 4 insertions, 9 deletions
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index 9c25f72ac..126db3baf 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/npc/jobs/2-1/assassin.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Assassin Job Quest //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== //= 3.5 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Official Conversion] //= Job Change quest for Assassin class. diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 96e291fc7..ba60ca5b4 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== HerculesScript ======================================= //= Blacksmith Job Quest //===== By: ================================================== //= EREMES THE CANIVALIZER(Aegis) @@ -8,8 +8,6 @@ //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== //= 2.8 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Official Conversion] //= Job Change quest for Blacksmith class. diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 96874f73e..2777e0a43 100644 --- a/npc/jobs/2-1/hunter.txt +++ b/npc/jobs/2-1/hunter.txt @@ -534,6 +534,7 @@ hu_in01,382,382,4 script Guild Receptionist#hnt 732,{ close; } else if (HNTR_Q >= 3 && HNTR_Q <= 9) { + if(checkre(0)) set .@i,1; switch(HNTR_Q) { //Insect_Feeler/Claw_Of_Desert_Wolf, Wooden_Block, White_Herb case 3: setarray .@items[0], (.@i?928:7030),5, 1019,5, 509,3, 10; break; diff --git a/npc/jobs/2-1/priest.txt b/npc/jobs/2-1/priest.txt index da68deb45..c05b140aa 100644 --- a/npc/jobs/2-1/priest.txt +++ b/npc/jobs/2-1/priest.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Priest Job Quest //===== By: ================================================== //= Translated By: Pgro Team (OwNaGe)(Aegis) @@ -6,8 +6,6 @@ //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== //= 2.6 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Official Conversion] //= Job Change quest for Priest class. |