Search found 36 matches

by Lezard
Sat Jan 26, 2013 3:36 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 255959

Re: Vyzor, UI Manager for Mudlet [Beta?]

Indeed. That is very impressive! You should contribute to the Vyzor wiki if you have time and patience to explain how you do some of those things. I'm sure it would help many a newbies.
by Lezard
Wed Jan 16, 2013 5:39 pm
Forum: Scripts & Packages
Topic: Simple debugging functions
Replies: 2
Views: 4061

Re: Simple debugging functions

This will be very helpful :) thanks for sharing this, and thanks to whomever created it
by Lezard
Wed Jan 02, 2013 4:00 am
Forum: Help Forum
Topic: Imperian Blesser
Replies: 6
Views: 5125

Re: Imperian Blesser

This was typed up in notepad with no testing, so it may not be 100% accurate. But you get the picture. blessTime = 3.8 function loadBlessings() blessings = {"frostshield", "willpower", "endurance", "thermalshield", "earthshield"} blessingTarget = &qu...
by Lezard
Mon Dec 24, 2012 10:29 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 255959

Re: Vyzor, UI Manager for Mudlet [Beta?]

I can echo and cecho because they were both working at first when I only had one or two consoles. But now they are barely working at all. I'm not at the computer right now but ill test them with just echo later and post an update..
by Lezard
Mon Dec 24, 2012 7:35 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 255959

Re: Vyzor, UI Manager for Mudlet [Beta?]

I'm having trouble with miniconsoles and borders... So I made three frames and added them at different places on Vyzor. To each of them I added a different colored border, this is where I found the first problem. It only lets me add one border to a side. Anyways, I added different miniconsoles to ea...
by Lezard
Sun Dec 16, 2012 5:00 am
Forum: General Forum
Topic: Icon change request.
Replies: 8
Views: 6794

Re: Icon change request.

In that icon set, the one that is just four white lines stacked on top of each other would be an alright sign for variables.
by Lezard
Mon Dec 03, 2012 2:03 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 3975

Re: clickable 'who here' miniconsole HELP!

For geyser you use setClickCallback()
by Lezard
Mon Dec 03, 2012 1:51 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 3975

Re: clickable 'who here' miniconsole HELP!

the format should be: echoLink([windowName], text, command, hint, [bool use_current_format or defaultLinkFormat]) So the code should look like: echoLink("nameBox", "(" .. v .. ")\n", [[expandAlias("target ]]..v..[[") printTargetWindow()]], "Target " ...
by Lezard
Mon Dec 03, 2012 1:46 am
Forum: Help Forum
Topic: clickable 'who here' miniconsole HELP!
Replies: 5
Views: 3975

Re: clickable 'who here' miniconsole HELP!

<[string "peopleHere = peopleHere or {}..."]:30: attempt to call method 'EchoLink' (a nil value)>
Basically what that is saying is that it's attempting to call the function EchoLink, a nil value, meaning it doesn't exist.

EchoLink should be echoLink
Look here.
by Lezard
Tue Nov 13, 2012 10:30 pm
Forum: Scripts & Packages
Topic: Akayan UI
Replies: 47
Views: 123720

Re: Akayan UI

sweet! Thanks for this :) Keep up the good work ^-^