diff options
Diffstat (limited to 'npc/jobs/2-2-1')
-rw-r--r-- | npc/jobs/2-2-1/Champion.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Clown.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Creator.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Gypsy.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Paladin.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Professor.txt | 19 | ||||
-rw-r--r-- | npc/jobs/2-2-1/Stalker.txt | 19 |
7 files changed, 0 insertions, 133 deletions
diff --git a/npc/jobs/2-2-1/Champion.txt b/npc/jobs/2-2-1/Champion.txt deleted file mode 100644 index d86a3f749..000000000 --- a/npc/jobs/2-2-1/Champion.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Clown.txt b/npc/jobs/2-2-1/Clown.txt deleted file mode 100644 index a7e303ac5..000000000 --- a/npc/jobs/2-2-1/Clown.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Creator.txt b/npc/jobs/2-2-1/Creator.txt deleted file mode 100644 index 219091856..000000000 --- a/npc/jobs/2-2-1/Creator.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Gypsy.txt b/npc/jobs/2-2-1/Gypsy.txt deleted file mode 100644 index 9f05d1970..000000000 --- a/npc/jobs/2-2-1/Gypsy.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Paladin.txt b/npc/jobs/2-2-1/Paladin.txt deleted file mode 100644 index 207c8674a..000000000 --- a/npc/jobs/2-2-1/Paladin.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Professor.txt b/npc/jobs/2-2-1/Professor.txt deleted file mode 100644 index 9582345a3..000000000 --- a/npc/jobs/2-2-1/Professor.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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-2-1/Stalker.txt b/npc/jobs/2-2-1/Stalker.txt deleted file mode 100644 index b2cf2781f..000000000 --- a/npc/jobs/2-2-1/Stalker.txt +++ /dev/null @@ -1,19 +0,0 @@ -//===== 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,"Theif High",41,"Stalker",149,150,151,152; -} |