Register to post in forums, or Log in to your existing account
 
:
Search found 178 matches for:
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 5:10 pm   Subject: Triggering a NON colored line possible?
hmm guess I've found a solution that works, just make sure the colored trigger, is a higher priority then the none color specific and have the colored trigger set a variable to 1 and just have the scr ...
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 4:18 pm   Subject: Triggering a NON colored line possible?
hmmm is there any way for a normal trigger to test to see if there is is color in a trigger? I'm thinking the %line function and then test the %line function for color coding?
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 4:01 pm   Subject: Triggering a NON colored line possible?
I've tested it and it does not seem to work, I've tested it with also switching around their priorities in terms of numbers, and both triggers still fire. :( *fidles*
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 3:47 pm   Subject: Triggering a NON colored line possible?
ah, 'stop further processing' works for that specific line from the server only? thought it stopped processing of several lines?
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 3:27 pm   Subject: Triggering a NON colored line possible?
Aye and that's the problem. I want to exclude colored lines.

Specificly its for aetolia, since I've colored deathsight to a specific color to catch it easier. But inroom deathmessages are gray and ...
  Topic: Triggering a NON colored line possible?
XonDK

Replies: 10
Views: 15114

PostForum: CMUD General Discussion   Posted: Sat Nov 17, 2012 1:53 pm   Subject: Triggering a NON colored line possible?
I was wondering if it is possible to make an ansi trigger that will only trigger when the line given is NOT colored, as in the normal standard grey color, but won't trigger on other colors?

I have ...
  Topic: best way to capture float variables
XonDK

Replies: 9
Views: 12175

PostForum: CMUD General Discussion   Posted: Tue Aug 07, 2012 11:32 am   Subject: best way to capture float variables
Found a work around namely using ^You take a moment to assess how damaged your limbs are\.\n^Head:\s+([[0-9\.]+)\% \((.*)\)\n^Torso:\s+([0-9\.]+ ...
  Topic: best way to capture float variables
XonDK

Replies: 9
Views: 12175

PostForum: CMUD General Discussion   Posted: Tue Aug 07, 2012 10:55 am   Subject: best way to capture float variables
No particular reason, I find it a bit easier to edit a whole line at the time when multiline works. but that said the pattern works fine, its what it returns that is a mess. (%f) gets turned into ([+- ...
  Topic: best way to capture float variables
XonDK

Replies: 9
Views: 12175

PostForum: CMUD General Discussion   Posted: Tue Aug 07, 2012 10:45 am   Subject: best way to capture float variables
^You take a moment to assess how damaged your limbs are\.\n^Head:.*([+-]?[0-9,]*\.?[0-9]*)\% \((.*)\)\n^Torso:.*([+-]?[0-9,] ...
  Topic: best way to capture float variables
XonDK

Replies: 9
Views: 12175

PostForum: CMUD General Discussion   Posted: Tue Aug 07, 2012 10:34 am   Subject: best way to capture float variables
So I'm having a little trouble with capturing floating variables of late. for some reason when using (%f) and converting it to regex via the buildin converter the variables don't return anything and i ...
  Topic: NEW FEATURE REQUEST: Disabling composer response to IRE composer.
XonDK

Replies: 0
Views: 3181

PostForum: CMUD General Discussion   Posted: Thu Feb 23, 2012 12:17 am   Subject: NEW FEATURE REQUEST: Disabling composer response to IRE composer.
I would like to see it added that for an option to be added so that the composer doesn't pop open when it receives IRE Composer gmcp info.

Reason behind this is that while the composer is good, it ...
  Topic: %gmcp.char.vitals.whatever convert string/json to decimal
XonDK

Replies: 3
Views: 6860

PostForum: CMUD General Discussion   Posted: Wed Feb 01, 2012 7:29 pm   Subject: %gmcp.char.vitals.whatever convert string/json to decimal
Perhaps you can use the
variablename=%gmcp.char.vitals.tree
#CALL %vartype(variablename,7)



Will CALL slow down my scripts significantly or is it so little it doesn't matter, if I wer ...
  Topic: %gmcp.char.vitals.whatever convert string/json to decimal
XonDK

Replies: 3
Views: 6860

PostForum: CMUD General Discussion   Posted: Tue Jan 31, 2012 12:50 pm   Subject: %gmcp.char.vitals.whatever convert string/json to decimal
hmm that works, just need to do it with everything i get from gmcp.
  Topic: %gmcp cleanup? feature suggestion
XonDK

Replies: 2
Views: 5330

PostForum: CMUD General Discussion   Posted: Tue Jan 31, 2012 12:45 pm   Subject: %gmcp cleanup? feature suggestion
Exactly what I was looking for thanks a ton :)
  Topic: %gmcp.char.vitals.whatever convert string/json to decimal
XonDK

Replies: 3
Views: 6860

PostForum: CMUD General Discussion   Posted: Mon Jan 30, 2012 8:38 pm   Subject: %gmcp.char.vitals.whatever convert string/json to decimal
So I'm obviously playing around with cmud and gmcp and am hitting a block, namely that when I try to assign a variable with either
variablename=%gmcp.char.vitals.tree
OR
#VA variablename %gmcp.char ...
  Topic: %gmcp cleanup? feature suggestion
XonDK

Replies: 2
Views: 5330

PostForum: CMUD General Discussion   Posted: Mon Jan 30, 2012 7:20 pm   Subject: %gmcp cleanup? feature suggestion
I don't suppose its possible to get cmud to print gmcp info prettier like divide it up in the groups its given

something like.
char={name="blah"
fullname="blah"
Vitals ...
  Topic: Is there a way to import only part of a full export? [possible feature request?]
XonDK

Replies: 13
Views: 19378

PostForum: CMUD General Discussion   Posted: Thu Jan 05, 2012 10:43 am   Subject: Is there a way to import only part of a full export? [possible feature request?]
sounds like a good idea Rahab.
  Topic: Is there a way to import only part of a full export? [possible feature request?]
XonDK

Replies: 13
Views: 19378

PostForum: CMUD General Discussion   Posted: Tue Jan 03, 2012 2:45 pm   Subject: Is there a way to import only part of a full export? [possible feature request?]
*nudge zugg* feature request....
  Topic: Is there a way to import only part of a full export? [possible feature request?]
XonDK

Replies: 13
Views: 19378

PostForum: CMUD General Discussion   Posted: Tue Jan 03, 2012 7:10 am   Subject: Is there a way to import only part of a full export? [possible feature request?]
so I'm remaking my system.

and I have bits and pieces, laying around of my old system, but those bits and pieces contain things I'd rather not import mixed together with things I want imported.
So ...
  Topic: Function adds extra blank line after firing...why?
XonDK

Replies: 4
Views: 6622

PostForum: CMUD General Discussion   Posted: Mon Jan 02, 2012 6:34 am   Subject: Function adds extra blank line after firing...why?
This function does it as well.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<func name="writhefree">
<value>$from=%pop(writ ...
  Topic: Function adds extra blank line after firing...why?
XonDK

Replies: 4
Views: 6622

PostForum: CMUD General Discussion   Posted: Sun Jan 01, 2012 9:14 am   Subject: Function adds extra blank line after firing...why?
This simple function:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<func name="writhe">
<value>$from=%if( $from, $from, gener ...
  Topic: [3.33a] Bug: #URL not working
XonDK

Replies: 9
Views: 17648

PostForum: CMUD General Discussion   Posted: Fri Apr 01, 2011 7:39 pm   Subject: [3.33a] Bug: #URL not working
tried blank session, still doesn't work
doublechecked association with *.htm, it is with chrome

I've got no clue what it is :/
  Topic: [3.33a] Bug: #URL not working
XonDK

Replies: 9
Views: 17648

PostForum: CMUD General Discussion   Posted: Fri Apr 01, 2011 2:52 am   Subject: [3.33a] Bug: #URL not working
uninstalled
deleted my games folder, reinstalled, (copied over settings for aetolia), vote still doesn't work... I'm at a loss
  Topic: [3.33a] Bug: #URL not working
XonDK

Replies: 9
Views: 17648

PostForum: CMUD General Discussion   Posted: Fri Apr 01, 2011 1:27 am   Subject: [3.33a] Bug: #URL not working
Didn't work with quotes unfortunately, I guess I will try a reinstall of cmud after a complete uninstall
and yes parsing is enabled.
  Topic: [3.33a] Bug: #URL not working
XonDK

Replies: 9
Views: 17648

PostForum: CMUD General Discussion   Posted: Tue Mar 29, 2011 2:42 pm   Subject: [3.33a] Bug: #URL not working
it should work fine, are you enclosing the url in quotes when it gets complicated?
#URL {http://www.ironrealms.com/irex/tmsvote.php?id=aetolia}

that's my vote alias, and it isn't working for some ...
 
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net