Author |
Message |
Topic: CMUD and IRC |
Quilana
Replies: 12
Views: 30079
|
Forum: CMUD General Discussion Posted: Sat Nov 12, 2011 6:51 pm Subject: CMUD and IRC |
I'm glad this topic came up! I've searched for it before.
I would -love- to see something implimented that would allow me to play games where IRC color codes are sent directly to color certain mud ... |
Topic: Change keypad functionality |
Quilana
Replies: 2
Views: 5577
|
Forum: CMUD General Discussion Posted: Sun Aug 14, 2011 11:05 pm Subject: Change keypad functionality |
Do:
Ctrl+k (this should make a popup box that will prompt you to press the key you want) press the 5 on your keyboard
This will set up a macro for you, just put 'glance' (or maybe even 'exits' depen ... |
Topic: Help!! -All text once saved turns into "???" |
Quilana
Replies: 3
Views: 9536
|
Forum: CMUD General Discussion Posted: Sun Aug 14, 2011 10:52 pm Subject: Help!! -All text once saved turns into "???" |
My Autosipper has broken and I don't understand why, nor how to fix it.
I was hunting and when the trigger that indicates I can sip again fired something like this:
"?????????????????????????????? ... |
Topic: %url: kicking a** and taking names |
Quilana
Replies: 1
Views: 5265
|
Forum: CMUD General Discussion Posted: Sat Aug 13, 2011 11:49 am Subject: %url: kicking a** and taking names |
((I don't know Lua but for those of you who do and this might make the difference here is the code I'm trying to 'translate'))
http = require "socket.http"
webRex=rex.new("\\<a href\\=\\'\\/p ... |
Topic: %url: kicking a** and taking names |
Quilana
Replies: 1
Views: 5265
|
Forum: CMUD General Discussion Posted: Sat Aug 13, 2011 11:48 am Subject: %url: kicking a** and taking names |
Alright! -I'm trying to learn more about coding, this is the more ambitious of my attempts and way out of my comfort zone. I'm trying to recreate a small program that a friend of mine is using on MUSH ... |
Topic: %1 contains this letter |
Quilana
Replies: 10
Views: 19431
|
Forum: CMUD General Discussion Posted: Mon Aug 08, 2011 8:45 am Subject: %1 contains this letter |
Blah. Still not working.
This is the trigger:
^%dh, %dm, %de, %dp ([elrxkp])-
This fires correctly and was checked with an echo in the value.
Both #if (%pos(p, %1)>=1) {stand}
and #if ... |
Topic: %1 contains this letter |
Quilana
Replies: 10
Views: 19431
|
Forum: CMUD General Discussion Posted: Mon Aug 08, 2011 4:31 am Subject: %1 contains this letter |
Pardon me. That was a C/P error. It is '#if', not 'if'.
I've also tried
$temp = %pos(p,%1)
#if ($temp=>1) {stand} |
Topic: %1 contains this letter |
Quilana
Replies: 10
Views: 19431
|
Forum: CMUD General Discussion Posted: Mon Aug 08, 2011 4:18 am Subject: %1 contains this letter |
Alright. I've tried it like this
if (%pos(p,%1)=>1) {stand}
but it's not compiling.
Suggestions? |
Topic: %1 contains this letter |
Quilana
Replies: 10
Views: 19431
|
Forum: CMUD General Discussion Posted: Mon Aug 08, 2011 3:03 am Subject: %1 contains this letter |
In my mud the prompt looks something like this...
496h, 528m, 462e, 0p elrx-
At the end of the prompt are a bunch of letters meant to signify that I have some kind of balance or defense (or to t ... |
Topic: Assigning a variable using an alias |
Quilana
Replies: 2
Views: 6320
|
Forum: CMUD General Discussion Posted: Wed Aug 19, 2009 7:03 am Subject: Assigning a variable using an alias |
Also, if there is a special way to use an alias like if
#alias m
value:
maul @target
is now something different, I'd appreciate that too |
Topic: Assigning a variable using an alias |
Quilana
Replies: 2
Views: 6320
|
Forum: CMUD General Discussion Posted: Wed Aug 19, 2009 7:01 am Subject: Assigning a variable using an alias |
I'm very frustrated.
#alias x
used to have a value of
#variable target %1
-NOW- I have no idea how to assign a variable from an alias or a trigger.
could someone help me with syntax? |
Topic: Using zMapper with zMUD |
Quilana
Replies: 21
Views: 79644
|
Forum: zMapper Discussion Posted: Thu Jan 10, 2008 8:26 pm Subject: Using zMapper with zMUD |
How would I go about enabling it? when I click the map icon in zmud ther regular Zmud Mapper pops up |
Topic: Using zMapper with zMUD |
Quilana
Replies: 21
Views: 79644
|
Forum: zMapper Discussion Posted: Thu Jan 10, 2008 5:11 pm Subject: Using zMapper with zMUD |
I'm getting so frustrated with this.
I've bought licensing for Zmud and Zmapper, I've followed the thread and Zmapper does show up in my plugins, however when I check it and click install, another ... |
|