Register to post in forums, or Log in to your existing account
 
:
Search found 40 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Migrating CMUD with all settings
apfinger

Replies: 6
Views: 7697

PostForum: CMUD General Discussion   Posted: Thu May 21, 2015 8:27 pm   Subject: Migrating CMUD with all settings
Thumb drive doesn't sound unsafe. You misread what I think is unsafe.
  Topic: Migrating CMUD with all settings
apfinger

Replies: 6
Views: 7697

PostForum: CMUD General Discussion   Posted: Wed May 20, 2015 7:32 pm   Subject: Re: Migrating CMUD with all settings
so that closing at work and opening at home would be like opening/close on the same computer?

For some reason, this doesn't sound safe at all.

I recommend not trying to do that and instead learn ...
  Topic: Need help building a small script
apfinger

Replies: 13
Views: 15721

PostForum: CMUD General Discussion   Posted: Wed May 20, 2015 7:14 pm   Subject: Need help building a small script
A trigger is composed of the trigger and the action. You indicate you know what to set as the trigger and you've already described what the action should be. You may need to be more specific with wh ...
  Topic: Deleting Empty Room Links
apfinger

Replies: 4
Views: 6702

PostForum: CMUD General Discussion   Posted: Wed Apr 08, 2015 7:19 pm   Subject: Deleting Empty Room Links
Checking all 10 directions every single time seems a bit overkill. I haven't touched automappers, so maybe it is necessary. The loop certainly shortens 10 lines to 1 - can %roomexit() replace n|s|e ...
  Topic: If Cmud is no longer being developed...
apfinger

Replies: 29
Views: 57303

PostForum: CMUD General Discussion   Posted: Fri Apr 03, 2015 6:06 am   Subject: If Cmud is no longer being developed...
I believe their high costs were a reason for not being able to lower the price of Cmud. I could be wrong.
  Topic: If Cmud is no longer being developed...
apfinger

Replies: 29
Views: 57303

PostForum: CMUD General Discussion   Posted: Wed Apr 01, 2015 7:18 pm   Subject: If Cmud is no longer being developed...
I'm not suggesting open sourcing Cmud. I'm saying use appropriately licensed open source projects to replace the expensive 3rd party programs.
  Topic: If Cmud is no longer being developed...
apfinger

Replies: 29
Views: 57303

PostForum: CMUD General Discussion   Posted: Wed Apr 01, 2015 8:12 am   Subject: If Cmud is no longer being developed...
Can you say what 3rd party programs are costing so much money? The open source community is amazingly brilliant at creating free replacements for proprietary software.
  Topic: Trigger priority *QUICK* resetting
apfinger

Replies: 20
Views: 19189

PostForum: CMUD General Discussion   Posted: Tue Mar 17, 2015 7:51 am   Subject: Trigger priority *QUICK* resetting
I have an easy, ugly answer and I have a question afterwards.

Ugly answer: Nest your #IF statements instead of making all of them independent. #IF (something) { do this if something is true } { do ...
  Topic: [Resolved] Sessions are using each other's functions
apfinger

Replies: 2
Views: 4663

PostForum: CMUD General Discussion   Posted: Thu Mar 05, 2015 7:19 pm   Subject: [Resolved] Sessions are using each other's functions
Sometimes when windows reboots when you are AFK, the force close of CMUD can cause windows to enable every package.... make sure that your charaacter windows dont have the other character packages ena ...
  Topic: [Resolved] Sessions are using each other's functions
apfinger

Replies: 2
Views: 4663

PostForum: CMUD General Discussion   Posted: Thu Mar 05, 2015 8:55 am   Subject: [Resolved] Sessions are using each other's functions
All of my sessions are invoking a copy of a function from one particular session, when they each should be invoking their own copies.

I recently created a super session using the following:

Conn ...
  Topic: database variable help
apfinger

Replies: 2
Views: 4414

PostForum: CMUD General Discussion   Posted: Wed Feb 25, 2015 9:44 am   Subject: database variable help
I am unfamiliar with multi-state triggers. Do you mean a trigger that can capture multiple lines?

One way, which is probably a bit cumbersome:

#CLASS skillInfoClass 0
#VARIABLE skillInfo
#TRI ...
  Topic: #ALARM Does nothing?
apfinger

Replies: 6
Views: 9352

PostForum: CMUD General Discussion   Posted: Wed Feb 25, 2015 7:45 am   Subject: #ALARM Does nothing?
#ALARM {+@stunDelay} { #EXEC %db(@stunInfo, type) }

works for me in my stun loop triggers

I ran #alarm {+1} {#ECHO HELLO}

got the expected successful result.

In your debug, it appears you ...
  Topic: Numpad Direction Problems
apfinger

Replies: 1
Views: 3476

PostForum: CMUD General Discussion   Posted: Wed Feb 11, 2015 9:44 pm   Subject: Numpad Direction Problems
Not knowing how you are setting your bindings, I'm not sure if this thread will help:

http://www.zuggsoft.com/forums/viewtopic.php?t=27595
  Topic: A couple cross session variable issues
apfinger

Replies: 2
Views: 4315

PostForum: CMUD General Discussion   Posted: Mon Feb 02, 2015 1:58 pm   Subject: A couple cross session variable issues
Thanks! I've been checking out all the %functions and #commands, but somehow missed this one. I have a feeling this one will do just fine.


#ALIAS km {
#IF (!%null(%1)) & ...
  Topic: A couple cross session variable issues
apfinger

Replies: 2
Views: 4315

PostForum: CMUD General Discussion   Posted: Mon Feb 02, 2015 6:39 am   Subject: A couple cross session variable issues
Assuming Joe is my session name for my tank, I've got the following:

#ALIAS km {
#IF (!%null(%1)) { mobIs %1 }
#IF (%ismember(%db(@tankInfo,name) ...
  Topic: #CAP is firing triggers from the parent session
apfinger

Replies: 10
Views: 10618

PostForum: CMUD General Discussion   Posted: Sat Jan 31, 2015 9:09 pm   Subject: #CAP is firing triggers from the parent session
I figured out how to make a super session based on a link you sent me in my other thread. However, I've got this:

Supersessions never, EVER have packages associated with them and therefore cannot ...
  Topic: Super Session How To ?
apfinger

Replies: 4
Views: 6532

PostForum: CMUD General Discussion   Posted: Sat Jan 31, 2015 11:03 am   Subject: Super Session How To ?
Those four steps worked for creating a super session that is capable of loading my four characters. Some issues:

I haven't figured out how to specify the connect order - it seems random, but the M ...
  Topic: Trigger fired but did not compile (problem with defining new variable)
apfinger

Replies: 6
Views: 10589

PostForum: CMUD General Discussion   Posted: Sat Jan 31, 2015 7:03 am   Subject: Trigger fired but did not compile (problem with defining new variable)
I may be facing the wrath of forum protocol for bumping this thread again, but thought I would comment on the last topic since it is already resolved and no longer in need of its own thread.

You ca ...
  Topic: Super Session How To ?
apfinger

Replies: 4
Views: 6532

PostForum: CMUD General Discussion   Posted: Fri Jan 30, 2015 8:32 pm   Subject: Super Session How To ?
That thread looks like it has a LOT of promise! I hope I can test it out tonight.

Thanks for finding that one.

Step 1: starting from the Sessions window with all other sessions closed, open up ...
  Topic: Super Session How To ?
apfinger

Replies: 4
Views: 6532

PostForum: CMUD General Discussion   Posted: Fri Jan 30, 2015 10:58 am   Subject: Super Session How To ?
I'm stumped. How are others making super sessions?

http://www.zuggsoft.com/page.php?p=cmud&file=cmud/features.htm

That says I can do it. Searching cMud and Google yield no results on how. ...
  Topic: Character specific triggers?
apfinger

Replies: 2
Views: 4444

PostForum: CMUD General Discussion   Posted: Fri Jan 30, 2015 9:20 am   Subject: Character specific triggers?
Create a New Session sounds like the easier solution.

As I'm relearning zMud/cMud, I have found it quite beneficial to create a New Package from the Package Editor screen and call it "Shared.pkg" o ...
  Topic: #CAP is firing triggers from the parent session
apfinger

Replies: 10
Views: 10618

PostForum: CMUD General Discussion   Posted: Thu Jan 29, 2015 11:57 am   Subject: #CAP is firing triggers from the parent session
I haven't figured out how to make a super session yet, but I am leaning in that direction at the moment. To get by for now, I am cheating by using one of my other characters, which doesn't have any o ...
  Topic: #CAP is firing triggers from the parent session
apfinger

Replies: 10
Views: 10618

PostForum: CMUD General Discussion   Posted: Thu Jan 29, 2015 10:54 am   Subject: #CAP is firing triggers from the parent session
I gave this a shot, but I get the same result. #WIN has the same effect.

It's nice to have a generic package that all my characters share, though. Unfortunately, the capture window still spawns, ...
  Topic: Super Session How To ?
apfinger

Replies: 4
Views: 6532

PostForum: CMUD General Discussion   Posted: Mon Jan 26, 2015 8:42 pm   Subject: Super Session How To ?
I haven't seen how to make a super session in cMud as referenced [url=http://www.zuggsoft.com/page.php?p=cmud&file=cmud/features.htm]in the features.

When I create a new Session, it wants a hos ...
  Topic: #CAP is firing triggers from the parent session
apfinger

Replies: 10
Views: 10618

PostForum: CMUD General Discussion   Posted: Mon Jan 26, 2015 9:36 am   Subject: #CAP is firing triggers from the parent session
Interesting! I will figure out how to do all that and give it a try - probably tomorrow. Thank you so much!
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net