Register to post in forums, or Log in to your existing account
 
:
Search found 149 matches for:
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
Author Message
  Topic: Is there a way to import only part of a full export? [possible feature request?]
DraxDrax

Replies: 13
Views: 17675

PostForum: CMUD General Discussion   Posted: Thu Jan 05, 2012 11:10 pm   Subject: Is there a way to import only part of a full export? [possible feature request?]
that wont keep onLoad events from firing

Yes, it will.

An onLoad event will fire when settings are first loaded from a package file (extension .pkg). They will not fire when settings are importe ...
  Topic: Is there a way to import only part of a full export? [possible feature request?]
DraxDrax

Replies: 13
Views: 17675

PostForum: CMUD General Discussion   Posted: Thu Jan 05, 2012 9:03 pm   Subject: Is there a way to import only part of a full export? [possible feature request?]
Just import all of your settings while you are offline, then go through those settings and delete whatever you don't want.

Removing settings before they are installed isn't actually any easier than ...
  Topic: #ADDKEY question
DraxDrax

Replies: 18
Views: 18593

PostForum: CMUD General Discussion   Posted: Thu Jan 05, 2012 8:02 pm   Subject: #ADDKEY question
$item = "widget"
$spike = "steel"
#ADDKEY spikeRates.${item} {iron|steel|silver} ""
#ADDKEY spikeRates.${item}.${spike} Failure ...
  Topic: not sure if a bug, or if i just missed something in my code
DraxDrax

Replies: 9
Views: 7035

PostForum: CMUD General Discussion   Posted: Sat Nov 26, 2011 6:49 am   Subject: not sure if a bug, or if i just missed something in my code
The @groupborder() function needs to be defined in the groupinfo window, not the window/package the rest of your code resides in, since it's being called from within an #EXECWIN line. Alternatively, d ...
  Topic: [feature request]change to %pick() return result
DraxDrax

Replies: 1
Views: 3263

PostForum: CMUD General Discussion   Posted: Wed Nov 09, 2011 7:10 pm   Subject: [feature request]change to %pick() return result
The %pick() function already returns a stringlist of all of the users selections. It's only when you include the special argument o:1 to restrict the user to a single choice that a stringlist isn't a ...
  Topic: Separators can't show images [Bug? 3.33a]
DraxDrax

Replies: 9
Views: 15595

PostForum: CMUD General Discussion   Posted: Sun Jun 26, 2011 5:47 pm   Subject: Separators can't show images [Bug? 3.33a]
Nice kludge, Matt, and thanks, that worked perfectly! Very Happy

I still hope Zugg will make the change, since the current behavior of separators with images is rather odd, but even if that doesn't hap ...
  Topic: Separators can't show images [Bug? 3.33a]
DraxDrax

Replies: 9
Views: 15595

PostForum: CMUD General Discussion   Posted: Sun Jun 26, 2011 3:53 pm   Subject: Separators can't show images [Bug? 3.33a]
trying to picture it, and sure that sound like a decent idea. Drax do you have a pic of what it looks like right now?

[URL=http://www.youtube.com/watch?v=O7giK5icSeo]http://www.youtube.com/watch?v= ...
  Topic: #SAYADD
DraxDrax

Replies: 9
Views: 8868

PostForum: CMUD General Discussion   Posted: Thu Jun 23, 2011 9:10 am   Subject: #SAYADD
You might be able to rig something together by storing the lines you want to have concatenated together in to a variable, then sending them to the child window all at once rather than capturing them p ...
  Topic: Separators can't show images [Bug? 3.33a]
DraxDrax

Replies: 9
Views: 15595

PostForum: CMUD General Discussion   Posted: Wed Jun 22, 2011 8:51 am   Subject: Separators can't show images [Bug? 3.33a]
What do people think: should separator buttons show an image? I tried it in zMUD and just got "invalid imagelist" crashes, so it doesn't seem to work there either.

Yes! and Bump!

With a full 1 ...
  Topic: Variable In Script By Alias Command
DraxDrax

Replies: 17
Views: 21119

PostForum: zMUD General Discussion   Posted: Thu Jun 09, 2011 2:39 pm   Subject: Variable In Script By Alias Command
Nethran references %1 in a few dozen places throughout that alias, Taz, not just the #IF in the first line. For your solution to work, all those instances of %1 would need to be replaced with @cinum.
  Topic: Variable In Script By Alias Command
DraxDrax

Replies: 17
Views: 21119

PostForum: zMUD General Discussion   Posted: Thu Jun 09, 2011 12:50 am   Subject: Variable In Script By Alias Command
%1 can't be defined within the alias. Its value has to be passed to the alias. The simplest fix for this code would be to use two aliases, such that the first alias is calling the second.
To accompl ...
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Tue May 31, 2011 2:40 pm   Subject: Multiple timers in Status window
With a slight modification, yep.
Change the last line in the function 'buff_timer' from:
#RETURN %format("&14s &2d:&2s", %proper($buff), $minutes, $seconds)
to:
#RETURN %format("&2 ...
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Tue May 31, 2011 12:42 pm   Subject: Multiple timers in Status window
Smile No problem.
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Tue May 31, 2011 12:35 pm   Subject: Multiple timers in Status window
That all sounds correct, except that the #UPDATE line should be causing updates. Did you move or change the status bar object created by the script? It should have been created in the class 'Timers' ( ...
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Tue May 31, 2011 11:04 am   Subject: Multiple timers in Status window
Well that's curious #PRINT Alarm fired! to the alarm trigger, immediately after the line #UPDATE Prots. If the alarm is running properly, you should get a series of Alarm fired! messages on your scre ...
  Topic: Variable In Script By Alias Command
DraxDrax

Replies: 17
Views: 21119

PostForum: zMUD General Discussion   Posted: Mon May 30, 2011 11:22 pm   Subject: Variable In Script By Alias Command
Try using the #EXEC command instead of beginning the line with an %exec() function.
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Mon May 30, 2011 10:21 pm   Subject: Multiple timers in Status window
There is an alarm incorporated in to that script which should be keeping the timers constantly updated. That's this bit:
<trigger name="TimerUpdates" type="Alarm" priority= ...
  Topic: Something Someone Asked Me
DraxDrax

Replies: 7
Views: 11033

PostForum: zMUD General Discussion   Posted: Mon May 30, 2011 8:01 pm   Subject: Something Someone Asked Me
That's probably true, yes.
  Topic: Something Someone Asked Me
DraxDrax

Replies: 7
Views: 11033

PostForum: zMUD General Discussion   Posted: Mon May 30, 2011 7:56 pm   Subject: Something Someone Asked Me
Anchoring the patterns means using the ^ character and the $ character in your trigger patterns where the line would begin and end. This is a very good idea and something you should try to do whenever ...
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Mon May 30, 2011 7:33 pm   Subject: Multiple timers in Status window
K, in that case I'd recommend using a trigger that will set a variable for each of the buffs you want tracked according to the current time when the buff is cast, as expressed by the %secs variable, t ...
  Topic: Something Someone Asked Me
DraxDrax

Replies: 7
Views: 11033

PostForum: zMUD General Discussion   Posted: Mon May 30, 2011 6:40 pm   Subject: Something Someone Asked Me
What you are looking for are called record variables in zMud and Cmud. These variables consist of 'keys' each of which can be given a unique value. You define record variables with the syntax <reco ...
  Topic: Multiple timers in Status window
DraxDrax

Replies: 17
Views: 24113

PostForum: CMUD General Discussion   Posted: Mon May 30, 2011 6:22 pm   Subject: Multiple timers in Status window
Before suggesting an approach, a bit more information would be helpful. Can you tell us if you measure the time remaining on buffs in terms of ticks or in terms of minutes and seconds? How do you know ...
  Topic: Need help Zmud->Cmud transfer script
DraxDrax

Replies: 2
Views: 4410

PostForum: CMUD General Discussion   Posted: Wed May 11, 2011 11:24 pm   Subject: Need help Zmud->Cmud transfer script
Upgrading is always preferable, but it can also be something of an unnecessary expense. I had excellent experience using Cmud version 2.37 for a very long time and developed some pretty sophisticated ...
  Topic: Gauged Timer
DraxDrax

Replies: 7
Views: 8375

PostForum: CMUD General Discussion   Posted: Sat May 07, 2011 7:02 am   Subject: Gauged Timer
error: File: . Line:14 Col: 21 Error: Invalid element name:"

on yours oldguy

That's funny. It has no syntax errors. Not sure where that comes from.

When you copy/paste the XML to the forums, ...
  Topic: Multistate button blues
DraxDrax

Replies: 7
Views: 13963

PostForum: CMUD General Discussion   Posted: Tue May 03, 2011 12:10 am   Subject: Multistate button blues
I downloaded the SpeechTypes package version 3.2.8 and had a look through it with an SQL browser. I can confirm that the package itself is corrupt. There are no settings in the package for the main st ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net