Search found 9 matches

by malaphus
Sat Jan 02, 2016 5:14 am
Forum: Help Forum
Topic: Help playing sound file using the 3.0.0 gamma version
Replies: 15
Views: 11430

Re: Help playing sound file using the 3.0.0 gamma version

Curious if there's any progress on this? A year seems like a long time =/
by malaphus
Fri Jan 16, 2015 1:28 am
Forum: Help Forum
Topic: Help playing sound file using the 3.0.0 gamma version
Replies: 15
Views: 11430

Re: Help playing sound file using the 3.0.0 gamma version

Can also confirm, playSoundFile does not work for me in Windows 8.1.
by malaphus
Sun Feb 23, 2014 5:37 pm
Forum: Help Forum
Topic: Mapper causing crash.
Replies: 7
Views: 5161

Re: Mapper causing crash.

This doesn't work for me. It does temporarily solve the problem but it always just starts up again a day latter, or an hour later... which is the same thing it does if I just re-launch mudlet. Basically, if I just go back into mudlet after the crash it will be working fine again (even from the same ...
by malaphus
Wed Jun 06, 2012 3:44 am
Forum: General Forum
Topic: Windows Bug - Installing .zip packages
Replies: 0
Views: 2523

Windows Bug - Installing .zip packages

Some zip packages I attempt to install (namely Vadi's), result in a crash and the following message in Event Viewer: Faulting application name: mudlet.exe, version: 0.0.0.0, time stamp: 0x4eac9d73 Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f Exception code: 0xc000...
by malaphus
Mon Mar 26, 2012 10:31 am
Forum: Help Forum
Topic: IRE Mapper Script - Dashing Problem
Replies: 3
Views: 4040

Re: IRE Mapper Script - Dashing Problem

Fixed. Change: for i = 1,repCount do table.insert(currentPath,speedWalkDir[index]) currentIds[#currentIds+1] = speedWalkPath[index] end To: for i = 1,repCount do table.insert(currentPath,speedWalkDir[index]) currentIds[#currentIds+1] = speedWalkPath[index+i-1] end (adding "+i-1" to the cur...
by malaphus
Sat Mar 24, 2012 9:49 pm
Forum: Help Forum
Topic: IRE Mapper Script - Dashing Problem
Replies: 3
Views: 4040

IRE Mapper Script - Dashing Problem

Hello, There seems to be an issue with the speedwalking stuff in the IRE mapper script if you have sprint enabled. Basically if the final destination room is in the middle of a straight path of rooms, rather than walk you to the destination (if it were to sprint, it would run past the room), it simp...
by malaphus
Tue Sep 28, 2010 12:00 am
Forum: Help Forum
Topic: Help with capturing achaea map to miniconsole
Replies: 6
Views: 4991

Help with capturing achaea map to miniconsole

For some reason I can't get the in-game map to capture properly to a miniconsole... here is my script to create the window: ---------- function initMap() resolutionX, resolutionY = getMainWindowSize() setMiniConsoleFontSize("map_window", 10); createMiniConsole("map_window", resol...
by malaphus
Mon May 10, 2010 9:29 am
Forum: Mudlet Development
Topic: Scroll Issue
Replies: 5
Views: 5297

Re: Scroll Issue

This is still a HUGE issue for me. Any ETA on when this is getting fixed? I can't read anything in the scrollback buffer.

Heiko,
Would it help if I posted a screencast of the problem?
by malaphus
Wed Mar 31, 2010 9:22 am
Forum: Mudlet Development
Topic: Scroll Issue
Replies: 5
Views: 5297

Scroll Issue

Is it just me or does the scroll-back buffer need some serious love?

I always have a hard time scrolling back to read text I missed...