Search found 190 matches

by Yetzederixx
Mon May 09, 2011 4:04 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

That fixed the problem right up. For those like me: Click the downloads button and then choose between the .zip or tar.gz file Then extract the contents into the mudlet-lua folder which is found in C:\Users\<username>\AppData\Local\Mudlet\mudlet-lua\ Thanks again Heiko, and anyone else that worked o...
by Yetzederixx
Sun May 08, 2011 4:09 pm
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

Now that my internet is back up I see what you mean about the error's in the console. Here's a log of me after I closed mudlet down. I log in, check the contents of the clanners table to see if it loaded (which it did) and then gather twice. log.html Here's a log of the error console after I typed g...
by Yetzederixx
Sun May 08, 2011 3:26 pm
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

By typing gather the "Disable Whoc Gathering" calls the loadTable() fn which issues the db:fetch command after the "Whoc Gathering" trigger calls addPerson() which in turn calls the db:add() fn. Everything works except for the table.contains that I can see, because if you ignore ...
by Yetzederixx
Sun May 08, 2011 3:10 pm
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

I'll check what you pointed out, but the "who" list wouldn't be affected by the script that triggers during the "gather" procedure that works from the "whoc" list (who being everyone of course, and whoc being who clan or essentially who pk). As you can see from your scr...
by Yetzederixx
Sun May 08, 2011 3:54 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

Here's the database, and I'm using Win 7.
Database_wheredb.db
(21 KiB) Downloaded 452 times
by Yetzederixx
Sun May 08, 2011 1:41 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

What's strange is that I had my wife uninstall rc4 and reinstall rc2 (I lost my rc3 file) and everything works as it has since 1.something when I wrote them.
by Yetzederixx
Sun May 08, 2011 1:39 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

I exported all the relavent triggers/scripts/alias's and attached them along with the database. db_where_triggerset.trigger.xml Well it won't let me upload my db file (The extension db is not allowed.), but if you log into the mud and then type gather and then do it again you'll see. Here is some te...
by Yetzederixx
Sat May 07, 2011 3:08 pm
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

Well crap, I think it's broken then.
Code: [show] | [select all] lua
if (not table.contains(clanners, matches[3])) then 
	addPerson(matches[3], matches[2])
end
That worked on every version since I figured the triggers out right up to rc4.
by Yetzederixx
Sat May 07, 2011 3:29 am
Forum: General Forum
Topic: Mudlet-2.0-rc4 released
Replies: 24
Views: 15797

Re: Mudlet-2.0-rc4 released

Did something happen to the database functions? Every time I go to check if there are new pkr's to add on my mud with my alias, that worked fine in rc2-3, it adds everyone. 1) I've display(table)'d and it's loading the table from the database like it's supposed to on load 2) It's adding people who a...
by Yetzederixx
Fri May 06, 2011 12:36 pm
Forum: Scripts & Packages
Topic: Tweeting from Mudlet?
Replies: 2
Views: 3256

Re: Tweeting from Mudlet?

Well I have three weeks before the summer semester guess I'll have to do some experimenting.