diff options
Diffstat (limited to 'npc/pre-re/guides/guides_niflheim.txt')
-rw-r--r-- | npc/pre-re/guides/guides_niflheim.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/npc/pre-re/guides/guides_niflheim.txt b/npc/pre-re/guides/guides_niflheim.txt index 9a68d10d6..4c7a9b586 100644 --- a/npc/pre-re/guides/guides_niflheim.txt +++ b/npc/pre-re/guides/guides_niflheim.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Niflheim Guide //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Official Conversion] //= Guides for the City of Niflheim @@ -15,7 +13,7 @@ //= 1.3 Rescripted to official 10.3 standards. [L0ne_W0lf] //============================================================ -niflheim,107,156,6 script Roaming Man#nif 798,{ +niflheim,107,156,6 script Roaming Man#nif 4_M_NFMAN,{ mes "[Ricael]"; mes "You must be lost..."; mes "Why would anyone come"; @@ -68,7 +66,7 @@ niflheim,107,156,6 script Roaming Man#nif 798,{ mes "special once I realized no"; mes "Potion can ease the pain I feel."; mes "...I wish I was in prison."; - Emotion e_wah; + emotion e_wah; viewpoint 1,217,196,3,0xCE6300; break; case 3: @@ -84,7 +82,7 @@ niflheim,107,156,6 script Roaming Man#nif 798,{ mes "the monsters here will just"; mes "make them angrier. You may as"; mes "well let them eat you."; - Emotion e_wah; + emotion e_wah; viewpoint 1,216,171,4,0x55FF33; break; case 4: |