Author |
Message |
Topic: Sorting a "two-column" list. |
rythin
Replies: 1
Views: 3813
|
Forum: CMUD General Discussion Posted: Sun Nov 27, 2011 2:09 pm Subject: Sorting a "two-column" list. |
Hi.
I have a quick question. I have a killstat list in which every field is "name,number" (So: "goblin,5|orc,13|dragon,2"). How can I sort that list into a descending order?
Thanks in advance. |
Topic: #NODIR in FAST mode, workaround. |
rythin
Replies: 10
Views: 15171
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 9:33 pm Subject: #NODIR in FAST mode, workaround. |
Nope, it's unchecked. Funny thing is, if I use reconfigure and check both room names and exits on, it indeed finds a room name, but if I leave only room names checked on, it doesn't find it.
I hate ... |
Topic: #NODIR in FAST mode, workaround. |
rythin
Replies: 10
Views: 15171
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 8:57 pm Subject: #NODIR in FAST mode, workaround. |
Yeah, that mud is notorious for working very poorly with zmud mapper. Also, it not in English, so I guess presenting different variations of look and ql outputs would be gibberish to you guys :) There ... |
Topic: #NODIR in FAST mode, workaround. |
rythin
Replies: 10
Views: 15171
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 4:00 pm Subject: #NODIR in FAST mode, workaround. |
Exits change or don't appear, depending on the time of the day. Same with room names. And I don't play with room descs on, because they can be up to 15-20 lines, and there's no way I'm flooding my scr ... |
Topic: #NODIR in FAST mode, workaround. |
rythin
Replies: 10
Views: 15171
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 2:00 pm Subject: #NODIR in FAST mode, workaround. |
In safe mode:
1. When I doubleclick a room to speedwalk to it, the commands are sent immediately, but the map doesn't update, or only moves a room or two.
2. When I spam commands (don't wait for m ... |
Topic: #NODIR in FAST mode, workaround. |
rythin
Replies: 10
Views: 15171
|
Forum: CMUD General Discussion Posted: Fri Nov 04, 2011 12:34 pm Subject: #NODIR in FAST mode, workaround. |
Hi.
Due to the nature of the mud I'm playing (changing room names and descs) it's impossible (or at least very difficult) to configure a mapper to work differently than in FAST mode. That's fine fo ... |
Topic: Database of enemies - problem with deleting a position from a list. |
rythin
Replies: 4
Views: 8460
|
Forum: CMUD General Discussion Posted: Sun Oct 30, 2011 6:26 pm Subject: Database of enemies - problem with deleting a position from a list. |
ins0mnia,
Thanks a dozen. That was really informative! I think I'll go with option A :)
Daern,
Wow, of course! Haha, didn't catch that one. Thanks. |
Topic: Database of enemies - problem with deleting a position from a list. |
rythin
Replies: 4
Views: 8460
|
Forum: CMUD General Discussion Posted: Sun Oct 30, 2011 5:48 pm Subject: Database of enemies - problem with deleting a position from a list. |
Hi!
I have a list of enemies that the script dynamically creates triggers from. It goes like that:
ALIAS "DB":
#if %1="add" {
temp=%numitems(@ListDescs)+ ... |
Topic: Gagging output, rather than input. |
rythin
Replies: 2
Views: 5102
|
Forum: CMUD General Discussion Posted: Fri Oct 14, 2011 7:33 pm Subject: Gagging output, rather than input. |
Nice! Exactly what I've been looking for! Thanks a lot! |
Topic: Gagging output, rather than input. |
rythin
Replies: 2
Views: 5102
|
Forum: CMUD General Discussion Posted: Fri Oct 14, 2011 6:48 pm Subject: Gagging output, rather than input. |
Hi!
I have a key macro that starts a cautionary mode of sorts that checks my health every two seconds. I want to turn off command echo for that command (and only that one). Is it possible?
Thank ... |
Topic: Creating dynamic triggers/subs. |
rythin
Replies: 2
Views: 4853
|
Forum: CMUD General Discussion Posted: Sun Oct 02, 2011 1:31 pm Subject: Creating dynamic triggers/subs. |
Splendid! It works perfectly. Thank you! |
Topic: Creating dynamic triggers/subs. |
rythin
Replies: 2
Views: 4853
|
Forum: CMUD General Discussion Posted: Sun Oct 02, 2011 11:57 am Subject: Creating dynamic triggers/subs. |
Hi!
I want an alias that will dynamically create a bunch of trigger/substitutes, something along these lines:
#alias Test1 {
#repeat %numitems(@List1) {
Temp1=List1.%i
Temp2=List2.%i
#tri ... |
Topic: Trigger catching non-specified number of items. |
rythin
Replies: 4
Views: 5602
|
Forum: CMUD General Discussion Posted: Tue Jul 12, 2011 8:26 am Subject: Trigger catching non-specified number of items. |
Hi!
I'd like to prepare a trigger that will catch a non-specified amount of items from my inventory, separated by comas, and put them into separate variables, so:
You have following items in your ... |
|