Author |
Message |
Topic: CMUD v1.27 Blog |
NowhereMan
Replies: 61
Views: 204035
|
Forum: Zugg's Blog Posted: Tue Apr 10, 2007 6:01 pm Subject: CMUD v1.27 Blog |
The other benefit of the zApp scripting host is that I was able to implement "dynamic COM objects" in zApp. This allowed scripts in zApp to reference the various components that were created at run ... |
Topic: [1.26]#EVENT needs an ID field so that #T- can work properly |
NowhereMan
Replies: 2
Views: 4963
|
Forum: CMUD Beta Forum Posted: Fri Mar 09, 2007 11:09 pm Subject: [1.26]#EVENT needs an ID field so that #T- can work properly |
I would really like for events to have an Id. for me, not being able to use #T- on a specific event has really limited the usefulness of this feature.
example:
i use a trigger to detect the pro ... |
Topic: CMUD mapper errors? Post here |
NowhereMan
Replies: 68
Views: 113587
|
Forum: CMUD General Discussion Posted: Thu Mar 01, 2007 8:55 pm Subject: CMUD mapper errors? Post here |
did a little more experimenting.
i believe the problem is monitor 2.
if i dock the map, the numpad starts working.
if i then undock it, the numpad still works.
i move the map to monitor 2, it stop ... |
Topic: CMUD mapper errors? Post here |
NowhereMan
Replies: 68
Views: 113587
|
Forum: CMUD General Discussion Posted: Thu Mar 01, 2007 8:41 pm Subject: CMUD mapper errors? Post here |
i had the map undocked.
once the map is docked, the numpad works for me, too.
i like having my map undocked because i have 2 monitors and i float the map onto a separate monitor.
(i can't remember ... |
Topic: CMUD mapper errors? Post here |
NowhereMan
Replies: 68
Views: 113587
|
Forum: CMUD General Discussion Posted: Thu Mar 01, 2007 6:06 pm Subject: CMUD mapper errors? Post here |
These aren't really errors, more like nuisances.
I've noticed a couple of things with the mapper in c(1.24) vs z mud.
num pad
in z, i could tool around the map using the num pad even with the map ... |
Topic: Recursion Function Causes Hard Crash |
NowhereMan
Replies: 11
Views: 16325
|
Forum: CMUD Beta Forum Posted: Tue Dec 26, 2006 7:37 pm Subject: Recursion Function Causes Hard Crash |
%subregex(%1,"(.?)(\a+\b?)","@R%1@r%2")
i think he probably meant \w, not \a .
afaik, \a doesn't match anything useful. (Alarm/beep?)
substituting \w for \a, that regex will also match a space ... |
Topic: Feature that would be useful in next zmud version... |
NowhereMan
Replies: 2
Views: 5244
|
Forum: zMUD General Discussion Posted: Fri May 12, 2006 6:54 pm Subject: Feature that would be useful in next zmud version... |
i agree.
however, looping to disable/enable your portals shouldn't be that difficult
i keep all of my portals in a database (po) with portal name (&Key) and level (&Level). i define enabled ... |
Topic: MUD prompt and callbacks? |
NowhereMan
Replies: 21
Views: 45977
|
Forum: CMUD Beta Forum Posted: Fri Mar 24, 2006 7:54 pm Subject: MUD prompt and callbacks? |
i second that, jquilici.
i have been wishing for that exact thing in zmud. i am constantly simulating the functionality by storing commands in lists and using triggers to execute those commands at t ... |
Topic: #ALARM Help |
NowhereMan
Replies: 8
Views: 14342
|
Forum: zMUD General Discussion Posted: Wed Feb 01, 2006 7:56 pm Subject: #ALARM Help |
not sure why you would need this when you're not connected, but here's one way:
you can use a temporary alarm that will execute your command, then create another temporary alarm with same command.
... |
Topic: #ShowDB not working (no output) |
NowhereMan
Replies: 3
Views: 5544
|
Forum: zMUD General Discussion Posted: Thu Dec 09, 2004 9:42 pm Subject: #ShowDB not working (no output) |
i have 7.05 on windows xp (no sp2)
#showdb has no output
e.g.
#VAR Tmp %addkey(%addkey("",one,1),two,2)
#showdb @Tmp
nothing happens!
is this something i messed up by fiddling with pre ... |
|