Search found 50 matches

by kaeus
Thu Apr 01, 2010 7:32 pm
Forum: Mudlet Development
Topic: Scroll Issue
Replies: 5
Views: 5199

Re: Scroll Issue

I think I forgot about the pageUp/down keys, but scrolling via mouse wheel or scroll bar should be fine now. I still periodically get some odd behavior when I scroll up while a lot of text is inbound (IE running or combat) it tends to spike up above where I scrolled to a decent ways back. Also when...
by kaeus
Wed Mar 31, 2010 7:40 am
Forum: Mudlet Development
Topic: Mudlet Mapper
Replies: 139
Views: 151194

Re: Mudlet Mapper

This looks like its going to be crazy fun to use. I need to get a second monitor just to put the map up once I get this! =p
by kaeus
Tue Feb 16, 2010 6:22 am
Forum: Help Forum
Topic: elist in IRE muds
Replies: 21
Views: 14385

Re: elist in IRE muds

Aha! Finally, that works! Maybe eventually I'll figure out a way to control what order the elixers are listed in. @hempa Thanks so much! Just fyi though the function is string.rep() not string.repeat() at least in the latest dev version of Mudlet. Glad to see it fixed, and that was my fault. Hempa ...
by kaeus
Sat Feb 13, 2010 11:09 pm
Forum: Help Forum
Topic: captureing my inventory
Replies: 3
Views: 3287

Re: captureing my inventory

The ending line would be the prompt. In this way, set a boolean to true on "You are carrying:" and then set that boolean to false in your prompt trigger. Then, with you inventory trigger, or a generic capture all trigger, you add to your inventory table if the boolean value is true.
by kaeus
Sat Feb 13, 2010 6:10 pm
Forum: Help Forum
Topic: elist in IRE muds
Replies: 21
Views: 14385

Re: elist in IRE muds

@kaeus - Your code is causing an error, saying that a " is expected near 'repeat'. I would try and fix it if I had a better idea of what your code did. I did this without running it in Mudlet...my bad. Change string.repeat(20 - #details[1]) to string.repeat(" ",20 - #details[1]) and ...
by kaeus
Fri Feb 12, 2010 11:35 pm
Forum: Help Forum
Topic: elist in IRE muds
Replies: 21
Views: 14385

Re: elist in IRE muds

echo("Elixer/Salve Number of Sips") echo("-----------------------------------------------------") for vnum, details in pairs(vials) do if details["elixer"] ~= nil then echo(details[1] .. string.repeat(20 - #details[1]) .. details[2] .. "\n") end end That may ...
by kaeus
Sat Jan 30, 2010 9:22 am
Forum: Help Forum
Topic: Random Crash
Replies: 1
Views: 2447

Random Crash

So...recently Ive been getting a random crash when using Mudlet. It seems to mostly happen when I use my "goto" alias, but other times as well. togo = locations[matches[2]] if togo ~= nil then send("map path " .. togo) send("go") else output("Invalid location"...
by kaeus
Sun Jan 10, 2010 5:25 am
Forum: Mudlet Development
Topic: Feature Request: Re-Ordering Stuff
Replies: 7
Views: 5283

Re: Feature Request: Re-Ordering Stuff

I agree. I'm OCD about organization and not being able to reorder my stuff easily or sort alphabetically has been a bit frustrating. Would be a nice improvement.
by kaeus
Sat Jan 02, 2010 2:11 pm
Forum: General Forum
Topic: Aetolia
Replies: 3
Views: 4894

Re: Aetolia

I had a friend who had a system in Zmud so I'd just search for the affliction in zmud and copy all the triggers (and make sure they were in the proper regex format)
by kaeus
Sat Jan 02, 2010 4:19 am
Forum: General Forum
Topic: Aetolia
Replies: 3
Views: 4894

Re: Aetolia

I just started playing again and have a decent curing system setup atm after about 3 days of setting it up. Longest part honestly was copying and pasting all the triggers!

Image