Search found 414 matches

by Akaya
Fri Oct 19, 2012 5:20 am
Forum: Help Forum
Topic: issue with mudlet mapper
Replies: 1
Views: 1912

issue with mudlet mapper

Is it possible to get rid of the stuff in the red box? I know its transparent but I'd like it gone. :\

Image
by Akaya
Tue Oct 09, 2012 6:11 pm
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Re: Affliction Tracker

Ok. So with that last little piece of the puzzle, it works great. The afflictions now appear on the UI in a tower-like manner as they're given/lost. Sweeeeeet :D When the svo got/lost aff event is raised, the affliction is sent to a table via table.insert(testTable, 1, affliction) or listRemove(test...
by Akaya
Tue Oct 09, 2012 4:18 pm
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Re: Affliction Tracker

is there another function like table.insert that will insert in the first position? I think that could actually solve my problem if there is.

And thanks! vaff works wonders. I was obviously having to log in and test it out. :P
by Akaya
Mon Oct 08, 2012 10:50 pm
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Re: Affliction Tracker

Well... I've been tinkering with it for a few days and made a little progress but not much. I went ahead and created a few "blank boxes" or frames with clear backgrounds next to each green dot. When the svo lost/got aff events are raised, afflictions are added to/taken from a table. Each p...
by Akaya
Wed Oct 03, 2012 6:44 pm
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Re: Affliction Tracker

ah... hmm. Let me play with that idea and see what I can come up with
by Akaya
Wed Oct 03, 2012 5:03 am
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Re: Affliction Tracker

Another way could be to have pop-up boxes that stack on each other. This way you'll visually know how poorly you're doing if you have a big pile of them - and they could be colour coded as well in importance. I started putting this idea to the test. Here's a pic of what I have so far http://oi50.ti...
by Akaya
Sun Sep 30, 2012 6:11 pm
Forum: Whatever
Topic: Affliction Tracker
Replies: 10
Views: 12579

Affliction Tracker

So I'm about to dive into the world of creating an affliction tracker for my UI. I have 3 rough ideas already but I was hoping to get a few more before I set anything in stone on my screen. My first idea was a mini console that displayed the afflictions you currently have. It works pretty well but l...
by Akaya
Tue Sep 25, 2012 6:30 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 261568

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

Ah. Rockin'. Works perfect. Thank you
by Akaya
Mon Sep 24, 2012 10:11 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 261568

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

I'm having trouble echoing my afflictions to a miniconsole using Vyzor and svo. Here's an excerpt of the event handler I'm using to update the miniconsole: function affHandler(eventname, data) afflictionBoxConsole:Echo("\nEvent: %s, data: %s", eventname, data) end The event handlers being ...
by Akaya
Mon Sep 10, 2012 9:51 pm
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 261568

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

Does Vyzor allow you to place labels over the main window where text flies? I figured I could just add a label to Vyzor.HUD rather than Vyzor.Left/Right/Top/Bottom but it didn't seem to work.