Project

General

Profile

Feature - New #1683

Event for group/raid party change

Added by Kannkor almost 8 years ago. Updated over 7 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-07-31
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

Could you make an event for when a group/raid has a party change?

IE: Someone joins/leaves the raid? (I have one currently by reading the in-game chat text, which is horrrrrrrrrrrrrrible because of having thousands of lines of text to read every second). Curious if there's something you could do to make it better.

#1

Updated by Amadeus over 7 years ago

  • Status changed from New to Implemented

December 31, 2016
[20161220.0025]
* Added new EVENTS:
  1. EQ2_onGroupMembershipChange(int PreviousGroupCount, int NewGroupCount)
    ~ See http://forge.isxgames.com/projects/isxeq2/wiki/EQ2_onGroupMembershipChange_(Event)
      for more information and an example on how to use this event.
  2. EQ2_onRaidMembershipChange(int PreviousRaidCount, int NewRaidCount)
    ~ See http://forge.isxgames.com/projects/isxeq2/wiki/EQ2_onRaidMembershipChange_(Event)
      for more information and an example on how to use this event.

Also available in: Atom PDF