diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/re/jobs/3-2/royal_guard.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
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; } } -*/ |