Project

General

Profile

Feature - Enhancement #2082

EQ2_onIncomingText (Event) ( Expand to Accept All Chat Types Like Narrative etc )

Added by Pork almost 6 years ago. Updated over 4 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
Category:
-
Start date:
2018-05-15
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

Expand { EQ2_onIncomingText (Event) } to Parse all Types of chat Via ( int ChatType ).

 

At the Moment { EQ2_onIncomingText (Event) } Parses all text no matter what it is in its current state.

We Would Like access to All Chat types Like you have done within ChatText Event Via the ( int ChatType ).

this would allow us a filter stuff via the ChatType code.

Main Type being (Narrative).

Example Below: 

atom EQ2_onIncomingText(string Message) would become atom EQ2_onIncomingText(string Message, int ChatType)

so it would not break any existing scripts.


Files

ChatOptions.PNG (151 KB) Kannkor, 2018-05-17 11:42 PM

#1

Updated by Amadeus almost 6 years ago

I need a reliable way to replicate a message of the type you're talking about so that I can see what you mean.   When I added the chat events, the EQ2_onIncomingChatText caught all of the caht messages and then EQ2_onIncomingText was just those 1 second messages like "Fizzled!", "Interrupted!", etc.

So, if there is a diffrent kind of message that's coming through now that acts and looks differently, and is NOT a chat channel type message, then I'll need to test with it to see if there even is a 'type' value that comes along with it.   

#2

Updated by Kannkor almost 6 years ago

Amadeus - I talked to Pork about this, what we're looking for is more like this. It's NOT a new chat type, it's (what is assumed) existing chat types that aren't there. They wouldn't really fit into ChatText, that's why IncomingText was suggested.

 

Example: All chat is assigned a filter (which we're calling chat type here). Since these can be configured via checkboxes in game, we're hoping you can read them so we can more easily filter them out.

If you right click on the tab of a chat window, and select 'Chat Options', it brings up the attached screen shot. If you have multiple tabs, you can select where any of these go.

 

The one Pork specified, Narrative, is just 1 checkbox in here. I'd say the easist way to test, would be combat or spells.

 

Example: 

YOU flurry Grimror for a critical of 1525997 piercing damage.

That would likely be under the filter: [x] You hit

 

In a perfect world, you could find the filter/chat type and add it to the existing IncomingChat event. (Just int values, like ChatType would be fine, we can easily build a list).

 

#3

Updated by Pork almost 6 years ago

to make it easier to see what chat type the text is you can do the following.

in game type /chat_show_category true

this will place what chat type it is infront of the text in the chat window.

for an easy way to get narrative text constantly you can do the following.

open Bank and place any coin from your inventory IE: Place copper into your bank the line of text it spews out is narrative.

Example: (Narrative) 63 Copper deposited (63 Copper in the bank now.)

 

if you need anything else let me know

#4

Updated by Amadeus over 4 years ago

  • Status changed from New to Implemented

Added in 20191219.0011

Also available in: Atom PDF