Forced Patch - 10/17/2007

Status
Not open for further replies.

Pygar

EQ2Bot Specialist
Today is a forced patch and introduces LU 39

Please patch your eq2 clients and patiently await a new extension.

Of note in this GU:

There is a new UI window that will show only debuffs on your character:
The UI window is called MainHUD.DetrimentalEffects
The old effects window will now only show beneficial effects

This potentially may take more time for Ama to deal with, and likely will require some changes to scripts after release.

-Pygar
 

Amadeus

The Maestro
Staff member
Code:
October 17, 2007 -- By Amadeus
[ISXEQ2-20071017.0008]
* Updated ISXEQ2 for the 10.17.2007 patch of EQ2
* Removed the "Cancellable" MEMBER of the 'effect' datatype
* Changed the "CountEffects" MEMBER of the 'character' datatype to have the following syntax:
  ~ CountEffects                 (int type)      [number of beneficial effects on your character]
  ~ CountEffects[beneficial]     (int type)      [ditto]
  ~ CountEffects[detrimental]    (int type)      [number of detrimental effects on your character]
* Changed the "Effect" MEMBER of the 'character datatype to have the following syntax:
  ~ Effect[#]                    (effect type)   [Returns the *beneficial* effect No. # where # is between 1 and the number of beneficial effects on the character.]
  ~ Effect[<string>]             (effect type)   [Returns the *beneficial* effect where the string given matches the name of the beneficial effects on the character.]
  ~ Effect[beneficial,#]         (effect type)   [Returns the *beneficial* effect No. # where # is between 1 and the number of beneficial effects on the character.]
  ~ Effect[beneficial,<string>]  (effect type)   [Returns the *beneficial* effect where the string given matches the name of the beneficial effects on the character.] 
  ~ Effect[detrimental,#]        (effect type)   [Returns the *detrimental* effect No. # where # is between 1 and the number of detrimental effects on the character.]
  ~ Effect[detrimental,<string>] (effect type)   [Returns the *detrimental* effect where the string given matches the name of the detrimental effects on the character.]
 
Status
Not open for further replies.
Top Bottom