Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ MUSHclient
➜ Plugins
➜ Taking requests?
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| MushclientNewbie
USA (33 posts) Bio
|
Date
| Sun 09 Mar 2003 03:20 AM (UTC) |
Message
| 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? | Top |
|
Posted by
| Meerclar
USA (733 posts) Bio
|
Date
| Reply #1 on Sun 09 Mar 2003 09:48 AM (UTC) |
Message
| 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. |
Meerclar - Lord of Cats
Coder, Builder, and Tormenter of Mortals
Stormbringer: Rebirth
storm-bringer.org:4500
www.storm-bringer.org | Top |
|
Posted by
| David B
USA (80 posts) Bio
|
Date
| Reply #2 on Sun 09 Mar 2003 01:43 PM (UTC) |
Message
| 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. |
My code(with a LOT of Nicks help) to fame:
sub OnAutoCombo (TriggerName, TriggerLine, arrWildCards)
dim AutoCombo
AutoCombo = split (arrWildCards (1))
Dim i, attack
for i=lbound (AutoCombo ) to ubound (AutoCombo )
Select Case AutoCombo (i)
case "rp" attack = "punch right"
case "lp" attack = "punch left"
case "s" attack = "sweep"
case "r" attack = "roundhouse"
case else attack = "" ' unknown attack type
End Select
if i = ubound (AutoCombo ) then
world.send "throw " + world.getvariable ("attacker") + " down"
else
world.send attack + " " + world.GetVariable ("attacker")
end if
next
end sub
| Top |
|
Posted by
| MushclientNewbie
USA (33 posts) Bio
|
Date
| Reply #3 on Sun 09 Mar 2003 11:37 PM (UTC) |
Message
| 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. | Top |
|
Posted by
| Nick Gammon
Australia (23,120 posts) Bio
Forum Administrator |
Date
| Reply #4 on Wed 12 Mar 2003 05:19 AM (UTC) |
Message
| 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. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Guest1
USA (256 posts) |
Date
| Reply #5 on Thu 13 Mar 2003 04:49 PM (UTC) |
Message
| 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. :)
| Top |
|
Posted by
| MushclientNewbie
USA (33 posts) Bio
|
Date
| Reply #6 on Thu 13 Mar 2003 05:16 PM (UTC) |
Message
| 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. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
22,293 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top