Register to post in forums, or Log in to your existing account
 
:
Search found 217 matches for:
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Author Message
  Topic: Select Database window!!
hogarius

Replies: 3
Views: 6837

PostForum: zMapper Discussion   Posted: Sun Aug 18, 2019 2:29 am   Subject: Select Database window!!
shalimar, and Zugg, this looks like a spam post repeating one from October 11, 2003. Look at the first and last lines.
  Topic: Map crashing
hogarius

Replies: 9
Views: 16941

PostForum: zMUD General Discussion   Posted: Mon Jun 10, 2019 4:13 am   Subject: Map crashing
Shalimar, Zugg and/or Chiara: viatsia seems to be just cutting fragments randomly from previous posts in the topic and creating a new message. I've seen this on several topics now.
  Topic: CMUD Pro - ingame map help question
hogarius

Replies: 17
Views: 14956

PostForum: CMUD General Discussion   Posted: Fri May 24, 2019 7:38 am   Subject: CMUD Pro - ingame map help question
I'm sorry, but I am not able to help. I don't play any of the Iron Realms games, and I'm not inclined to log in and do the research and figure out what IRE is doing.
  Topic: CMUD Pro - ingame map help question
hogarius

Replies: 17
Views: 14956

PostForum: CMUD General Discussion   Posted: Thu May 23, 2019 10:38 am   Subject: CMUD Pro - ingame map help question
What games are these?

What has the games' help pages, and the games' staff, said about this?
  Topic: Updating gauges/buttons from database records
hogarius

Replies: 4
Views: 9139

PostForum: CMUD General Discussion   Posted: Wed Nov 02, 2016 3:43 am   Subject: Updating gauges/buttons from database records
Would the #UPDATE command be useful in this situation?
  Topic: Help writing some window-gag-triggers
hogarius

Replies: 9
Views: 16219

PostForum: CMUD General Discussion   Posted: Tue Dec 16, 2014 1:03 am   Subject: Help writing some window-gag-triggers
%1 should return what's in the first set of parentheses in the trigger's pattern. The second set of parentheses would be %2, etc.

* indicates all characters.

Try changing the trigger pattern to ...
  Topic: Help writing some window-gag-triggers
hogarius

Replies: 9
Views: 16219

PostForum: CMUD General Discussion   Posted: Tue Dec 16, 2014 12:20 am   Subject: Help writing some window-gag-triggers
Yes, I did mean #T- . I apologize.
  Topic: Help writing some window-gag-triggers
hogarius

Replies: 9
Views: 16219

PostForum: CMUD General Discussion   Posted: Mon Dec 15, 2014 11:52 pm   Subject: Help writing some window-gag-triggers
I doubt the graphic has some invisible embedded code, especially if the graphic appears the same way each time. If the MUD is going to transmit hidden information, it probably would use one of the MU ...
  Topic: Help writing some window-gag-triggers
hogarius

Replies: 9
Views: 16219

PostForum: CMUD General Discussion   Posted: Mon Dec 15, 2014 6:54 pm   Subject: Help writing some window-gag-triggers
Can you post some actual output from the MUD's who command, without your trigger affecting it? And also indicate exactly what parts of the output you want redirected to your Who window.

Since you ...
  Topic: New to useing triggers, need trigger for simple pattern
hogarius

Replies: 2
Views: 7786

PostForum: zMUD General Discussion   Posted: Tue Dec 02, 2014 10:50 pm   Subject: New to useing triggers, need trigger for simple pattern
Something like the following (untested) should work...

Pattern:
^* (%w) enters the arena.

Script:
target = %1
attack @target

You'll probably need to tweak this to make it work for ...
  Topic: Button with 'insert text' option.
hogarius

Replies: 2
Views: 7845

PostForum: zMUD General Discussion   Posted: Sun Nov 16, 2014 10:38 pm   Subject: Re: Button with 'insert text' option.
Hi!
My button sends to MUD:
exec return find_player(~"%%~")->add_prop(~"_live_i_neverknown~", 1)~; (it's example)
I need %% to be variable which i insert after i click my button.
For example: I ...
  Topic: Any mathematicians?!
hogarius

Replies: 3
Views: 7548

PostForum: CMUD General Discussion   Posted: Sun Jul 27, 2014 3:55 pm   Subject: Any mathematicians?!
This is pretty basic algebra. You basically undo the equation on both sides of the equals sign until you end up with "A=????" (or "????=A")

Also, I'm guessing that many of the values in the equati ...
  Topic: Setting up a multistate button
hogarius

Replies: 2
Views: 5959

PostForum: CMUD General Discussion   Posted: Sat May 10, 2014 5:47 pm   Subject: Setting up a multistate button
To add a state to a multistate button, click on the "New" pull-down list at the top of the Package Editor window and select "New Button State".
  Topic: Code half skipping on first match?
hogarius

Replies: 6
Views: 13472

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 6:56 pm   Subject: Code half skipping on first match?
It sounds like the script is racing ahead before the capture values are completely captured and processed in the first line. If %3 hasn't been populated yet when the first #IF command is processed, t ...
  Topic: Loop and repeat or forall
hogarius

Replies: 7
Views: 14833

PostForum: CMUD General Discussion   Posted: Mon Mar 31, 2014 7:46 pm   Subject: Loop and repeat or forall
I'm not sure where I remember reading about %i , %j , ... , %r in the CMUD help files. I just remembered that is what is needed if there are multiple iteration-type statements and variables in the sa ...
  Topic: Loop and repeat or forall
hogarius

Replies: 7
Views: 14833

PostForum: CMUD General Discussion   Posted: Mon Mar 31, 2014 11:28 am   Subject: Loop and repeat or forall
You want to use #LOOP instead of #REPEAT in the Else section of your #IF statement.


#Var String 2|1|6|3|1|5|12|2
#Forall @String {#If (%i = 1) {yes} {#LOOP %i { ...
  Topic: Peterwiggin's mapper config question
hogarius

Replies: 15
Views: 23196

PostForum: CMUD General Discussion   Posted: Fri Feb 28, 2014 3:39 pm   Subject: Peterwiggin's mapper config question
http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2769&highlight=fast+mode

The above URL is the link to the help info for speedwalking in CMUD.

With Fast speedwalking ...
  Topic: Using a variable to store credits on hand
hogarius

Replies: 13
Views: 19167

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 11:22 pm   Subject: Using a variable to store credits on hand
Ah. Not only do you have a various number of spaces between the $ sign and the digits, but you also have spaces between the word "Credits:" and the $ sign.

When copy-pasting text into this forum, ...
  Topic: Using a variable to store credits on hand
hogarius

Replies: 13
Views: 19167

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 10:04 pm   Subject: Using a variable to store credits on hand
Something like this:

#TRIGGER {^~[ Con: %d ~] ~[ Kills: %d ~] ~[ Credits: ~$%s(%d) ~]} {sakecredits = %1}

Note that the "%s" indicates 0 or more spaces between the literal-quoted dollar sign and ...
  Topic: "tells" trigger/alias
hogarius

Replies: 9
Views: 14609

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 5:40 pm   Subject: "tells" trigger/alias
Here is some information from the CMUD Knowldege Base.

http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2919&highlight=timestamp
  Topic: "tells" trigger/alias
hogarius

Replies: 9
Views: 14609

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 3:21 pm   Subject: "tells" trigger/alias
Yes, I did type the script text in zScript.
  Topic: "tells" trigger/alias
hogarius

Replies: 9
Views: 14609

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 3:19 pm   Subject: "tells" trigger/alias
Try changing the trigger to "* tells you *" (without the quote marks).
  Topic: "tells" trigger/alias
hogarius

Replies: 9
Views: 14609

PostForum: CMUD General Discussion   Posted: Fri Nov 29, 2013 3:33 am   Subject: "tells" trigger/alias
I suggest, instead of an alias to recall the last 10 tells, that you use a window to show all your tells in. You can adjust the size of the window to show 10 or so tells at once, and you can scroll b ...
  Topic: Alias's don't appear to work the same as in zMud... Help?
hogarius

Replies: 2
Views: 6549

PostForum: CMUD General Discussion   Posted: Sat Sep 28, 2013 3:07 pm   Subject: Alias's don't appear to work the same as in zMud... Help?
#ALIAS {v} {channel 'Ice Spikes' %1}

Here's the link to the Knowledge Base section on Aliases:

http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2693]
  Topic: My CMUD key does not work
hogarius

Replies: 3
Views: 9446

PostForum: CMUD General Discussion   Posted: Sun Apr 28, 2013 5:52 pm   Subject: My CMUD key does not work
The key you obtained last year when you purchased CMUD won't work anymore. You don't need to purchase CMUD again, but you do need to obtain a new key. Click on the Support link at the top of this pa ...
 
Page 1 of 9 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net