Search found 15 matches

by Ramiel
Tue Apr 27, 2010 2:52 am
Forum: Mudlet Development
Topic: Feature Request: Proxy Server configuration
Replies: 6
Views: 7569

Re: Feature Request: Proxy Server configuration

I can't seem to get sockscap to work with Mudlet directly, which was why I was using mudbot.
by Ramiel
Fri Apr 23, 2010 5:38 am
Forum: Mudlet Development
Topic: Feature Request: Proxy Server configuration
Replies: 6
Views: 7569

Re: Feature Request: Proxy Server configuration

You can use Sockscap with Mudbot to connect via socks proxies. Sockscap: http://www.socksproxychecker.com/sockscap.html Mudbot: http://forums.aetolia.com/index.php?showtopic=8577 (For Aetolia) Setup sockscap to enable socks on mudbot. Have mudlet connect to mudbot and it should work fine. I connect ...
by Ramiel
Wed Nov 18, 2009 3:45 am
Forum: General Forum
Topic: Hey I'm new
Replies: 1
Views: 3406

Re: Hey I'm new

Hi there.
by Ramiel
Wed Nov 18, 2009 2:45 am
Forum: Help Forum
Topic: clearWindow(s) removed?
Replies: 3
Views: 4167

Re: clearWindow(s) removed?

Ah then, its the documentation thats not quite right. This line under the createMiniConsole section: You can use clearWindow/moveCursor etc. functions for this window for custom printing as well as copy & paste functions for colored text copies from the main window or normal echoUserWindow( name...
by Ramiel
Wed Nov 18, 2009 12:39 am
Forum: Help Forum
Topic: Can't log in
Replies: 8
Views: 6547

Re: Can't log in

Silly question, but can you log in with other clients/telnet/etc?
by Ramiel
Wed Nov 18, 2009 12:13 am
Forum: Help Forum
Topic: clearWindow(s) removed?
Replies: 3
Views: 4167

clearWindow(s) removed?

Has clearWindow(string windowname) been removed? Its still in the documentation but trying to use it on a miniconsole I get this debug: LUA: ERROR running script Map start (Trigger16) ERROR:Lua error:[string "function cutmap()..."]:8: attempt to call global 'clearWindow' (a nil value)new l...
by Ramiel
Tue Nov 17, 2009 11:34 pm
Forum: General Forum
Topic: Loving the 1.01 release
Replies: 1
Views: 3585

Loving the 1.01 release

Hi guys,

Coming back to mudding again after one of my regular absences.

Just wanted to pop in to say the 1.01 release is brilliant! I can't IRC from work anymore, so this is my only avenue.
by Ramiel
Fri May 15, 2009 3:25 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652811

Re: Mudlet API requests

If the get window size thing exists.. its not in the documentation. Or I'm blind.

Whats the syntax?
by Ramiel
Wed May 13, 2009 11:36 pm
Forum: Scripts & Packages
Topic: Achaea: Vadi Mapper capture window
Replies: 20
Views: 20477

Re: Achaea: Vadi Mapper capture window

Yep, what he said.

MXP would be very handy.
by Ramiel
Tue May 12, 2009 11:35 pm
Forum: Scripts & Packages
Topic: Achaea: Vadi Mapper capture window
Replies: 20
Views: 20477

Achaea: Vadi Mapper capture window

Hi folks, To create the window, I use the following in my init() function that is run whenever I connect. --Put your screen resolution in here resolutionX = 1440 resolutionY = 900 createMiniConsole("mapcap", resolutionX-440, 0, 400, 350) setBackgroundColor("mapcap", 20, 0, 0, 0 )...