From 26355ca9731da1e0dba1b0a631dd00294b9bd6bc Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 17 Jul 2018 14:50:51 -0400 Subject: update news --- world/map/news.d/71-v2018.03.23.txt | 15 +++------------ world/map/npc/functions/ghost.txt | 5 ++++- 2 files changed, 7 insertions(+), 13 deletions(-) (limited to 'world') diff --git a/world/map/news.d/71-v2018.03.23.txt b/world/map/news.d/71-v2018.03.23.txt index 621a0e35..2c92d5f5 100644 --- a/world/map/news.d/71-v2018.03.23.txt +++ b/world/map/news.d/71-v2018.03.23.txt @@ -1,15 +1,6 @@ -{title:Legacy Server} -{date:2018-03-23} +{title:Quick patch} +{date:2018-07-17} -Bug patches & misc improvements. - -Release Notes v2018.03.23 -{ul} -{li}Fixed the freeze bug that affected easter eggs, amongst other things.{/li} -{li}Fixed the weird blue face that sometimes appeared when using the Undead species.{/li} -{li}Fixed the Eskimo Hat so it looks less weird with bulky hairstyles.{/li} -{li}Fixed the yellow towel not pointing to the right place (old bug).{/li} -{li}Fixed Anne and SUSAN (mobs) giving non-existent items.{/li} -{/ul} +Made the ghosts that spawn in the graveyard less exploitable. {author:TMW/Evol Development Team} diff --git a/world/map/npc/functions/ghost.txt b/world/map/npc/functions/ghost.txt index 09a10680..921b8b79 100644 --- a/world/map/npc/functions/ghost.txt +++ b/world/map/npc/functions/ghost.txt @@ -1,7 +1,7 @@ function|script|SpawnGhost { if ($GHOSTS_DISABLED) - return; + goto L_Return; if (BaseLevel >= 40 && (getmap() == "026-1" || @@ -30,4 +30,7 @@ L_Spawn: specialeffect2 39; monster getmap(), .@x, .@y, strcharinfo(0), 1136, 1, "~GH~" + getcharid(0); return; + +L_Return: + return; } -- cgit v1.2.3-60-g2f50