summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-17 13:51:05 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-17 13:51:05 -0300
commit937202e881e76a9fd7a3c2b988f14ca01dce264d (patch)
tree102d6dfbc769cd92b885cb7b987475c51746c0a7 /npc/functions/event.txt
parent61c08aebefa260a32afce0453ebe38dda0411d25 (diff)
downloadserverdata-937202e881e76a9fd7a3c2b988f14ca01dce264d.tar.gz
serverdata-937202e881e76a9fd7a3c2b988f14ca01dce264d.tar.bz2
serverdata-937202e881e76a9fd7a3c2b988f14ca01dce264d.tar.xz
serverdata-937202e881e76a9fd7a3c2b988f14ca01dce264d.zip
Prepare to deprecate and unify 003-1 NPCs
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 87f913de0..1bd39b2b8 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -63,6 +63,7 @@ OnCleanUp:
killmonster(.@m$, "sPatrick::OnMyMobDeath");
}
disablenpc "sPatrick";
+ donpcevent "Aurora::OnRestore";
end;
}
@@ -403,7 +404,7 @@ OnClock0000:
$EVENT$="Patrick";
$@PATRICK_DAYMAX=.patrick_endday;
enablenpc "sPatrick";
- enablenpc "Patrick Saulc";
+ setnpcdisplay("Aurora", "Patrick Saulc", NPC_WEIRDGREEN);
enablenpc "St. Patrick Gold Pot";
donpcevent "St. Patrick Gold Pot::OnForcedMove";
}
@@ -413,7 +414,6 @@ OnClock0000:
sClear();
$EVENT$="";
donpcevent "sPatrick::OnCleanUp";
- disablenpc "Patrick Saulc";
}
}