davideq
Active Member
I'm in the process of making a .net wrapper for isxeq2 and am hitting a roadblock trying to capture console text. I did some messing around with this in EQ1 and became familiar with how to do it there with the help of Lax after he added the "EQ Chat" event.
What should i put in the first argument above to capture chat texts such as tells and such? I would also like to capture the inventory update triggers. Thanks in advance for your help.
Code:
LavishScriptAPI.LavishScript.Events.AttachEventTarget("INVENTORY_UPDATE", GetChat);