Author |
Message |
Topic: Anyone found a good source of 64bit DLL's for Postgres? |
tekky
Replies: 3
Views: 2242
|
Forum: CMUD General Discussion Posted: Thu Jun 09, 2011 5:18 pm Subject: Anyone found a good source of 64bit DLL's for Postgres? |
ohhh hrm I didnt think about that, you dont release 64bit installs right? (wish you made a Mac port :P) -- One of the only apps I have installed in my windows VM for testing my web stuff... CMUD for m ... |
Topic: Anyone found a good source of 64bit DLL's for Postgres? |
tekky
Replies: 3
Views: 2242
|
Forum: CMUD General Discussion Posted: Thu Jun 09, 2011 4:40 pm Subject: Anyone found a good source of 64bit DLL's for Postgres? |
I wasnt having any luck last night finding some, so thought I'd post to see if anyone else has maybe already had better luck?
If not I suppose I'll go with MySQL.... I'd really love to see CouchDB ... |
Topic: View filter option? |
tekky
Replies: 7
Views: 3540
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 8:30 pm Subject: View filter option? |
Yeah, you'd be using the default view--all columns. But the old database system is definitely clunky, and you'll get a lot more flexibility with SQLite or even Cmud database variables, now that they ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 8:24 pm Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
Ah, my apologies. That was not clear to me, which made some of what you were saying rather confusing. My fault--now I understand.
No problem, equally confusing for me the past week as I ran into ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 5:34 pm Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
Aliases have always allowed you to override user input, even back to the early days of Zmud. The docs are saying that #ONINPUT is _one_ way to do it, but I don't see any place that implies that this ... |
Topic: View filter option? |
tekky
Replies: 7
Views: 3540
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 3:43 pm Subject: View filter option? |
Rahab,
I'll take a look at that, I think ultimately I'm going to investigate SQLite/Postgres support I saw last night, -- I believe I did play around with %query but could never get the results I ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 3:36 pm Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
What about prefixing all your aliases with z ?
zcrawl could be an alias.
crawl could be a regular mud command.
The idea was to keep the actual trigger commands the same as the in game command ... |
Topic: Nested Database Records/String lists (Best way?) |
tekky
Replies: 5
Views: 3186
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 7:13 am Subject: Nested Database Records/String lists (Best way?) |
Just thought you might be interested in seeing my finished goal -- it now becomes a getter/setter so @action(skill,prop) returns the value of @actions.skill.prop and @action(skill,prop,value) sets @ac ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 7:09 am Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
zMUD has never worked that way, perhaps you are confusing it with another client?
I didnt start using classes until CMUD so I never knew "alias" didnt mean /command so I guess so --- its disappoint ... |
Topic: Nested Database Records/String lists (Best way?) |
tekky
Replies: 5
Views: 3186
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 5:21 am Subject: Nested Database Records/String lists (Best way?) |
Rahab, %iskey/%item was what I came across in the help files... your %db suggestion actually works... I'll test it out and see if it has any issues but looks like that will solve that problem
Thank ... |
Topic: View filter option? |
tekky
Replies: 7
Views: 3540
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 5:17 am Subject: View filter option? |
Hmm guess my reply didnt get submitted....
Is there a way of filtering rows? Filtering columns seems a bit pointless :( |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Wed Jun 08, 2011 5:15 am Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
when I started with zMUD aliases were always triggered by /aliasname not just typing "aliasname" in the input box... thats what I was saying... I'd much rather all aliases trigger by /[name] and NEVER ... |
Topic: Nested Database Records/String lists (Best way?) |
tekky
Replies: 5
Views: 3186
|
Forum: CMUD General Discussion Posted: Mon Jun 06, 2011 5:39 am Subject: Nested Database Records/String lists (Best way?) |
Interesting... I have a nested var like this....
@actions is the var with keys
action1: prop1=val1|prop2=val2|prop3=val3
action2: prop1=val1|prop2=val2|prop3=val3
action3: prop1=val1|prop2=val2| ... |
Topic: Nested Database Records/String lists (Best way?) |
tekky
Replies: 5
Views: 3186
|
Forum: CMUD General Discussion Posted: Sun Jun 05, 2011 8:01 am Subject: Nested Database Records/String lists (Best way?) |
I found a thread regarding this that basically says its not supported for use with like %iskey etc since CMUD does not hash the nested values so is slow and unsupported
Maybe I read too much into i ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Sat Jun 04, 2011 4:12 pm Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
Taz, I have done this, it just goes against my way of doing things to override in game commands - and from what I remember back in zMUD days this was not the case, never used tf tho?
It would be ni ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Sat Jun 04, 2011 5:39 am Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
I wasnt looking for alternative on/off switches, I was looking for ways to use logical named aliases w/o blowing away in game commands
"gather" is not an alias... "/gather" is... I dont see why no ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Sat Jun 04, 2011 4:36 am Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
you shouldn't need to use the / at all, just the alias name by itself should call it
Ahh I did not realize that, I knew regular aliases worked that way, never tried once I removed the alias and put i ... |
Topic: View filter option? |
tekky
Replies: 7
Views: 3540
|
Forum: CMUD General Discussion Posted: Sat Jun 04, 2011 4:31 am Subject: View filter option? |
Is the view filter option (not mentioned in the #view command documentation that I found) actually designed to filter data?
I have a DB that has the following columns
who
skill
count
last
... |
Topic: #oninput multistate examples? |
tekky
Replies: 2
Views: 1819
|
Forum: CMUD General Discussion Posted: Tue May 31, 2011 4:51 am Subject: #oninput multistate examples? |
This appears to be less than ideal as well, I started testing with this today and it seemed every other ocmmand would trigger my queue setup when clearly no matches were found...
I'd much rather he ... |
Topic: CMUD aliases inside of classes (not accessible via /aliasname ?) |
tekky
Replies: 17
Views: 45565
|
Forum: CMUD General Discussion Posted: Tue May 31, 2011 4:50 am Subject: CMUD aliases inside of classes (not accessible via /aliasname ?) |
I thought this wasnt the case, but after moving some of my scripts to classes today my aliases require /classname/aliasname to trigger now... Am I missing something simple? I spent a good hour going t ... |
Topic: #oninput multistate examples? |
tekky
Replies: 2
Views: 1819
|
Forum: CMUD General Discussion Posted: Fri May 20, 2011 10:51 pm Subject: #oninput multistate examples? |
I am trying to create an input trigger to queue up commands during actions that take many mud ticks to complete (so as to not interrupt them)
I can do
<trigger type="Command Input&quo ... |
Topic: #gag bewilderment |
tekky
Replies: 4
Views: 2442
|
Forum: zMUD General Discussion Posted: Thu Feb 09, 2006 11:38 am Subject: #gag bewilderment |
well i figured it out today... turned out to be a bit convoluted...
here is what worked in the end (single trigger though!)
#gagon
#ga
#ga -1
#wait 1
#gagoff
#show This mark is to: %1
... |
Topic: general dbase functions.... (need help) |
tekky
Replies: 2
Views: 2113
|
Forum: zMUD General Discussion Posted: Thu Feb 09, 2006 3:21 am Subject: general dbase functions.... (need help) |
ahhh thanks that solved that problem :) kinda... odd that you have to have it open in that manner :(
now to return a single value instead of the record id... :) |
Topic: #gag bewilderment |
tekky
Replies: 4
Views: 2442
|
Forum: zMUD General Discussion Posted: Wed Feb 08, 2006 1:12 pm Subject: #gag bewilderment |
One other problem I been fighting with...
I am trying to eliminate spam on my screen when I look at some items that are marked with names...
an example is
It looks like some shiny object.
On ... |
Topic: general dbase functions.... (need help) |
tekky
Replies: 2
Views: 2113
|
Forum: zMUD General Discussion Posted: Wed Feb 08, 2006 1:02 pm Subject: general dbase functions.... (need help) |
I'm trying to recreate a old script in the new zMUD (was a script from a different client) before I decide to stick with zMUD or back to my original client... my problem is this
my mud allows 2 sep ... |
|