diff options
Diffstat (limited to 'npc/jobs/2-2a/Gypsy.txt')
-rw-r--r-- | npc/jobs/2-2a/Gypsy.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/npc/jobs/2-2a/Gypsy.txt b/npc/jobs/2-2a/Gypsy.txt index 95503a1ba..f8d80cc29 100644 --- a/npc/jobs/2-2a/Gypsy.txt +++ b/npc/jobs/2-2a/Gypsy.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] -//============================================================ +//============================================================ -valkyrie,53,56,3 script Gypsy#Valkyrie 101,{ +valkyrie,53,56,3 script Gypsy#Valkyrie 4W_F_01,{ if (ADVJOB == 0 || Upper != 1) { set .@karma_d,rand(1,10); if (.@karma_d > 4) { |