Author |
Message |
Topic: Database Question |
dericpr
Replies: 3
Views: 3838
|
Forum: zMUD General Discussion Posted: Fri Oct 25, 2002 12:46 am Subject: Database Question |
quote:
You can access a MySQL db through its COM interface, you will need to know the specifics of the COM interface those should be in the documentation for MySQL, then you should read the documenta ... |
Topic: matching from a list |
dericpr
Replies: 2
Views: 2691
|
Forum: zMUD General Discussion Posted: Thu Oct 24, 2002 5:51 pm Subject: matching from a list |
sounds like a stringlist variable will help here.
Create a variable, make it a string list.
You can add items by a trigger or on the commandline using
#additem <stringlist> <item> ... |
Topic: Database Question |
dericpr
Replies: 3
Views: 3838
|
Forum: zMUD General Discussion Posted: Thu Oct 24, 2002 4:08 pm Subject: Database Question |
Well I seem to have managed to get it to work. I know that there will only every be one record found on a search, so I decided to use #query instead. Seems to work great.
Don't know why, but it d ... |
Topic: Database Question |
dericpr
Replies: 3
Views: 3838
|
Forum: zMUD General Discussion Posted: Thu Oct 24, 2002 3:30 pm Subject: Database Question |
Hello,
I've got a database problem and I'm wondering if anyone here has a solution. I'm trying to build a lookup table for spell components such that when I find a component mages want I will auto ... |
Topic: Bug in 6.34 |
dericpr
Replies: 5
Views: 5148
|
Forum: zMUD General Discussion Posted: Fri Sep 13, 2002 5:34 pm Subject: Bug in 6.34 |
I can't get into beta forum so I'll post this here. I keep getting error messages when trying to access certain aliases and button scripts. Here is an example of a very simple push button that shoul ... |
|