Register to post in forums, or Log in to your existing account
 
:
Search found 59 matches for:
Page 1 of 3 Goto page 1, 2, 3  Next
Author Message
  Topic: Some help with CMUD triggers
mercatroid

Replies: 3
Views: 5656

PostForum: CMUD General Discussion   Posted: Wed Mar 12, 2008 5:18 pm   Subject: Some help with CMUD triggers
Since there isn't a "Show Timestamps" option in zMud (that I know of), what would be the best way to get them into a channel capture window?

For example:Player chats 'This is a Player using the cha ...
  Topic: Database Duplicates
mercatroid

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Wed Mar 12, 2008 5:11 pm   Subject: Database Duplicates
It takes running it several (15+) times to clear out all the duplicates, finding/ removing a few each time, but it works.

Thanks!
  Topic: Database Duplicates
mercatroid

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Wed Feb 20, 2008 11:31 pm   Subject: Database Duplicates
Some explaination of that, Dharkael?

I made an alias with that code in it, ran the alias, and received: "Duplicates found", like the #SHOW at the end of your code, without a value for @deletelist. ...
  Topic: Database Duplicates
mercatroid

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Wed Feb 20, 2008 1:09 am   Subject: Database Duplicates
Sweet!

Now I'm going to make it a little more complicated:

Say I want to removed entries with one field duplicated. For example:

# Name Class Race
1 Bob Mage Human
2 Dave Rang ...
  Topic: Database Duplicates
mercatroid

Replies: 7
Views: 8172

PostForum: zMUD General Discussion   Posted: Tue Feb 19, 2008 1:34 am   Subject: Database Duplicates
zMud ver 7.21


Anyone know an easy way to remove duplicate entries in a zMud database?
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 9:46 pm   Subject: RSS feed
I'll be damned.
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 2:54 pm   Subject: RSS feed
One last request.

The feed that I'm actually trying to get this to work on is http://www.infoplease.com/rss/dayinhistory.rss. This is the XML feed for http://www.infoplease.com/dayinhistory

As y ...
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 12:55 pm   Subject: RSS feed
Got it.

I had a stack/buffer overflow in zMud itself...probably as a result of running too many COMs for extended periods of time (I never disconnect from the MUD).

Adding this COM just sent my ...
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 8:27 am   Subject: RSS feed
Gah....actually that feed gives the OLE error too...I had a typo in my string is why it was coming up "Huh??"...

So back to the original problem.

The Com registered fine, and I used the exact sa ...
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 8:17 am   Subject: RSS feed
Okay, now I've found a feed that I don't get the OLE error on. I *DID* get the error with your MudConnectReviews feed.

DisplayRSS "http://www.infoplease.com/rss/dayinhistory.rss"

When I try that ...
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Fri Apr 13, 2007 7:14 am   Subject: RSS feed
I seem to be getting the following error from zMud:

OLE error 800C0005

Doesn't matter which feed I try either.

Thanks
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Wed Apr 11, 2007 12:49 pm   Subject: RSS feed
Holy Crap! I haven't had time to come back and check if anyone had figured this out.

Imagine my surprise!

EXTREME thanks to Dharkael, even though I haven't actually tested it yet...:P

Will do ...
  Topic: RSS feed
mercatroid

Replies: 16
Views: 20254

PostForum: zMUD General Discussion   Posted: Sun Apr 01, 2007 5:16 am   Subject: RSS feed
zMud 7.21 WinXP

Is there anyway to parse data from an RSS feed, and put it into a stringlist in zMud?

mercatroid
  Topic: InfoBOT idea
mercatroid

Replies: 0
Views: 2754

PostForum: zMUD General Discussion   Posted: Mon Feb 19, 2007 4:52 am   Subject: InfoBOT idea
zMud 7.21 WindowsXP

I was looking in the Finished Scripts section and found this neat itemback into zMud, as a triggered response to something?

What I'm thinking of is the following website: htt ...
  Topic: Google Search
mercatroid

Replies: 7
Views: 21792

PostForum: Finished MUD Scripts   Posted: Mon Feb 19, 2007 4:48 am   Subject: Google Search
Is there any way to port the info from these aliases back into zMud?

What I'm thinking of is the following website: http://www.infoplease.com/dayinhistory.

Ideally, whenever someone logs in, I'd ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Tue Feb 13, 2007 2:10 am   Subject: Big Database script
Xianfu, everything seems to be working fine.

Thanx for all your help.

Merc
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Mon Feb 12, 2007 12:05 pm   Subject: Big Database script
-facepalm-

I was totally thinking about another problem when I wrote that. Hah.

While you're here, the other problem is:

In the player.db, with four fields (Name, Class, Clan, IP), given a pl ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Mon Feb 12, 2007 11:46 am   Subject: Big Database script
The problem I see with doing individual #IF statements is that there's no check in place for players.

To explain (for example):

For Clan vs Clan I can do:
#IF ((%ismember( @SubjectA ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Mon Feb 12, 2007 10:53 am   Subject: Big Database script
Yeah...the nested #IFs are horrendous....

I just checked out the cMud forums for the #SWITCH command/function, and yeah: it would be perfect for this and about a dozen other things I do in zMud. I' ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Mon Feb 12, 2007 9:53 am   Subject: Big Database script
Wow.

46 views and no one can figure it out....

Glad I'm not the only one.

*edit: hmm...looks like it counts all views, not just unique ones...looks like those 46 (now 50) views might've been ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Sat Feb 10, 2007 2:34 am   Subject: Big Database script
#CLASS {PlayerData|MurderBot|temp}
#TRIGGER {~[Ghost~] (*) (%w) {versus|vs} (%w)} {
#VAR SubjectA %proper( %2)
#VAR Su ...
  Topic: Big Database script
mercatroid

Replies: 10
Views: 11788

PostForum: zMUD General Discussion   Posted: Sat Feb 10, 2007 2:33 am   Subject: Big Database script
I have two databases, player.db and murder.db.

One stores player information (and does so quite well, thanks Xianfu). The other stores information about each playerkill.

The Triggers that put in ...
  Topic: Variable Expansion
mercatroid

Replies: 8
Views: 8737

PostForum: zMUD General Discussion   Posted: Fri Feb 09, 2007 6:54 am   Subject: Variable Expansion
Neat...I've never really bothered with multistate triggers, because I can usually do what I want by setting up a #FU or just chaining together aliases (trigger calls alias which enables trigger2 which ...
  Topic: Variable Expansion
mercatroid

Replies: 8
Views: 8737

PostForum: zMUD General Discussion   Posted: Fri Feb 09, 2007 6:24 am   Subject: Variable Expansion
Xianfu:

Yay that worked.

Okay, next question. I think I know the answer to this one.

If I wanted to be able to use the query command externally of this trigger, WITHOUT it firing the trigger, ...
  Topic: Variable Expansion
mercatroid

Replies: 8
Views: 8737

PostForum: zMUD General Discussion   Posted: Fri Feb 09, 2007 5:58 am   Subject: Variable Expansion
Yeah, fixing the typo didn't help.

It's just stuck turning on and off various states. It doesn't seem to know which state to be in at any given time, and is always stuck on the wrong state.

-sig ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net