Issue information

Issue ID
#7065
Status
Needs more Info
Severity
None
Started
kyeme
Feb 8, 2013 14:26
Last Post
kyeme
Nov 26, 2013 9:16
Confirmation
Yes (2)
No (0)

kyeme - Feb 8, 2013 14:26

[code=auto:0] 12221,Megaphone_,Megaphone,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ input @megaphone$; announce strcharinfo(0) + ": " + @megaphone$,bc_all,0xFF0000; end; },{},{} [/code]
Minor Bug: When someone shouts and i double clicked his name in General Message it won't automatically register his name in my chat. :)

Source pRO Sakray:
[url="http://www.youtube.com/watch?v=5WVNc_haDqo&feature=youtu.be"]http://www.youtube.com/watch?v=5WVNc_haDqo&feature=youtu.be[/url]

dastgirpojee - Mar 31, 2013 15:20

Some Updates:
Megaphone uses color "0xe7cdff"

Format Used:
PlayerName+"Announcement of Mr./Miss : "+Announcement

Which is not used here.

Ind - Apr 1, 2013 0:47

humm O_O~ I have absolutely no idea what could emulate that "click to name" thing, I can only guess it uses something other than announce officially o-o e.g. a new packet

malufett - Apr 1, 2013 11:26

[quote]
humm O_O~ I have absolutely no idea what could emulate that "click to name" thing, I can only guess it uses something other than announce officially o-o e.g. a new packet[/quote]
I think its because it uses different method not the usual way like of broadcasting...

[code=auto:0]item2 Megaphone_event OnConsume: var name = PcName dlgwritestr var str = inputstr //broadcastserver "e7cdff" FW_NORMAL 10 0 0 name + "Announcement of Mr./Miss : " + str LoudSpeaker "e7cdff" FW_NORMAL 10 0 0 name + "Announcement of Mr./Miss : " + strreturn[/code]

or maybe only some specific client will do the trick..

:meow:

This post has been edited by malufett on Apr 1, 2013 12:52

Kenpachi - Apr 29, 2013 17:52

It's nothing I can change by editing database files. I'll move this to core section.

Vali - May 13, 2013 18:32

Related [url="http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/"]http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/[/url]

malufett - May 14, 2013 10:48

how to do this in official server? I do the broadcasting but the clicking doesn't sent my name in the chat box...
and I don't see something special in it..
[size=3][font='courier new', courier, monospace]|.....|.....|......|....................................................|...............................
| 278 | S | 01D5 | PACKET_CZ_INPUT_EDITDLGSTR | PacketLength=12
| | | | | NAID=0
| | | | | msg=tae
|.....|.....|......|....................................................|...............................
|.....|.....|......|....................................................|...............................
| 280 | R | 009A | PACKET_ZC_BROADCAST | PacketLength=74
| | | | | msg=miccTest2
|.....|.....|......|....................................................|...............................[/font][/size]

[size=3][font='courier new', courier, monospace]:meow:[/font][/size]

kyeme - May 14, 2013 11:46

You cant click your own name :)

kyeme - Sep 19, 2013 1:54

Additional info:
Official while using megaphone:[list]
[*]You can walk
[*]You can use skill
[*]You can use item
[*]The message should still be broadcast even thought you died. (Here in hercules when you're going to broadcast a message using a megaphone and suddenly you die the message you were going to send is cancelled.)
[/list]

This post has been edited by kyeme on Sep 29, 2013 16:13

Ind - Nov 26, 2013 7:07

To be able to fix this I need help figuring how the keyword works, as mentioned in [url="http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/?p=17691"]http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/?p=17691[/url][quote name="Ind" post="17691" timestamp="1382900495"]
I've stumbled by this while working on the [url="https://github.com/HerculesWS/Hercules/commit/baef78f7954fa4e6fa2449f2c7de92a901c7f5f3"]shadow system update[/url], it works like the magic blue key (e.g. @kami blueWhatever => blue 'Whatever' announce), its called 'micc'. I'm midst fixing some stuff so I can't play with it, those of you willing to try let me know if you get lucky[/quote]

kyeme - Nov 26, 2013 9:16

[quote name="Ind" timestamp="1385449657"]
To be able to fix this I need help figuring how the keyword works, as mentioned in [url="http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/?p=17691"]http://herc.ws/board/topic/600-double-click-announcer-name-to-whisper-official-china-gameflier-system/?p=17691[/url][quote name="Ind" post="17691" timestamp="1382900495"]

I've stumbled by this while working on the [url="https://github.com/HerculesWS/Hercules/commit/baef78f7954fa4e6fa2449f2c7de92a901c7f5f3"]shadow system update[/url], it works like the magic blue key (e.g. @kami blueWhatever => blue 'Whatever' announce), its called 'micc'. I'm midst fixing some stuff so I can't play with it, those of you willing to try let me know if you get lucky[/quote][/quote]

How can I do this properly? Sorry I can't understand :(