Issue information

Issue ID
#6740
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 28, 2012 11:43
Last Post
Hercules Elf Bot
Oct 15, 2012 11:37
Confirmation
Yes (3)
No (0)

Hercules Elf Bot - Sep 28, 2012 11:43

Originally posted by [b]Golem1988[/b]
After SVN update main chat won't work. Using 2011-08-17 client.
Method: @main on
and writing PM to 'main'

@main "message" still works fine.

This post has been edited by Golem1988 on Sep 28, 2012 12:06

Hercules Elf Bot - Sep 30, 2012 7:57

Originally posted by [b]Golem1988[/b]
bump, any confirmations / bugfixes?

Hercules Elf Bot - Oct 1, 2012 9:37

Originally posted by [b]EvilPuncker[/b]
I can confirm that aswell

Hercules Elf Bot - Oct 3, 2012 9:16

Originally posted by [b]Ind[/b]
I can't reproduce .-. what happens when you try?

Hercules Elf Bot - Oct 3, 2012 9:30

Originally posted by [b]Golem1988[/b]
[quote name='Ind' timestamp='1349255806' post='14772']
I can't reproduce .-. what happens when you try?
[/quote]

basicly using the last revision :D

Hercules Elf Bot - Oct 3, 2012 12:34

Originally posted by [b]Aleos[/b]
I think you misunderstood what Ind was trying to ask Golem.

[code]// Nick for sending mainchat
// messages like whisper
main_chat_nick: Main[/code]
Main chat uses a capital 'M' not a lower case. Are you sure you are using "Main" in the PM box rather than "main"?

This post has been edited by Aleos on Oct 3, 2012 12:34

Hercules Elf Bot - Oct 3, 2012 13:47

Originally posted by [b]kyeme[/b]
[quote]Working fine for me, Pm to --> main [Working] and using @main [Working] ican see both chat
Using 2010-07-30 client and Super latest revision. :)[/quote]
Hmm because i updated my server to r16811 before i test ? hmm i forgot .. xD

This post has been edited by kyeme on Oct 3, 2012 13:58

Hercules Elf Bot - Oct 14, 2012 12:21

Originally posted by [b]Toshiro[/b]
It's because of the min_chat_delay setting. Once it's enabled (> 0), pming Main (or whatever is set) wont work anymore.

This is because min_chat_delay sets sd->cantalk_tick so you're not able to talk anymore for "min_chat_delay" ms. Later in the code to process whispers to Main, it is checked again (!) if you're able to talk, but since it was just set before processing the main chat code, it always fails.

Hercules Elf Bot - Oct 14, 2012 19:40

Originally posted by [b]Ind[/b]
[quote name='Toshiro' timestamp='1350217268' post='14942']
It's because of the min_chat_delay setting. Once it's enabled (> 0), pming Main (or whatever is set) wont work anymore. This is because min_chat_delay sets sd->cantalk_tick so you're not able to talk anymore for "min_chat_delay" ms. Later in the code to process whispers to Main, it is checked again (!) if you're able to talk, but since it was just set before processing the main chat code, it always fails.
[/quote]
it doesn't check twice on rathena.

Hercules Elf Bot - Oct 14, 2012 21:19

Originally posted by [b]Toshiro[/b]
Well, you didn't update this post after fixing it in [rev='16811'] and I didn't check the change logs the past weeks so I didn't notice it was already fixed.

This post has been edited by Toshiro on Oct 14, 2012 21:19

Hercules Elf Bot - Oct 15, 2012 11:37

Originally posted by [b]Ind[/b]
oh right, I apologize for that.