Register to post in forums, or Log in to your existing account
 
:
Search found 246 matches for:
Page 1 of 10 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
Author Message
  Topic: Exporting Scripts
iljhar

Replies: 16
Views: 19351

PostForum: CMUD General Discussion   Posted: Tue Jan 01, 2008 12:09 am   Subject: Exporting Scripts
I wouldn't mind seeing an export to text as well. The way I figure it, any part of a script should be able to be added from the command line. If that's true, then that means the ability to go from r ...
  Topic: Compatability logs
iljhar

Replies: 7
Views: 10479

PostForum: CMUD General Discussion   Posted: Mon Dec 31, 2007 3:22 am   Subject: Compatability logs
I think if you post the actual triggers, we'd be able to help you out a little more.
  Topic: Script not working correctly after going from cmud 1.34 > 2.18
iljhar

Replies: 3
Views: 6760

PostForum: CMUD General Discussion   Posted: Wed Dec 26, 2007 11:07 pm   Subject: Script not working correctly after going from cmud 1.34 > 2.18
In your trigger, it's actually echoing the word blank, maybe it should be this:

#TRIGGER {^ ~[*:* ?* @wcarea*~] (%w)} {
#echo %1
#add socialarchon 1
}

Untested, but should work.
  Topic: Recall
iljhar

Replies: 6
Views: 9799

PostForum: zMUD General Discussion   Posted: Wed Dec 26, 2007 10:53 pm   Subject: Recall
ZMud changes your alias to put in the #recall command? I don't think I've seen this happen before, but I haven't used ZMud in a while, so I can't say for sure.

I would create a generic recall alia ...
  Topic: Deleting Packages off the Package Library
iljhar

Replies: 6
Views: 9357

PostForum: CMUD General Discussion   Posted: Wed Dec 26, 2007 3:18 am   Subject: Deleting Packages off the Package Library
I went ahead and deleted the package for you. Did the "Delete From Library" button not show up for you when you went to Edit -> Edit Package? If it didn't, then that should be something that need ...
  Topic: Infinite loop - not sure why...
iljhar

Replies: 2
Views: 6186

PostForum: CMUD General Discussion   Posted: Mon Dec 24, 2007 4:51 pm   Subject: Infinite loop - not sure why...
The problem is that CMUD is running the loop as fast as it can and you want it to run in terms of the information you receive from the mud, so you'll have to adjust your thinking a bit. Drop the #unt ...
  Topic: Trigger not compiling
iljhar

Replies: 5
Views: 9351

PostForum: CMUD General Discussion   Posted: Mon Dec 24, 2007 3:11 am   Subject: Trigger not compiling
Is there supposed to be a period in the trigger line? If not, then this worked for me, see if it'll work for you.

#trigger {(%w) says, ~"Choke (%w)~"} {#if ...
  Topic: timer
iljhar

Replies: 6
Views: 9715

PostForum: zMUD General Discussion   Posted: Mon Dec 24, 2007 2:47 am   Subject: timer
I'm reading your script, and unless I'm mistaken, how does it ever get to a positive? You say to add -1 to @wallseconds, but then you check if @wallseconds is greater than or equal to 60. If you're ...
  Topic: Randomly returning Errors
iljhar

Replies: 4
Views: 7088

PostForum: CMUD General Discussion   Posted: Sun Dec 23, 2007 3:52 am   Subject: Randomly returning Errors
Do you see anything that could be causing it? Maybe some trigger is running, then after that, you start having problems? You say it's possibly a floating point problem, how do you know?
  Topic: [2.18 Pro] Language dropdown bug?
iljhar

Replies: 2
Views: 5104

PostForum: CMUD Beta Forum   Posted: Fri Dec 21, 2007 11:54 pm   Subject: [2.18 Pro] Language dropdown bug?
I think I read somewhere where Zugg said he was working on the language scripting stuff, but in case it's a true bug, I figure I'd list it.

Start CMUD Pro.
Hit ESC.
Click alias button.
Click new ...
  Topic: Snarl and Out of Focus scripts
iljhar

Replies: 4
Views: 7231

PostForum: CMUD Beta Forum   Posted: Tue Dec 18, 2007 5:55 pm   Subject: Snarl and Out of Focus scripts
okay, this is a hack, but it works.

1. Install #NoTrayIcon
#Persistent
#SingleInstance, force
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode I ...
  Topic: Temporary Triggers
iljhar

Replies: 9
Views: 14713

PostForum: CMUD General Discussion   Posted: Sun Dec 16, 2007 3:36 am   Subject: Temporary Triggers
this seems to work for me, just copy and paste into the command line:

#alias autoTrain {
#say training...
#temp at1 {{spell failed|spell fizzled|fumbled spell}} {
...
  Topic: Status of "ZuggMail"
iljhar

Replies: 31
Views: 4508

PostForum: eMobius Discussion   Posted: Sat May 22, 2004 3:02 am   Subject: Status of "ZuggMail"
You're obviously not working the system right, Rainchild. If they don't carry over, then just use them throughout the year. Don't feel like coming in one day? Call in sick. Have to get your car fi ...
  Topic: Sleeping Cycles
iljhar

Replies: 2
Views: 5789

PostForum: zMUD General Discussion   Posted: Mon Nov 24, 2003 7:03 am   Subject: Sleeping Cycles
#alias wa {wake;stand;#var sleep 0}
#alias sl {sleep;save;#var sleep 1}
#trigger {~<(%d)hp~>} {#if (%1>10) {#if (@sleep=1) {wa};#if (@cast=0) {cast 'strength';#var cast 1}} {sl}}

Of cour ...
  Topic: Automatically make LOCKED doors
iljhar

Replies: 4
Views: 6521

PostForum: zMUD General Discussion   Posted: Thu Nov 20, 2003 7:47 am   Subject: Automatically make LOCKED doors
Hmm... I'm bumping this because I would also like to know how to create locked doors through a trigger or from the command line. As it is now, you have to go to the room properties->exits and chec ...
  Topic: Targeting Script
iljhar

Replies: 2
Views: 5871

PostForum: zMUD General Discussion   Posted: Sat May 03, 2003 8:13 pm   Subject: Targeting Script
Try a speed menu?

#MENU wb {#if (%ismember(%selword, @enemylist)) {#var @quicktarget %selword;weave brilliance @quicktarget}}

Then you can have an alias to keep hitting your @quicktarget:

#al ...
  Topic: Several Questions
iljhar

Replies: 13
Views: 14683

PostForum: zMUD General Discussion   Posted: Thu Mar 06, 2003 4:20 am   Subject: Several Questions
Why not try something like:

#alias scan {#t+ Scan;~scan}

In the Scan class:
#TR {A gnome druid is a brief walk away to the (%w).} {#var found 1;%1;%1;%1;%1;kill druid;#T- Scan}
#TR {A gnome dr ...
  Topic: Low Health - Healing Trigger
iljhar

Replies: 6
Views: 7329

PostForum: zMUD General Discussion   Posted: Thu Mar 06, 2003 4:08 am   Subject: Low Health - Healing Trigger
#var sleeping 0
#var lowhealth 250
#trigger {^~[~*~]~<(%d)hp *sp *st~>} {#if (%1<@lowhealth && @sleeping=0) {sleep;#var sleeping 1}}

Try that, if it doesn't work, just play aroun ...
  Topic: Whats wrong with this picture?
iljhar

Replies: 10
Views: 9884

PostForum: zMUD General Discussion   Posted: Mon Feb 10, 2003 2:35 am   Subject: Whats wrong with this picture?
I'm not sure, but I think changing the variable changes it right away, so your next ifcheck looks at the new variable and changes accordingly. Not sure though. Why, what's happening?

Iljhar
  Topic: Auto Roller
iljhar

Replies: 4
Views: 8024

PostForum: zMUD General Discussion   Posted: Sun Dec 29, 2002 4:55 am   Subject: Auto Roller
how about this:

#trigger {Str:(%d) Qui:(%d) Dex:(%d) Int:(%d) Wis:(%d) Con:(%d) Cha:(%d) App:%d Trains:%d$Accept these values ~(Y~/N~) ?} {#var Good 1;#if ((%1+%2+%3+%4+%5+%6+%7)<=490) {#var Goo ...
  Topic: zMUD v6.40 PUBLIC VERSION available!
iljhar

Replies: 34
Views: 45491

PostForum: zMUD General Discussion   Posted: Sun Dec 29, 2002 4:46 am   Subject: zMUD v6.40 PUBLIC VERSION available!
Okay, I think this thread has gone on long enough and both sides of the elicense argument have been brought up. If you have any other problems with elicense, start a new thread as well as emailing su ...
  Topic: Using databases
iljhar

Replies: 2
Views: 6224

PostForum: zMUD General Discussion   Posted: Fri Dec 20, 2002 8:20 am   Subject: Using databases
Just out of curiousity, why does this have to be in a database? This can be accomplished without the database:

#trigger {You have become better at rescue!|You learn from your mistakes, and your re ...
  Topic: Memory Pref clears window
iljhar

Replies: 5
Views: 6246

PostForum: zMUD General Discussion   Posted: Fri Dec 20, 2002 8:15 am   Subject: Memory Pref clears window
I'm not sure if this is a bug. I think Zugg has talked about this before. Basically, what he does is updates the memory right then and there, causing all of the previous memory to be dumped and then ...
  Topic: ZMUD NOT ACCEPTING MY LICENSE
iljhar

Replies: 1
Views: 3855

PostForum: zMUD General Discussion   Posted: Fri Nov 08, 2002 4:02 am   Subject: ZMUD NOT ACCEPTING MY LICENSE
It means that all 3 licenses have been used up and you'll either have to wait up to 90 days for one of them to be released, or ask Zugg or the elicense people to reset your licenses.

Iljhar
  Topic: Temp Alarm, only one?
iljhar

Replies: 4
Views: 5713

PostForum: zMUD General Discussion   Posted: Sun Oct 13, 2002 10:27 pm   Subject: Temp Alarm, only one?
Give it an id:

#temp "blah" {TempTriggerHere} {actionhere}

Iljhar
 
Page 1 of 10 Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net