Issue information

Issue ID
#4090
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 5, 2010 15:57
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 5, 2010 15:57

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

Here is a recurring error:

CODE
            mes "[Gloomy Jack]";
            mes "Thanks for giving my thing back, I'll make your hat prettier.";
            mes " ";
            mes "[Cool Devi]";
            mes "says he.";
            next;
            specialeffect EF_LEVEL99;
            mes "[Excited Jack]";
            mes "Lalala~ lalala~";
            mes " ";
            mes "(He starts singing. On a sudden, Jack's aura appeared.)";


The specialeffect is supposed to be on Jack and not on the NPC you're talking to (the Deviurchi), so you must specify the name of the NPC:

CODE
specialeffect EF_LEVEL99,"Gloomy Jack#06_hw";


There are 3 occurrences of this bug in the NPC - just look for "specialeffect".

This post has been edited by NoH: Mar 5 2010, 08:24 AM