Register to post in forums, or Log in to your existing account
 
:
Search found 1873 matches for:
Page 1 of 75 Goto page 1, 2, 3 ... 73, 74, 75  Next
Author Message
  Topic: Floating variable
charneus

Replies: 4
Views: 7280

PostForum: CMUD General Discussion   Posted: Wed Dec 18, 2013 4:15 pm   Subject: Floating variable
You'll want to work with
#TRIGGER {^Hp~: ~|(*)~| Gp~: ~|(*)~| Gxp~: ~|(*)~| P~:(%w)$} {$HpPos = %pos("*", %1);$GpPos ...
  Topic: help with a capture please
charneus

Replies: 7
Views: 11819

PostForum: CMUD General Discussion   Posted: Tue Dec 10, 2013 9:27 pm   Subject: help with a capture please
Well, tell us what it's not doing that you want it to... we can't help otherwise...
  Topic: help with a capture please
charneus

Replies: 7
Views: 11819

PostForum: CMUD General Discussion   Posted: Tue Dec 10, 2013 9:26 am   Subject: help with a capture please
Here, I'm extracting the relevant part, so all you have to do is copy below and paste it in your settings (right-click, paste should work). The syntax is simple: #PRINT @wordstonumber("forty-nine thou ...
  Topic: help with a capture please
charneus

Replies: 7
Views: 11819

PostForum: CMUD General Discussion   Posted: Mon Dec 09, 2013 6:07 am   Subject: help with a capture please
Vijilante's Toolbox (available under the library) has a WordstoNumber function. Check it out.
  Topic: Old computer to New computer
charneus

Replies: 1
Views: 5168

PostForum: CMUD General Discussion   Posted: Sat Dec 07, 2013 2:42 am   Subject: Old computer to New computer
Go to the store (under the Purchase tab), log into the store account, then go to Orders History. There, you can retrieve the license key.

If you have trouble, you can contact support.
  Topic: Mapper: Find vnum for room in given direction
charneus

Replies: 10
Views: 15160

PostForum: CMUD General Discussion   Posted: Tue Nov 19, 2013 6:29 am   Subject: Mapper: Find vnum for room in given direction
Strange, though you can try:

#SHOW %roomvnum(%roomlink(,e))

instead.
  Topic: Distance between rooms on map.
charneus

Replies: 8
Views: 12421

PostForum: CMUD General Discussion   Posted: Fri Nov 08, 2013 7:46 am   Subject: Distance between rooms on map.
Keep in mind that any extra commands (open door, unlock door, etc) will be counted as a "step", too, so you may find:

Nearest healer:
unw2nwnd

2nd nearest:
open d;d;open w;w;open n;n;open n;2n ...
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Tue Apr 16, 2013 6:52 pm   Subject: CMud and txt msging/email
Sorry, been busy with school and whatnot, but I may have found something. Once I'm out of class, I'll update the post. Sorry for taking so long on it!
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Thu Apr 04, 2013 3:08 pm   Subject: CMud and txt msging/email
I'll see what I need to do on my end here, then update it once I figure it out. I'm documenting the steps this time to make sure I get everything, too. :p
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Wed Apr 03, 2013 3:25 am   Subject: CMud and txt msging/email
Try downloading the zip file again and copying the contents over to the same folder. I added two more folders. Let me know how it works out from there.
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Wed Apr 03, 2013 2:33 am   Subject: CMud and txt msging/email
Copy the contents of the luaemail.lua file, change command prompt to Lua command prompt, paste the contents and hit enter. What happens when you do that?
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Sat Mar 30, 2013 5:16 pm   Subject: CMud and txt msging/email
I'll see if I can explain it as easily as possible, then. Personally, I love it as it seems to work much better and quicker than COM scripting does.

I think I may have isolated the key components n ...
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Sat Mar 30, 2013 2:33 am   Subject: CMud and txt msging/email
By the way, there's a finished COM scripting script in ZMUD's finished forums, I posted the changes for CMUD a long while back.

But let me elaborate on the Lua scripting. You can use smtp.lua and O ...
  Topic: CMud and txt msging/email
charneus

Replies: 19
Views: 37280

PostForum: CMUD General Discussion   Posted: Sat Mar 30, 2013 2:28 am   Subject: CMud and txt msging/email
You can use Lua to actually script it, as I do. And you can send text messages via email as long as you know the carrier's text-message email address.
  Topic: Another Data Corruption/Package issue
charneus

Replies: 5
Views: 12421

PostForum: CMUD General Discussion   Posted: Mon Mar 11, 2013 3:37 am   Subject: Another Data Corruption/Package issue
It's going to depend on what packages you're accessing.

I have CMUD set up to go through Dropbox myself, and I don't have any issues. There was one time I left CMUD running at home, then ran CMUD a ...
  Topic: Need help with gag prompt please
charneus

Replies: 8
Views: 18655

PostForum: CMUD General Discussion   Posted: Mon Feb 18, 2013 12:43 am   Subject: Need help with gag prompt please
You don't need to #SUB in a carriage return after the prompt. If you're using #SUB, just #SUB it to {} and it'll wipe out the triggered pattern.
  Topic: Alias to create trigger possible?
charneus

Replies: 5
Views: 12641

PostForum: CMUD General Discussion   Posted: Fri Feb 15, 2013 4:00 pm   Subject: Alias to create trigger possible?
You need to actually do:

#ALIAS maketrigger {#EXEC %concat("#TRIGGER {",%-2,"} {",%1,"}")}

in order for it to work.

As an e ...
  Topic: Need help with a math trigger
charneus

Replies: 3
Views: 9473

PostForum: zMUD General Discussion   Posted: Sat Jan 05, 2013 11:59 pm   Subject: Need help with a math trigger
Too bad this isn't CMUD. I'd have suggested using #SAYADD instead of #SUB.

#TRIGGER {^Your base abilities are: Str: (%d) Int:(%d) Wil:(%d) Dex:( ...
  Topic: Lua table, and cmud params
charneus

Replies: 2
Views: 6738

PostForum: CMUD General Discussion   Posted: Tue Dec 04, 2012 4:36 am   Subject: Lua table, and cmud params
Anaristos has a point there. Sometimes, a MUD doesn't end something where it should end, and you wind up capturing
This sentence ends over there -> "
instead of
"This sentence ...
  Topic: Windows 8 (x64)
charneus

Replies: 13
Views: 25962

PostForum: CMUD General Discussion   Posted: Sat Dec 01, 2012 1:00 am   Subject: Windows 8 (x64)
Glad you got it to work for you. That wasn't the route I took, however. I freshly installed Windows 8 Pro, then freshly installed CMUD, and had absolutely no issues whatsoever. But again, glad you got ...
  Topic: Windows 8 (x64)
charneus

Replies: 13
Views: 25962

PostForum: CMUD General Discussion   Posted: Wed Nov 28, 2012 7:37 pm   Subject: Windows 8 (x64)
Mine was a fresh install. I have two partitions, one is Windows 7, one is Windows 8. I haven't switched back to Windows 7 at all.
  Topic: Windows 8 (x64)
charneus

Replies: 13
Views: 25962

PostForum: CMUD General Discussion   Posted: Wed Nov 28, 2012 10:36 am   Subject: Windows 8 (x64)
I've been running CMUD on Windows 8 Pro with absolutely no issues. Maybe there's a difference between Windows 8 and Windows 8 Pro that's causing a problem? I don't know. All I can say is that CMUD has ...
  Topic: problem with & character
charneus

Replies: 3
Views: 8990

PostForum: zMUD General Discussion   Posted: Mon Nov 26, 2012 8:14 pm   Subject: problem with & character
If you don't use database characters, you can try disabling the & character in the zMUD special characters list.
  Topic: Having massive trouble using an old zMUD item DB in cMUD - #query and %query bug
charneus

Replies: 2
Views: 6833

PostForum: CMUD General Discussion   Posted: Mon Nov 26, 2012 9:47 am   Subject: Having massive trouble using an old zMUD item DB in cMUD - #query and %query bug
The internal database is something of a carryover feature from zMUD, but really isn't useful any longer.

If you're able to, convert your database to sqlite. CMUD can connect to the sqlite database ...
  Topic: Alias Troubles
charneus

Replies: 5
Views: 12593

PostForum: CMUD General Discussion   Posted: Sun Nov 25, 2012 11:54 pm   Subject: Alias Troubles
Additionally, you can create a database of commands with an alias of "ready", then you don't need to make multiple oninput triggers. For instance:

#ADDKEY readycommands {armoire} {re ...
 
Page 1 of 75 Goto page 1, 2, 3 ... 73, 74, 75  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net