diff options
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index e308ff3f0..362695bef 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Muad_Dib //===== Current Version: ===================================== -//= 1.0 +//= 1.0a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= Episode 13.1 Thanatos Tower quest. //===== Additional Comments: ================================= //= 1.0 Adapted from official release. [Euphy] +//= 1.0a Added 'npcskill' command. [Euphy] //============================================================ hu_fild01,140,163,5 script Tower Keeper 852,3,3,{ @@ -822,9 +823,7 @@ tha_t02,231,161,5 script Entrance Guide 874,{ mes "Is there a Phantom on the top of this tower?"; if (rand(3) == 1) { mes "You look tired. This isn't a big deal, but it's for you."; -// UseSkillToPC 28 10 50 70 - percentheal 50,70; - specialeffect2 EF_HEAL; + npcskill "AL_HEAL",10,50,70; } close; } |