Issue information

Issue ID
#189
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 7, 2007 11:05
Last Post
Hercules Elf Bot
Oct 7, 2007 11:05
Confirmation
N/A

Hercules Elf Bot - Oct 7, 2007 11:05

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

Bug found in npc/cities/geffen.txt

Bug:
QUOTE
geffen,146,148,4 script Suspicious Guy 99,6,6,{
end;

OnTouch:
mes "[?]";
mes "^333333*Psssst!*";
mes "H-Hey you!";
mes "You wanna get your hands on some great stuff? Come on over!^000000";
end;
mes "[Suspicious Guy]";
if (sex)


Fix:
QUOTE
geffen,146,148,4 script Suspicious Guy 99,6,6,{
end;

OnTouch:
mes "[?]";
mes "^333333*Psssst!*";
mes "H-Hey you!";
mes "You wanna get your hands on some great stuff? Come on over!^000000";
next;
mes "[Suspicious Guy]";
if (sex)