Author |
Message |
Topic: cmud mapper color codes |
chris-74269
Replies: 2
Views: 4607
|
Forum: CMUD General Discussion Posted: Sun Dec 25, 2011 2:42 pm Subject: cmud mapper color codes |
What is the encoding of the mapper's color codes? I started playing around with the map via an SQL database browser and the color numbers don't seem to be in any representation I'm familiar with. Th ... |
Topic: [3.14a] Variables losing type when assigned to another variable |
chris-74269
Replies: 1
Views: 4071
|
Forum: CMUD Beta Forum Posted: Thu Mar 25, 2010 3:16 am Subject: [3.14a] Variables losing type when assigned to another variable |
Enter this in command line:
#var test 0;#call %vartype(test,3);#print %vartype(test);test=5;#print %vartype(test)
#var test 0;#call %vartype(test,3);#print %vartype(test);testa=5;#call %vartype(te ... |
Topic: Minor gauge upgrades |
chris-74269
Replies: 6
Views: 8273
|
Forum: CMUD Beta Forum Posted: Fri Feb 19, 2010 3:56 am Subject: Minor gauge upgrades |
Can you just set your max as a negative and trick it? |
Topic: [3.14a] Window settings annoyance |
chris-74269
Replies: 1
Views: 4020
|
Forum: CMUD Beta Forum Posted: Tue Feb 16, 2010 2:39 am Subject: [3.14a] Window settings annoyance |
Just a stylistic element, but it is extremely annoying to have to go to the "advanced" tab every time I want to do something minor such as put in connection details or disable the command line, especi ... |
Topic: Ascii (possibly more) characters being replaced in package library |
chris-74269
Replies: 7
Views: 10395
|
Forum: CMUD General Discussion Posted: Mon Feb 08, 2010 4:29 pm Subject: Ascii (possibly more) characters being replaced in package library |
Just a quick comment on this, but this problem also shows up in exporting the XML. I changed my scripts to use ISO, so no big deal, but figured it would be useful to report where else it occurs. |
Topic: [3.12] Docking editor window |
chris-74269
Replies: 0
Views: 3536
|
Forum: CMUD Beta Forum Posted: Wed Feb 03, 2010 10:41 pm Subject: [3.12] Docking editor window |
Something that causes some invalid windows errors, and probably should be disallowed because it is sort of easy to make this mistake.
Dock your editor window and open a script. Now drag the script ... |
Topic: Nasty Windows 7 problem |
chris-74269
Replies: 7
Views: 14035
|
Forum: CMUD Beta Forum Posted: Thu Jan 28, 2010 9:57 pm Subject: Nasty Windows 7 problem |
I've had this problem for a while too. I just click on another class name, then back again and the script resizes itself |
Topic: [3.12] Local variables crashing %sql |
chris-74269
Replies: 2
Views: 5802
|
Forum: CMUD Beta Forum Posted: Thu Jan 28, 2010 2:06 am Subject: [3.12] Local variables crashing %sql |
The bug isn't with using = to assign variables, what I put up works fine as it is. The issue was if you want to use local variables it crashes. If local variables aren't meant nor ever will be desig ... |
Topic: [3.12] Endless loop when using #WHILE (!@row.Eof()) and calling an SQLite db |
chris-74269
Replies: 5
Views: 9948
|
Forum: CMUD Beta Forum Posted: Wed Jan 27, 2010 11:56 pm Subject: [3.12] Endless loop when using #WHILE (!@row.Eof()) and calling an SQLite db |
For the time being, you could check the record index with %item(@row.List,1) and if it matches the previous one, stop there. |
Topic: [3.12] Local variables crashing %sql |
chris-74269
Replies: 2
Views: 5802
|
Forum: CMUD Beta Forum Posted: Wed Jan 27, 2010 11:27 pm Subject: [3.12] Local variables crashing %sql |
Open a blank session, make an alias 'find'. Connect to your database, I use a sqlite database. In alias, enter this:
$input=%trim(%lower(%-1))
row = %sql(databasename, %concat("SELECT * FROM Mob ... |
Topic: Extracting data off an online text document. |
chris-74269
Replies: 9
Views: 16656
|
Forum: zMUD General Discussion Posted: Tue Jan 26, 2010 6:36 am Subject: Extracting data off an online text document. |
right you are. Sorry, I didn't check what forum this was for |
Topic: Extracting data off an online text document. |
chris-74269
Replies: 9
Views: 16656
|
Forum: zMUD General Discussion Posted: Tue Jan 26, 2010 4:47 am Subject: Extracting data off an online text document. |
I removed the website this is from to avoid undue spam there. Basically gets the armour values and reports them
#lua {if not http then http = require("socket.http") end
local page = http.requ ... |
Topic: Script editor autocomplete |
chris-74269
Replies: 1
Views: 4372
|
Forum: CMUD General Discussion Posted: Tue Jan 26, 2010 4:20 am Subject: Script editor autocomplete |
Sorry if this is documented somewhere, I can't find it. Is there anyway to turn off the autocomplete function within the script editor? It's really annoying for me and is just a hassle to type simil ... |
Topic: Using CMUD on different locations? |
chris-74269
Replies: 6
Views: 12216
|
Forum: CMUD General Discussion Posted: Mon Jan 18, 2010 8:11 pm Subject: Using CMUD on different locations? |
It would be cool if cmud let you remotely connect to it via telnet/putty/etc, similar to mudbot. This would alleviate all the requests for portability of cmud |
Topic: [3.12] Variables saving in wrong package |
chris-74269
Replies: 7
Views: 12742
|
Forum: CMUD Beta Forum Posted: Sat Jan 16, 2010 10:14 pm Subject: [3.12] Variables saving in wrong package |
This trigger nearly always creates the variable newmissiontime in another session:
#class 0
dboff
#walk @lastroom
mission list
mission accept recon
mission check
#lua {zs.var.newmissiontime=o ... |
Topic: use of %if and %ansi on button captions |
chris-74269
Replies: 4
Views: 10179
|
Forum: CMUD General Discussion Posted: Sun Jan 03, 2010 7:53 pm Subject: use of %if and %ansi on button captions |
I asked for this feature a while back, and I forget zugg's answer but basically it would be a lot more work than at first glance. To do this for me, I have 2 buttons with different color types, and u ... |
Topic: [3.12 Pro] Speedpath with Mapper is much slower with Vista and CMUD than XP/Zmud |
chris-74269
Replies: 18
Views: 22900
|
Forum: CMUD Beta Forum Posted: Wed Dec 23, 2009 4:24 pm Subject: [3.12 Pro] Speedpath with Mapper is much slower with Vista and CMUD than XP/Zmud |
If you have the mapper window open cmud is very slow in sending directions. This is probably because of updating the position. I usually tab it behind my main window and keep it hidden so the speedw ... |
Topic: Ascii (possibly more) characters being replaced in package library |
chris-74269
Replies: 7
Views: 10395
|
Forum: CMUD General Discussion Posted: Tue Dec 15, 2009 2:46 am Subject: Ascii (possibly more) characters being replaced in package library |
Just wanted to bump this after getting someone complained about the trigger throwing errors after installing my package. I don't know if this is on your list of things to fix Zugg, but the package's s ... |
Topic: How to Map Random Exits? |
chris-74269
Replies: 14
Views: 16581
|
Forum: CMUD General Discussion Posted: Thu Dec 03, 2009 1:36 am Subject: How to Map Random Exits? |
Are you trying to map hell on 3kingdoms? If so, the question is this: how can you script to orient yourself in a 3x3 cube. The problem is with this setup the directions themselves become relative t ... |
Topic: is there an automated way |
chris-74269
Replies: 12
Views: 13212
|
Forum: CMUD General Discussion Posted: Mon Nov 30, 2009 6:55 am Subject: is there an automated way |
I have this same problem as well. Something in 3.12 caused the paths to stop working for me as well. This is my script which use to work:
#if (@mlist.%1) {#additem missionwalk @mlist.%1;#sub {"&l ... |
Topic: [3.12] Gag flicker with prompt trigger |
chris-74269
Replies: 0
Views: 4092
|
Forum: CMUD Beta Forum Posted: Tue Nov 24, 2009 2:17 am Subject: [3.12] Gag flicker with prompt trigger |
I'm having problems with a prompt trigger causing my screen to flicker. This is the code:
<trigger name="mip8" priority="4" ansi="true" regex="true" ne ... |
Topic: who pk listing |
chris-74269
Replies: 9
Views: 10424
|
Forum: CMUD General Discussion Posted: Mon Nov 23, 2009 1:23 am Subject: who pk listing |
#regex {\*\|.*\s(\w)} {#additem pkillers %1} |
Topic: Windows 7 |
chris-74269
Replies: 30
Views: 107909
|
Forum: Zugg's Blog Posted: Fri Nov 20, 2009 10:10 pm Subject: Windows 7 |
You can use windows xp mode within windows 7 to hopefully bypass any issues with compatibility |
Topic: Cmud in Win7 |
chris-74269
Replies: 5
Views: 11091
|
Forum: CMUD General Discussion Posted: Sat Nov 07, 2009 11:02 pm Subject: Cmud in Win7 |
I have win 7 ultimate 64 bit edition and cmud 3.12 works great in it, never used 2.37 in it though. |
Topic: [3.12] MXP scripts broken |
chris-74269
Replies: 2
Views: 4916
|
Forum: CMUD Beta Forum Posted: Fri Nov 06, 2009 11:04 pm Subject: [3.12] MXP scripts broken |
Scripts that I've been using with #MXP to send the #walk command have been just outputting the directions instead of walking them, here are some examples:
#mxp {"<send '#walk 7853'>Weed Armo ... |
|