Search found 52 matches
- Sun Feb 03, 2013 5:48 am
- Forum: Help Forum
- Topic: Connecting to a MUD through a VPN
- Replies: 3
- Views: 4964
Re: Connecting to a MUD through a VPN
I just run Ubuntu in VirtualBox, and connect to my VPN via Ubuntu, and run Mudlet in Ubuntu.
- Wed Dec 12, 2012 10:20 pm
- Forum: Mudlet Development
- Topic: Debugging Ubuntu/Windows
- Replies: 2
- Views: 6382
Debugging Ubuntu/Windows
After an hour or so of mudlet 2.0 test4 running my scripts on both windows and ubuntu 11, it will freeze and use 100% cpu. The command line output on ubuntu doesn't show anything useful - it just says "line 2: 9322 Terminated", without a consistent line number: I've seen 9297, 8757, etc. It only ...
- Wed Dec 07, 2011 12:07 pm
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Howto: Sync profiles using dropbox
- Replies: 30
- Views: 284446
Re: Howto: Sync profiles using dropbox
For windows, you can just use the free Windows Live Mesh to sync up to 5Gb of files.
- Mon Nov 28, 2011 3:13 pm
- Forum: Help Forum
- Topic: Very basic DB problems
- Replies: 5
- Views: 5604
Re: Very basic DB problems
I had issues with MERGE_UNIQUE simply not working. I ended up serializing my tables with table.load() and table.save(), instead of using the db stuff.
Also, check out the tsujin's generic luasql front-end, which you can use if you're familiar with SQL http://forums.mudlet.org/viewtopic.php?f=6&t ...
Also, check out the tsujin's generic luasql front-end, which you can use if you're familiar with SQL http://forums.mudlet.org/viewtopic.php?f=6&t ...
- Tue Sep 20, 2011 10:14 pm
- Forum: Mudlet Development
- Topic: Compiling on windows
- Replies: 27
- Views: 22820
Re: Compiling on windows
Did you ever get the latest snapshot to compile in windows? I'd love to see some updated instructions...
- Tue Sep 20, 2011 10:02 pm
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Howto: Compile Mudlet on Ubuntu
- Replies: 16
- Views: 23532
Re: Howto: Compile Mudlet on Ubuntu
Ok, I did all the above, but still couldn't compile until I added dependencies hunspell, libhunspell-1.2-0, and libhunspell-dev. I also copied the hunspell souce folder into the /mudlet/src folder, though I'm not sure if this is necessary...
Edit: Also, the qmake folder seems to have moved in the ...
Edit: Also, the qmake folder seems to have moved in the ...
- Sun Sep 18, 2011 5:08 pm
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Howto: Compile Mudlet on Ubuntu
- Replies: 16
- Views: 23532
Re: Howto: Compile Mudlet on Ubuntu
I get an "Error 403 - Snapshots not allowed", when I try to download the Mudlet Source in Step 2...
Edit: Oh, found the correct link in the Stickied thread: http://forums.mudlet.org/viewtopic.php?f=8&t=474
Edit: Oh, found the correct link in the Stickied thread: http://forums.mudlet.org/viewtopic.php?f=8&t=474
- Sat Jul 23, 2011 10:26 pm
- Forum: Help Forum
- Topic: Trigger with random timer
- Replies: 1
- Views: 3054
Re: Trigger with random timer
1) If you supply a number to the random() function, it'll return a number between 1 and that number.
2) use echo() instead of print()
3) if you want your text to parse aliases before sending, use expandAlias() instead of send().
So I would try:
tempTimer(random(155)+150,[[echo("Executing alias 1 ...
2) use echo() instead of print()
3) if you want your text to parse aliases before sending, use expandAlias() instead of send().
So I would try:
tempTimer(random(155)+150,[[echo("Executing alias 1 ...
- Sat Jul 23, 2011 12:01 pm
- Forum: Help Forum
- Topic: Case insensitive triggers (regex)
- Replies: 1
- Views: 2659
Case insensitive triggers (regex)
I can't seem to figure out how Mudlet/Lua does case insensitive regex matches for triggers.
When I try the ?i syntax (Java/.NET), I get a regex compile error.
When I try the ?i syntax (Java/.NET), I get a regex compile error.
- Sat Jul 23, 2011 11:55 am
- Forum: General Forum
- Topic: Mudlet-2.0-test3 released
- Replies: 11
- Views: 15129
Re: Mudlet-2.0-test3 released
Sounds are assigned to channels (up to four of them atm), but there's no command to stop a channel from playing, yet.
Ideally, playSoundFile will return the channel number, and stopChannel(number) would exist
Also, playSoundFile() seems to choose channel 4 (or the most recently accessed channel ...
Ideally, playSoundFile will return the channel number, and stopChannel(number) would exist
Also, playSoundFile() seems to choose channel 4 (or the most recently accessed channel ...