Dysolis2009-07-30 22:44:36
How do you reset the system in a case where I would continue sipping a health without being damaged?
Also when I was using point staff @SCRIPT_TARGET it keeps say rat target is not here but it actually is. The Telepathy alais did work though. Nevermind I forgot about expanding variables. I figured that part out. Also if you spam reset does it stop applying needlessly?
Also when I was using point staff @SCRIPT_TARGET it keeps say rat target is not here but it actually is. The Telepathy alais did work though. Nevermind I forgot about expanding variables. I figured that part out. Also if you spam reset does it stop applying needlessly?
Dysolis2009-07-30 23:16:04
Okay targeting and resting should be fine for me I think but one pressing problem that I have come across now is that how do I run the defense plugin?
Unknown2009-08-07 21:10:22
Does anyone know how to get the spacing between the individual commands/prompts/happenings? All I'm seeing is a wall of text and it's driving me nuts.
Shaddus2009-08-07 23:10:07
QUOTE (Fireweaver @ Aug 7 2009, 04:10 PM) <{POST_SNAPBACK}>
Does anyone know how to get the spacing between the individual commands/prompts/happenings? All I'm seeing is a wall of text and it's driving me nuts.
CONFIG PROMPT ADD LINEBREAK?
Vathael2009-08-07 23:27:01
No, it's a MUSH setting.
Vathael2009-08-07 23:28:51
With that being said, File > Global Preferences -- Click on the General tab and uncheck Regular expressions can match on an empty string.
Not real sure but I believe this is what you're looking for but if I'm wrong ignore me cause I never claimed to be a MUSH buff.
Not real sure but I believe this is what you're looking for but if I'm wrong ignore me cause I never claimed to be a MUSH buff.

Zalandrus2009-08-08 20:40:34
Any DIY fix to get potionlist working with the system on?
Shaddus2009-08-08 21:04:19
QUOTE (Zalandrus Meyedsun @ Aug 8 2009, 03:40 PM) <{POST_SNAPBACK}>
Any DIY fix to get potionlist working with the system on?
Use TL to toggle your potionlist like you want it. PL to view potionlist.
Zalandrus2009-08-08 21:41:53
Not working for me after I upgraded. Screen just flickers slightly, and nothing shows up.
Rybosh2009-08-31 05:52:17
This feature list is an awesome source for ideas to improve my system. 

Unknown2009-09-21 01:03:46
Hey
I am looking for a combat system but is this just for warriors? As my Nihilists might not be able to use it. Sorry if I seem a bit clueless been away from the game for awhile but getting back into it.
I am looking for a combat system but is this just for warriors? As my Nihilists might not be able to use it. Sorry if I seem a bit clueless been away from the game for awhile but getting back into it.
Zenon2009-09-21 01:11:01
Nihilists can use it too.
Everiine2009-09-21 01:13:01
The system is for everybody, so go ahead and try it if you want!
Ethelon2009-10-25 17:51:28
Latest updates went out for v40 and the WhoAmI Plugin works with the Golder-Scry mirror
Updates can be seen here: http://www.wildinkdesign.com/ag/updates.html
Updates can be seen here: http://www.wildinkdesign.com/ag/updates.html
Shaddus2010-01-04 01:33:48
CODE
 Â
  match="^A bit of fiery essence pours (.*?)$"
  regexp="y"
  send_to="12"
  sequence="100"
  >
 Â
 Â
CODE
 Â
  lines_to_match="2"
  match="^(.*?) its dying cry forming into a bit of cloud essence\\.$"
  multi_line="y"
  regexp="y"
  send_to="12"
  sequence="100"
  >
 Â
 Â
Add this to your triggers if you want to auto-pickup fire/cloud essence. The second one may need to match on two lines, depending on your wrapwidth.
Shaddus2010-01-04 02:48:02
I'm looking for someone to write a bit of code for me, nothing major. I have an alias that bursts/bodyscans. I want to have a trigger that clots if the target has at least two clots, but not more than 12, and heartbursts if they have 12 or more. If neither of these happen, I want it to throatlock my target. The line is
Anyone good enough in Vbscript to be able to do this?
CODE
^suffering (.*?) burst blood vessels\\.$
Anyone good enough in Vbscript to be able to do this?
Anisu2010-01-05 03:51:40
QUOTE
group="test"
match="^suffering (.*?) burst blood vessels\\.$"
regexp="y"
send_to="12"
sequence="100"
>
if %1 >= 12 then
world.Execute "
elseif %1 >= 2 then
world.Execute "
else
world.Execute "
end if
Rahil2010-02-04 12:18:48
Is Ethelon still regularly updating this system? I bought it a while ago and wondering if combatants still use it.
Unknown2010-02-04 13:17:13
Many combatants still use it, and Ethelon is still updating it. He was pre-occupied with RL stuff for a while, but he's around more now.
Shaddus2010-08-01 04:12:45
I have this odd problem where my prompt won't detect my stats when I install the Lua version. Any ideas?