Search found 35 matches

by hogarius
Tue Mar 08, 2016 5:27 pm
Forum: Help Forum
Topic: Incrementing Variables
Replies: 8
Views: 5341

Re: Incrementing Variables

Your trigger currently assigns a word ("sewing" or "cooking" or some other skill) to the MatchedName variable, and then tries to numerically add 1 to that string. This is not going to work.
by hogarius
Tue Feb 23, 2016 6:41 pm
Forum: Scripts & Packages
Topic: Simutronics Login for Mudlet 3.0.0-delta
Replies: 8
Views: 14467

Re: Simutronics Login for Mudlet 3.0.0-delta

Seren and yogurtking , I apologize for not seeing and responding to your posts sooner. Simutronics dropped Modus Operandi in November, and I haven't had a reason to use Mudlet since then. It's possible that Simu may no longer allow the Wizard to be used, which means my script won't work without some...
by hogarius
Sun May 24, 2015 11:59 pm
Forum: Scripts & Packages
Topic: Simutronics Login for Mudlet 3.0.0-delta
Replies: 8
Views: 14467

Re: Simutronics Login for Mudlet 3.0.0-delta

MDKerr, send me a private message or ping me on the Mudlet IRC channel, and I'll try to work with you to resolve this.
by hogarius
Thu May 14, 2015 8:38 am
Forum: Scripts & Packages
Topic: Simutronics Login for Mudlet 3.0.0-delta
Replies: 8
Views: 14467

Re: Simutronics Login for Mudlet 3.0.0-delta

I'm glad it's working for you.

I've had problems processing certain characters in these scripts, notably backslashes and brackets. Using sendSocket() instead of send() seems to bypass Mudlet-Lua's usual processing of these characters and resolve the issues.
by hogarius
Sat May 09, 2015 8:19 pm
Forum: Help Forum
Topic: Regex Issues - Check this out - Is Mudlet broke?
Replies: 5
Views: 4232

Re: Regex Issues - Check this out - Is Mudlet broke?

noblestone, are you sure there aren't some space characters in the prompts with the 3-digit numbers?
by hogarius
Wed May 06, 2015 2:33 am
Forum: Scripts & Packages
Topic: Simutronics Login for Mudlet 3.0.0-delta
Replies: 8
Views: 14467

Simutronics Login for Mudlet 3.0.0-delta

EDIT: File fixed and reuploaded. I have attached a Mudlet profile file allowing users to connect to Simutronics games, using the Wizard protocol. (I'll provide a StormFront version in another post under this topic.) I created these settings with Mudlet version 3.0.0-delta, on a Windows 7 (64-bit) ma...
by hogarius
Tue May 05, 2015 10:03 am
Forum: General Forum
Topic: Mudlet 2.0 supports Simutronics Games!
Replies: 12
Views: 37331

Re: Mudlet 2.0 supports Simutronics Games!

I eventually was able to write a login script for Modus Operandi, using the Wizard protocol. I think it could be adapted to use the StormFront protocol for DragonRealms and Gemstone. However, it would be up to you to write triggers and such to interpret the StormFront tags. I'll try to dig up my scr...
by hogarius
Wed Feb 11, 2015 11:19 am
Forum: Help Forum
Topic: Need help with the function error
Replies: 3
Views: 3060

Re: Need help with the function error

The echoLink line has an odd number of quote marks.
by hogarius
Wed Jan 07, 2015 2:23 am
Forum: Help Forum
Topic: Stringlist help
Replies: 3
Views: 3637

Re: Stringlist help

(Untested) combat = {"hello", "goodbye", "good morning", "that isn't going ot happen"} text = "" for k, v in ipairs(combat) do text = text .. v end send(text) If you want to put a space between each element of combat, you can do something like the fo...
by hogarius
Tue Sep 16, 2014 12:56 am
Forum: General Forum
Topic: Mudlet 3.0.0-alpha
Replies: 118
Views: 134424

Re: Mudlet 3.0.0-alpha

Vadi wrote:Yeah, the incoming tabs are the ones that are/were a problem, not outgoing ones.

So is it still an issue for you?
No, I can make this work.

Thank you for the discussion.