Issue information

Issue ID
#2616
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 1, 2009 17:23
Last Post
Hercules Elf Bot
Mar 5, 2012 9:27
Confirmation
N/A

Hercules Elf Bot - Jan 1, 2009 17:23

Originally posted by [b]DawCZ[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2616

Hi! So, many people are complaining due to no monsters (and announce etc.) in cave in Z-Gang Quest. So, the problem is that the variable "$@monster" is used in the "quest_airship.txt" also. That is why it could has other value than 0 or 1.

Simple solution is renaming this variable to $@monster_zgang, for example.

(it's from Nameless Island Quests version 1.7)


QUOTE
(row 8537+)
z_agit,98,44,0 script EntranceCheck#1 -1,10,10,{
OnTouch:
if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster == 0)) {
set $@monster,1;
donpcevent "#zdan_broad::OnEnable";
}
....
z_agit,98,92,0 script EntranceCheck#2 -1,10,10,{
OnTouch:
if (((zdan_edq == 15) || (zdan_edq == 16)) && ($@monster == 0)) {
set $@monster,1;
donpcevent "#zdan_broad::OnEnable";
}
.....


This post has been edited by DawCZ: Jan 12 2009, 06:45 PM