diff options
author | shennetsind <ind@henn.et> | 2013-10-30 18:38:14 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-30 18:38:14 -0200 |
commit | 7fefefdde386f13f8fefa8db3ffe9ed140c8aa10 (patch) | |
tree | 715f3b80d75cab3a9c2a3abd04ae4461165e8854 /npc/re/jobs/3-1/rune_knight.txt | |
parent | a2405882a4123d6a11d24e895b40148dc7cb455e (diff) | |
parent | bd04c6c566902d03d633b4dfee5335361155a79e (diff) | |
download | hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.gz hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.bz2 hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.tar.xz hercules-7fefefdde386f13f8fefa8db3ffe9ed140c8aa10.zip |
Merge remote-tracking branch 'upstream/master'
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 -*/ |