Register to post in forums, or Log in to your existing account
 
:
Search found 94 matches for:
Page 1 of 4 Goto page 1, 2, 3, 4  Next
Author Message
  Topic: Database stuff
umdbandit

Replies: 6
Views: 9384

PostForum: CMUD General Discussion   Posted: Tue Oct 06, 2009 3:29 pm   Subject: Database stuff
There is a complete Database module rewrite planned for the not too distant future.

...droool...

I've put off all my development using databases until this is out... I am very very excited.
  Topic: CMUD and SMS
umdbandit

Replies: 1
Views: 4239

PostForum: CMUD General Discussion   Posted: Sun Jan 25, 2009 4:22 pm   Subject: CMUD and SMS
Hey all,

Has anyone tried to encorporate a way for CMUD to send SMS's via a com object or otherwise? Any feedback appreciated!

-R
  Topic: CMUD+Chat
umdbandit

Replies: 4
Views: 6198

PostForum: CMUD General Discussion   Posted: Tue Nov 18, 2008 8:55 pm   Subject: CMUD+Chat
The chat will be built-into CMUD...no "cChat" or anything like that. Yes, it will be compatible with the existing zChat protocol, and I'm hoping to make it Jabber compliant so that it will work with o ...
  Topic: Anti-robot code?
umdbandit

Replies: 36
Views: 56701

PostForum: CMUD General Discussion   Posted: Thu Oct 30, 2008 11:18 am   Subject: Anti-robot code?
Hey, could we have like 9 or 10 more examples? Also, could you give what the answer is "supposed" to be for each one? I'm curious to see the variance between submissions. Also, like the others said ...
  Topic: Anti-robot code?
umdbandit

Replies: 36
Views: 56701

PostForum: CMUD General Discussion   Posted: Mon Oct 27, 2008 2:49 pm   Subject: Anti-robot code?
cant get anywhere with this without more examples though :/
  Topic: Anti-robot code?
umdbandit

Replies: 36
Views: 56701

PostForum: CMUD General Discussion   Posted: Fri Oct 24, 2008 6:27 pm   Subject: Anti-robot code?
Well I'll have to disagree with the degree of easiness it is to catch 'violators'. Poor violators are easy to catch, and skilled ones arent. But anyways, this is all a moot point. This thread is ab ...
  Topic: Anti-robot code?
umdbandit

Replies: 36
Views: 56701

PostForum: CMUD General Discussion   Posted: Fri Oct 24, 2008 2:52 pm   Subject: Anti-robot code?
Actually this might be solvable. You could for example try with a neural network and train it on input samples using the back propagation algorithm.

This is what I did to solve a similar problem. ...
  Topic: multiple proxies
umdbandit

Replies: 7
Views: 11035

PostForum: CMUD General Discussion   Posted: Fri Oct 24, 2008 2:37 pm   Subject: multiple proxies
Hey,

Let me walk you through how to do this: But first, let me give a bit of feedback on the moral issue:

I've played MUDs that have disallowed external triggers, external aliases, external ma ...
  Topic: Tutorial Request: Connecting to an external Database
umdbandit

Replies: 7
Views: 11118

PostForum: CMUD General Discussion   Posted: Mon Aug 25, 2008 10:54 pm   Subject: Tutorial Request: Connecting to an external Database
Awesome.. Thanks a ton Zugg. Currently about to sit down for dinner, but I cant wait to get home and play around with it all. Responses like this are what makes me happy to have purchased (and happy ...
  Topic: Tutorial Request: Connecting to an external Database
umdbandit

Replies: 7
Views: 11118

PostForum: CMUD General Discussion   Posted: Mon Aug 25, 2008 6:52 pm   Subject: Tutorial Request: Connecting to an external Database
Hey all,

For a while now, I've been reading a lot about the addition of the SQLite database and such. I've also previously tried to connect my Cmud (and zmud) to external databases with pretty muc ...
  Topic: CMUD wiki linked to the forum?
umdbandit

Replies: 9
Views: 17080

PostForum: CMUD General Discussion   Posted: Thu Aug 21, 2008 12:26 pm   Subject: specifically
Ok, I think here's what I think is most specifically lacking. Examples. Every day, people are walked through various triggers and whatnot on the forums. There's a help and support system going on h ...
  Topic: CMUD wiki linked to the forum?
umdbandit

Replies: 9
Views: 17080

PostForum: CMUD General Discussion   Posted: Wed Aug 20, 2008 11:58 pm   Subject: CMUD wiki linked to the forum?
I mean, you hit the nail on the head with the 'kinda' I think the main power of a wiki format is that every knowledge entry exists as a dynamic object, which unfortunately isnt the case with the curr ...
  Topic: CMUD wiki linked to the forum?
umdbandit

Replies: 9
Views: 17080

PostForum: CMUD General Discussion   Posted: Wed Aug 20, 2008 11:22 pm   Subject: CMUD wiki linked to the forum?
Hey all,

My apologies.. I've been gone from the forums for a long time, but I'd like to give an idea suggestion. The forum is a great social environment as it provides threaded discussions. Howev ...
  Topic: First Reachable Room of an Area
umdbandit

Replies: 18
Views: 20159

PostForum: CMUD General Discussion   Posted: Wed Aug 20, 2008 11:01 pm   Subject: Help Files
Viji, I know help files seem trite, but I think you should at least make a 'vijihelp' alias that echos basic usage and syntax. I think a few lines or a paragraph will go a long long long way to the l ...
  Topic: What is your favorite feature in CMUD?
umdbandit

Replies: 53
Views: 168238

PostForum: CMUD General Discussion   Posted: Sun Jul 13, 2008 12:54 am   Subject: What is your favorite feature in CMUD?
The mapper is why I use CMUD/Zmud.

I'll also go ahead and say that the database leaves much to be desired.
  Topic: Where do you play?
umdbandit

Replies: 12
Views: 17771

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2008 3:23 am   Subject: Where do you play?
I'll add my mud to the mix. The Two Towers Mud. We're in and out of the top 10 on TMS, and its a very very polished, well coded game.
  Topic: Conditionals
umdbandit

Replies: 1
Views: 4097

PostForum: zMUD General Discussion   Posted: Thu Mar 27, 2008 3:12 am   Subject: Conditionals
So basically, I want to use conditionals to make a decision tree. As may or may not be the case, I have found that the trigger states fire sequentially. Is there a way that I can make multiple condi ...
  Topic: External Databases
umdbandit

Replies: 6
Views: 11019

PostForum: CMUD General Discussion   Posted: Tue May 08, 2007 6:54 pm   Subject: External Databases
Ok, so now I have

#VAR connstr "Driver={MySQL ODBC 3.51 Driver};Server=127.0.0.1;Port=3306;Database=t2t;User=root;Password=nautica;Option=3"
#VAR Conn %comcreate( "ADODB.Connection")
#call %com ...
  Topic: multi like capture not working
umdbandit

Replies: 2
Views: 6130

PostForum: CMUD General Discussion   Posted: Tue May 08, 2007 6:24 pm   Subject: multi like capture not working
worked after i rebooted, for whatever reason.

Wierdness :P
  Topic: multi like capture not working
umdbandit

Replies: 2
Views: 6130

PostForum: CMUD General Discussion   Posted: Tue May 08, 2007 4:48 am   Subject: multi like capture not working
#CLASS {RoomCapture}
#VAR Objects {} {}
#TRIGGER "ObjCap" {^*~([andeusw, ]~)$} {Objects=""}
#COND {} {#IF (%match( %line, "HP:%d EP:%d~>")) {
#STATE ObjCap 3
#SET ObjCap 3 1
} {Ob ...
  Topic: External Databases
umdbandit

Replies: 6
Views: 11019

PostForum: CMUD General Discussion   Posted: Tue May 08, 2007 3:55 am   Subject: External Databases
I installed mysql 5
so first I do

#VAR Conn %comcreate( "ADODB.Connection")

then i do

#call @conn.open("test")


which gets this error:

Microsoft][ODBC Driver Manager] Data source na ...
  Topic: External Databases
umdbandit

Replies: 6
Views: 11019

PostForum: CMUD General Discussion   Posted: Sat Apr 28, 2007 8:37 pm   Subject: External Databases
Is there a way to be connected to an external database, and run queries/commands on it from within cmud?
  Topic: Most needed CMUD features?
umdbandit

Replies: 112
Views: 197917

PostForum: CMUD General Discussion   Posted: Mon Apr 09, 2007 11:34 pm   Subject: Most needed CMUD features?
I too have found this quite ironic :P
  Topic: Most needed CMUD features?
umdbandit

Replies: 112
Views: 197917

PostForum: CMUD General Discussion   Posted: Mon Apr 09, 2007 5:10 pm   Subject: CMUD
Well, first and foremost, from a 'power user' standpoint, I love making scripts in cmud way way way more than in zmud. The clear line between the local and global variables makes things simple, clear ...
  Topic: %Random() and Randomize
umdbandit

Replies: 1
Views: 4770

PostForum: CMUD General Discussion   Posted: Sat Apr 07, 2007 12:52 am   Subject: %Random() and Randomize
So for example, in VB, you have to re-randomize the numbers, otherwise you will get a static result, when doing many iterations with them. Is this neccesary to do in CMUD? I am doing calculations wi ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net