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-1/rune_knight.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-1/rune_knight.txt')
-rw-r--r-- | npc/re/jobs/3-1/rune_knight.txt | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/npc/re/jobs/3-1/rune_knight.txt b/npc/re/jobs/3-1/rune_knight.txt index 1255c355e..f9264574a 100644 --- a/npc/re/jobs/3-1/rune_knight.txt +++ b/npc/re/jobs/3-1/rune_knight.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf, Muad_Dib //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Description: ========================================= //= Job change Quest from Knight / Lord Knight -> Rune Knight. //===== Additional Comments: ================================= @@ -13,6 +13,8 @@ //= 1.3 Updated script, optimized. [Euphy] //= 1.3a Added 'npcskill' command. [Euphy] //= 1.4 Fixed a few bugs. [Euphy] +//= 1.4a Moved Kafra to main file. [Euphy] +//= 1.5 Added GM management function. [Euphy] //============================================================ prt_in,162,24,3 script Splendid-Looking Knight 470,2,2,{ @@ -2132,19 +2134,11 @@ OnMyMobDead: end; } -job3_rune01,92,62,3 script Kafra Employee::kaf_rune 114,{ - cutin "kafra_04",2; - callfunc "F_KafSet"; - callfunc "F_Kafra",0,9,2,80,700; - callfunc "F_KafEnd",0,0; -} - -/* sec_in02,34,167,3 script R.Knight Job Manager 470,1,1,{ + callfunc "F_GM_NPC"; mes "Enter the Password."; next; - input .@inputstr$; - if (.@inputstr$ == "1854") { + if (callfunc("F_GM_NPC","1854",1) == 1) { mes "Rune Knight Job Change Managing Module Start"; next; switch(select("GlobalVar check:GlobalVar Oneshot Modification")) { @@ -2161,4 +2155,3 @@ sec_in02,34,167,3 script R.Knight Job Manager 470,1,1,{ close; } job3_rune01,1,1,3 duplicate(R.Knight Job Manager) #renshucheck 844 -*/ |