Search found 133 matches

by Omni
Thu Jul 04, 2013 6:09 pm
Forum: General Forum
Topic: Possible bug with denyCurrentSend
Replies: 4
Views: 4720

Possible bug with denyCurrentSend

Within the last week, I decided to make use of denyCurrentSend and after a number of test, I stumbled upon a possible bug with it. If you try to send something after using denyCurrentSend, it ends up not blocking what you're trying to block and instead proceeds to send it. Can be properly tested usi...
by Omni
Mon Jun 17, 2013 1:51 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652988

Re: Mudlet features and API requests

One idea brought up by Vadi due to an issue I'm currently having: a way to load a specific xml file as a map file.
Also, the way to possibly add/remove patterns from triggers with multiple patterns.
by Omni
Thu Apr 25, 2013 6:13 am
Forum: Help Forum
Topic: RGB values for mudlet's predefined colors
Replies: 3
Views: 2594

Re: RGB values for mudlet's predefined colors

do display(color_table) for all those colors and the rgb values.
by Omni
Thu Mar 21, 2013 8:41 am
Forum: Scripts & Packages
Topic: Akayan UI
Replies: 47
Views: 123827

Re: Akayan UI

where did you get the various icons from?
by Omni
Fri Jan 18, 2013 2:00 am
Forum: General Forum
Topic: Mudlet 2.1
Replies: 67
Views: 59104

Re: Mudlet 2.1

Getting the issue with installPackage that was affecting the package manager, where the Package name is being listed as the path. I didn't have this issue in 2.0.
by Omni
Fri Jan 04, 2013 10:20 pm
Forum: General Forum
Topic: Mudlet 2.0 final
Replies: 33
Views: 36222

Re: Mudlet 2.0 final

Not a 2.0 issue, but every time I try to load Vyzor into a profile, it crashes mudlet. Also, really wish that if you re-order the toolbars in the scripting ui, the layout was saved. And, the toolbar for triggers and such aren't ordered the same as the regular toolbar. Regular: Connect, Triggers, Ali...
by Omni
Tue Jan 01, 2013 11:42 pm
Forum: Mudlet Mapper
Topic: (mapping script) Mudlet Mapper script for Achaea/IREs
Replies: 241
Views: 281409

Re: (mapping script) Mudlet Mapper script for Achaea/IREs

Code: [show] | [select all] lua
function mapLook(roomid, delay)
	centerview(roomid)
	local delay = tonumber(delay)
	tempTimer((delay or 4), [[centerview(mmp.currentroom)]])
end
A function to centerview on a target room with an optional delay, then resets the view to your current room.
by Omni
Mon Dec 31, 2012 5:15 pm
Forum: General Forum
Topic: Mudlet-2.0 release candidates [latest: Mudlet 2.0 final]
Replies: 190
Views: 193660

Re: Mudlet-2.0 release candidates [latest: Mudlet-2.0-test8]

When installing a package through the package installer gui, the name of the listed package and the parent folder becomes the path name with backslashes and periods stripped out: C:Documents and SettingsbubDesktopmyalias
by Omni
Sun Dec 30, 2012 11:59 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652988

Re: Mudlet API requests

Would be nice to have events for when installing packages either through the gui or the new function. One for erroring and another for success.

Also, the ability to give a profile argument to the connect and disconnect functions.
by Omni
Mon Jun 04, 2012 3:30 pm
Forum: General Forum
Topic: Problems with tempTimer()
Replies: 5
Views: 5420

Re: Problems with tempTimer()

There is a speedwalk function built into mudlet, though can't recall if you can pause it or not