From 620e60eebce2c1f35c5c9a82f6ca365b316587f5 Mon Sep 17 00:00:00 2001 From: Valaris Date: Sun, 29 Jan 2006 16:10:48 +0000 Subject: AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2a/Champion.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Clown.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Creator.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Gypsy.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Paladin.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Professor.txt | 19 +++++++++++++++++++ npc/jobs/2-2a/Stalker.txt | 19 +++++++++++++++++++ 7 files changed, 133 insertions(+) create mode 100644 npc/jobs/2-2a/Champion.txt create mode 100644 npc/jobs/2-2a/Clown.txt create mode 100644 npc/jobs/2-2a/Creator.txt create mode 100644 npc/jobs/2-2a/Gypsy.txt create mode 100644 npc/jobs/2-2a/Paladin.txt create mode 100644 npc/jobs/2-2a/Professor.txt create mode 100644 npc/jobs/2-2a/Stalker.txt (limited to 'npc/jobs/2-2a') diff --git a/npc/jobs/2-2a/Champion.txt b/npc/jobs/2-2a/Champion.txt new file mode 100644 index 000000000..68e5cda11 --- /dev/null +++ b/npc/jobs/2-2a/Champion.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Champion ==- +valkyrie.gat,53,42,4 script Champion 52,{ + callfunc "F_Rebirth",28,"Acolyte High",39,"Champion",156,0,0,0; +} diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt new file mode 100644 index 000000000..6cdbb3a4b --- /dev/null +++ b/npc/jobs/2-2a/Clown.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Clown ==- +valkyrie.gat,53,54,4z script Clown 741,{ + callfunc "F_Rebirth",27,"High Archer",43,"Clown",147,148,0,0; +} diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt new file mode 100644 index 000000000..d8c208d43 --- /dev/null +++ b/npc/jobs/2-2a/Creator.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Creator ==- +valkyrie.gat,53,50,6 script Creator 122,{ + callfunc "F_Rebirth",29,"Merchant High",42,"Creator",153,154,155,0; +} diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt new file mode 100644 index 000000000..64cbc7202 --- /dev/null +++ b/npc/jobs/2-2a/Gypsy.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Gypsy ==- +valkyrie.gat,53,56,4 script Gypsy 101,{ + callfunc "F_Rebirth",27,"High Archer",44,"Gypsy",147,148,0,0; +} diff --git a/npc/jobs/2-2a/Paladin.txt b/npc/jobs/2-2a/Paladin.txt new file mode 100644 index 000000000..d796f904f --- /dev/null +++ b/npc/jobs/2-2a/Paladin.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Paladin ==- +valkyrie.gat,53,39,4 script Paladin 752,{ + callfunc "F_Rebirth",25,"Swordman High",38,"Paladin",144,145,146,0; +} diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt new file mode 100644 index 000000000..e68ca3672 --- /dev/null +++ b/npc/jobs/2-2a/Professor.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Professor ==- +valkyrie.gat,53,47,4 script Professor 743,{ + callfunc "F_Rebirth",26,"High Mage",40,"Professor",157,0,0,0; +} diff --git a/npc/jobs/2-2a/Stalker.txt b/npc/jobs/2-2a/Stalker.txt new file mode 100644 index 000000000..490495561 --- /dev/null +++ b/npc/jobs/2-2a/Stalker.txt @@ -0,0 +1,19 @@ +//===== eAthena Script ======================================= +//= Advance Class jobchanger after kRO Normals. +//===== By: ================================================== +//= Nana +//= finished, optimized and tested by Lupus +//===== Current Version: ===================================== +//= 1.1 +//===== Compatible With: ===================================== +//= eAthena 1.0 + +//===== Description: ========================================= +//= Advance Class jobchanger after kRO Normals. +//===== Additional Comments: ================================= +//= v1.1 Made all into functions, additional checks, etc. [Lupus] +//============================================================ + +// -== Stalker ==- +valkyrie.gat,53,58,4 script Stalker 747,{ + callfunc "F_Rebirth",30,"Thief High",41,"Stalker",149,150,151,152; +} -- cgit v1.2.3-60-g2f50