Page 1 of 1

help with macros/scripts/plugins

Posted: January 11th, 2005, 10:51 am
by gonzavi
I was wondering if there was a way to play a sound file when someone gives you a tell in EQ2 without having to dump to logfile.

Also while I'm posting, where should I start for creating scripts and plugins. I have a little VB experience and a lot of C++ experience. I haven't programmed for a few years but I want to get back into it. Are the scripts as powerful as the plugins? Basically I'm gonna take the time to relearn a language and I wanted to know which route I should go

Posted: January 11th, 2005, 10:53 am
by wyvernx
Yes, you can do pretty much anything with a script you can do with a plugin.

There is also JScript if you dont like VBScript.



As for playing a sound, not yet. You have to /log and then make a script that will read the log and play the sound.

Re: help with macros/scripts/plugins

Posted: January 11th, 2005, 11:26 am
by gonzavi
Is there a consolidated list of all the functions xunleashed has for scripting?

Posted: January 11th, 2005, 5:03 pm
by wyvernx
Yes, in the scripting documentation forum

It is the syntax for VBScript, but the functinos are the same for JScript, perl, etc.