Page 1 of 1

Msg to guild chat?

Posted: 05.04.2015 14:23
by primeval1
Are there way to message in guild/alliance chat? i didnt find anything, only PartySay('');
any help?

Re: Msg to guild chat?

Posted: 09.04.2015 14:35
by Vizit0r
same as in client - start with point and go on.

Re: Msg to guild chat?

Posted: 02.05.2015 21:38
by primeval1
thanks for repply, yes point is works for guild chat, but i need say to alliance chat and cant find a way=\
client version 7.0.18

Re: Msg to guild chat?

Posted: 03.05.2015 8:55
by Vizit0r
if i remember correctly - start with "/", "," or something like that.
all like in client.

Re: Msg to guild chat?

Posted: 04.05.2015 18:27
by primeval1
damn it, in client its a "|" symbol, i tyed, it didnt send a message in alliance chat:(

Re: Msg to guild chat?

Posted: 04.05.2015 21:37
by Vizit0r
added with "|"

Code: Select all

  case Char_in_begin of
    '!':
      Mode := Speech_Type_Yell;
    ';':
      Mode := Speech_Type_Whisper;
    ':':
      Mode := Speech_Type_Emote;
    '|':
      Mode := Speech_Type_Ally;
    '\':
      if fClientVersionInt < 5000000 then
        Mode := Speech_Type_Emote
      else
        Mode := Speech_Type_Guild; // =$0D

  else
    Mode := SpeechType;
  end;
wait for new version

Re: Msg to guild chat?

Posted: 02.08.2015 18:31
by primeval1
here, new version out, thx, ally chat works but as always not perfect:)
the message didnt cuted, and appears in chat with symbol "|" at the begining

Re: Msg to guild chat?

Posted: 02.08.2015 21:31
by Vizit0r

Code: Select all

the message didnt cuted, and appears in chat with symbol "|" at the begining
yes))
fixed.