From 90bb183a7ee4eddf031fa3a1e939c79b33bd5129 Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 6 Oct 2006 06:03:25 +0000 Subject: fixed timer error, mobscript bug, overlapped npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8942 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/niflheim.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc/cities/niflheim.txt') diff --git a/npc/cities/niflheim.txt b/npc/cities/niflheim.txt index 865e3031e..6c20f0141 100644 --- a/npc/cities/niflheim.txt +++ b/npc/cities/niflheim.txt @@ -4,7 +4,7 @@ //= Fyrien, Dizzy, PKGINGO //= Official NPCs translated and re-edited by Celest //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= Any eAthena Version; Niflheim Required //===== Description: ========================================= @@ -137,7 +137,7 @@ L_end: } niflheim.gat,350,258,5 script Cursed Soul 802,{ - killmonster "niflheim.gat","mymob"; + killmonster "niflheim.gat","OnNFMob"; mes "[Ashe Bruce]"; mes "I feel a strong curse on youaaaahhhhh"; mes "I shall deny your existanceahhhhhhh"; @@ -151,7 +151,7 @@ L_book1: mes "Don't you touch my bookssssahhh!!"; mes "Ahahaha, I curse you for being bitten, torn and clawed at!!"; mes "Forever binded to this curse!!"; - monster "niflheim.gat",350,258,"Rideword",1478,1,"mymob"; + monster "niflheim.gat",350,258,"Rideword",1478,1,"OnNFMob"; close; L_book2: @@ -192,13 +192,13 @@ L_book3: mes "Hahahaha!! Your prayers were wrong!!"; mes "Time to face deathohohohoho,"; mes "May you be cursed forevahahahaha!!"; - monster "niflheim.gat",349,256,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",347,258,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",347,254,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",350,252,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",344,255,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",348,252,"Orc Skeleton",1462,1,"mymob"; - monster "niflheim.gat",347,259,"Orc Skeleton",1462,1,"mymob"; + monster "niflheim.gat",349,256,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",347,258,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",347,254,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",350,252,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",344,255,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",348,252,"Orc Skeleton",1462,1,"OnNFMob"; + monster "niflheim.gat",347,259,"Orc Skeleton",1462,1,"OnNFMob"; close; L_back: -- cgit v1.2.3-70-g09d2