From e3afdc2af4c5e50c79237ee092e25f39b7428e47 Mon Sep 17 00:00:00 2001 From: Michieru Date: Thu, 24 Oct 2013 12:10:43 +0200 Subject: Update to last rAthena npc. Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt --- npc/jobs/2-2a/Champion.txt | 12 ++++++------ npc/jobs/2-2a/Clown.txt | 18 ++++++++---------- npc/jobs/2-2a/Creator.txt | 16 +++++++--------- npc/jobs/2-2a/Gypsy.txt | 16 +++++++--------- npc/jobs/2-2a/Paladin.txt | 16 +++++++--------- npc/jobs/2-2a/Professor.txt | 16 +++++++--------- npc/jobs/2-2a/Stalker.txt | 16 +++++++--------- 7 files changed, 49 insertions(+), 61 deletions(-) (limited to 'npc/jobs/2-2a') diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt index 5e080f304..706722504 100644 --- a/npc/jobs/2-2a/Champion.txt +++ b/npc/jobs/2-2a/Champion.txt @@ -3,15 +3,15 @@ //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,42,3 script Champion#Valkyrie 52,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt index 656557647..3c007abe7 100644 --- a/npc/jobs/2-2a/Clown.txt +++ b/npc/jobs/2-2a/Clown.txt @@ -1,21 +1,19 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] //= 1.3a Corrected a Little Typo error. [Samuray22] -// -Thanks to Myllena. -//============================================================ +//= Thanks to Myllena. +//============================================================ valkyrie,53,54,3 script Minstrel#Valkyrie 741,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index 3b85907e9..0c93c49b2 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -1,19 +1,17 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,50,3 script Biochemist#Valkyrie 122,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index 95503a1ba..f0a2c2c18 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.txt @@ -1,19 +1,17 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,56,3 script Gypsy#Valkyrie 101,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Paladin.txt b/npc/jobs/2-2a/Paladin.txt index 7589ff3f6..ea240bba2 100644 --- a/npc/jobs/2-2a/Paladin.txt +++ b/npc/jobs/2-2a/Paladin.txt @@ -1,19 +1,17 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,39,3 script Paladin#Valkyrie 752,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index b6b38afdc..cffe3c0e4 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -1,19 +1,17 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,47,3 script Scholar#Valkyrie 743,{ if (ADVJOB == 0 || Upper != 1) { diff --git a/npc/jobs/2-2a/Stalker.txt b/npc/jobs/2-2a/Stalker.txt index a2a26e135..6f6f86235 100644 --- a/npc/jobs/2-2a/Stalker.txt +++ b/npc/jobs/2-2a/Stalker.txt @@ -1,19 +1,17 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Advance Class jobchanger after kRO Normals. //===== By: ================================================== //= Nana //= finished, optimized and tested by Lupus -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena 1.0 + -//===== Description: ========================================= +//===== Description: ========================================= //= Advance Class jobchanger after kRO Normals. -//===== Additional Comments: ================================= -//= v1.1 Made all into functions, additional checks, etc. [Lupus] -//= v1.2 Made numbers into constants. [Vicious] +//===== Additional Comments: ================================= +//= 1.1 Made all into functions, additional checks, etc. [Lupus] +//= 1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] -//============================================================ +//============================================================ valkyrie,53,58,3 script Stalker#Valkyrie 747,{ if (ADVJOB == 0 || Upper != 1) { -- cgit v1.2.3-60-g2f50