diff options
Diffstat (limited to 'npc/re/jobs/3-2/royal_guard.txt')
-rw-r--r-- | npc/re/jobs/3-2/royal_guard.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/npc/re/jobs/3-2/royal_guard.txt b/npc/re/jobs/3-2/royal_guard.txt index 1222c23ed..f98861461 100644 --- a/npc/re/jobs/3-2/royal_guard.txt +++ b/npc/re/jobs/3-2/royal_guard.txt @@ -1,17 +1,16 @@ //===== Hercules Script ====================================== //= Royal Guard Job Quest -//===== By: ================================================== +//===== By: ================================================== //= Muad_Dib -//===== Current Version: ===================================== -//= 1.1 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= +//===== Current Version: ===================================== +//= 1.2 +//===== Description: ========================================= //= [Official Conversion] //= Job change Quest from Crusader / Paladin -> Royal Guard. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First Version. [brAthena] //= 1.1 Updated script. [Euphy] +//= 1.2 Added GM management function. [Euphy] //============================================================ prt_castle,48,161,3 script Middle-aged Gentleman#rg 57,{ @@ -497,8 +496,8 @@ OnTouch: end; } -/* sec_in02,12,43,3 script sorcereryal 57,1,1,{ + callfunc "F_GM_NPC"; switch(select("Royal Guard:Rune Knight:Sorcerer")) { case 1: mes "1~5"; @@ -538,4 +537,3 @@ sec_in02,12,43,3 script sorcereryal 57,1,1,{ close; } } -*/ |