Search found 6 matches

by Sahmiam
Wed Nov 17, 2010 5:58 pm
Forum: Mudlet Development
Topic: Bug?
Replies: 4
Views: 8115

Re: Bug?

Windows 7 32bit and Windows7 64bit, and it was tested on 1.2.0pre5 and 1.2.0pre6.
by Sahmiam
Wed Nov 17, 2010 6:13 am
Forum: Mudlet Development
Topic: Bug?
Replies: 4
Views: 8115

Bug?

function updateWindowSize() globals.windowWidth, globals.windowHeight = getMainWindowSize() globals.windowWidth = globals.windowWidth - 15 end function updateBorders() updateWindowSize() setBorderTop(25) setBorderRight(****) end I'm trying to set up Mudlet to change the border values every time I r...
by Sahmiam
Fri Jan 08, 2010 5:51 am
Forum: Mudlet Development
Topic: Development Suggestions
Replies: 6
Views: 7480

Re: Development Suggestions

I have an odd request: Would it be possible to have a no-match triggers? I love the filters, but there has been occasions where I want to send a command if and only if it doesn't match any of the triggers under a filter. For example, in Lusternia, I've created an aetherbashing/fighting filter to kee...
by Sahmiam
Thu Dec 31, 2009 2:24 am
Forum: Help Forum
Topic: My Help/Bug Thread
Replies: 4
Views: 4866

Re: My Help/Bug Thread

Output from the display(multimatches) table { 1: table { 1: '| Health : 5004/4700 Endurance : 18800/18800 Power : 10p |' 2: '5004' 3: '4700' 4: '18800' 5: '18800' 6: '10' } 2: table { 1: '| Mana : 4636/4716 Willpower : 21560/21560 Reserves : 88% |' 2: '4636' 3: '4716' 4: '21560' 5: '21560' 6: '88' }...
by Sahmiam
Tue Dec 29, 2009 6:20 am
Forum: Help Forum
Topic: My Help/Bug Thread
Replies: 4
Views: 4866

My Help/Bug Thread

As I'll probably be requesting it from time to time, I decided to just make my own thread. Anyway, I may have stumbled upon a bug, or I'm simply staring at an overly obvious problem. I've tried with both tonumber() (which I will be using, I was just testing without) and the player.x variables are in...
by Sahmiam
Sun Dec 27, 2009 8:32 am
Forum: Mudlet Development
Topic: Development Suggestions
Replies: 6
Views: 7480

Development Suggestions

First off, thank you Vadi and Heiko for the amazing work you and everyone else have put into this client. I've been thoroughly impressed and enjoy scripting my system so far. Here's a few suggestions that I've come up with that would be convenient to have implemented, but aren't necessary. --Multili...