diff options
Diffstat (limited to 'npc/re/jobs/3-2/sura.txt')
-rw-r--r-- | npc/re/jobs/3-2/sura.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt index 5a0e8e36a..240b453e2 100644 --- a/npc/re/jobs/3-2/sura.txt +++ b/npc/re/jobs/3-2/sura.txt @@ -1,18 +1,17 @@ //===== Hercules Script ====================================== //= Sura Job Quest -//===== By: ================================================== +//===== By: ================================================== //= Muad_Dib, Gepard -//===== Current Version: ===================================== -//= 1.2 -//===== Compatible With: ===================================== -//= Hercules -//===== Description: ========================================= +//===== Current Version: ===================================== +//= 1.3 +//===== Description: ========================================= //= [Official Conversion] //= Job change Quest from Monk / Champion -> Sura. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0 First Version. [Masao] //= 1.1 Removed disablenpc which causes players stucked in waitingroom. [Joseph] //= 1.2 Updated script, optimized. [Euphy] +//= 1.3 Added GM management function. [Euphy] //============================================================ ve_in,237,125,0 script King Crab#job_shu 107,{ @@ -829,8 +828,8 @@ sword_1-1,223,167,2 script Master#job_shu 483,{ end; } -/* sword_2-1,1,2,0 script Button Girl#sura 66,{ + callfunc "F_GM_NPC"; switch(select("Turn on arena.:Turn off arena.:Turn on the living room.:Turn on Buddy.:Turn on Gara.:Turn off all.:Close")) { case 1: mes "Turn on arena."; @@ -864,4 +863,3 @@ sword_2-1,1,2,0 script Button Girl#sura 66,{ close; } } -*/ |