Taking requests?

Posted by MushclientNewbie on Sun 09 Mar 2003 03:20 AM — 7 posts, 29,908 views.

USA #0
Not that I want or need anyone to do this for me but, before I start working on it... Do you (the forums population) think it would be possible to make some sort of extra window? Specifically, meant to keep track of the affects of a character. You see, I have several spells that need refreshing and I would like something that constantly kept track of what enchantments I still have affecting me.

Ideas, anyone?
USA #1
Shouldnt be too difficult to send the chosen spell casting and wearoff messages to notepad for tracking, possibly even with a script to check the notepad for wearoff messages and recast the spells when you arent in combat or get back from afk or whatever.
USA #2
The only way to do something liek that is with notepad.

I've put the suggestion of an ANSI compliant window for sending things too.
USA #3
Okay... I lied. I have no idea what you two just said. And I appreciate that you tried to help me by posting something David B, but I don't know what to do with it. Hrm.. if you're willing to throw it together or something I would really appreciate it. Get ahold of me at: mattamue@hotmail.com.
Australia Forum Administrator #4
Make a trigger that matches what you are interested in, and make the "send" field of the trigger "send to notepad". That will filter out those lines into a separate window. Use the "append" option if you want to see all of them, rather than just the last one.
USA #5
I have something similar, I have a bunch of triggers that match on the spell up / spell down messages for at least 12 or so of the spells (affects) on my character.

Each trigger then sets the status of a variable for the particular spell, which says either 'up' or 'down' depending if the spell (affect) is active or not.

I then have an alias so when I enter the alias it looks at all the variables for the spells and then world.notes me a list of any of the spells that are not active (down).

Saves having extra windows open. :)

USA #6
Thanks everyone. You helped me along and I am glad to say, I have something that does what I need it to do. Again, thanks.