.NET Chat Events and Triggers

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.

Code:
LavishScriptAPI.LavishScript.Events.AttachEventTarget("INVENTORY_UPDATE", GetChat);
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.
 

davideq

Active Member
Thanks for the reply, Valerian. I've browsed the svn, but I don't see anything resembling a .net wrapper. There is a dll in a folder called lavishscript modules, but I can't add a reference to it and nothing useful pops up using dll export viewer.
 

godfetish

Active Member
I'd personally love to see anything you wrote for EQ2...haven't had luck previously using the .NET for VG to do anything.
 

Amadeus

The Maestro
Staff member
The wrapper itself is in the isxeq2 patcher and should be the most up-to-date version of it. It should be right there in your /innerspace/.NET Programs folder.

The isxeq2 .NET wrapper is designed very much like the isxvg one, especially with regard to the correlation between the lavishscript datatypes and the .NET classes. If you find that the wrapper is missing anything that you need, let me know and I can add it. If you spend enough time around and contributing and build trust and so forth, I will give you access to the .NET Wrapper code and you can update it for everyone too. My primary reason for making it closed source is to keep the design consistant as everything in it could be easily recreated and/or dissassembled.
 

Valerian

ISX Specialist
oh really? I didn't realize the wrapper had been added to the isxeq2 patcher, that is news to me. Just goes to show that despite popular opinion, The Great Valerian does NOT know everything.
 
Top Bottom