Issue information

Issue ID
#2534
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Dec 12, 2008 18:17
Last Post
Hercules Elf Bot
Mar 5, 2012 9:25
Confirmation
N/A

Hercules Elf Bot - Dec 12, 2008 18:17

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

I've found a minor bug about the MEGAPHONE item. The script announces the players shout in red color and I have found in official server that it announces in white color.

The original item script that announces in red color.

QUOTE
12221,Megaphone_,Megaphone,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ input @Megaphone$; announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFF0000; end; },{},{}



It should be like this it announces in white.

QUOTE
12221,Megaphone_,Megaphone,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ input @Megaphone$; announce strcharinfo(0) + " shouts : " + @megaphone$,bc_all,0xFFFFFF; end; },{},{}


Also it should has a shout also word after the name of the character.

Example of it
QUOTE
"Player shouts : Merry Christmas and a Happy New Year!!! (IMG:style_emoticons/default/happy.gif)"