Search found 13 matches

by Vidal
Mon Jul 26, 2010 2:45 am
Forum: Help Forum
Topic: Oddness in text display
Replies: 4
Views: 5286

Re: Oddness in text display

The HTML-esque tags were the problem. I've never seen it before so I thought I messed something up pretty awfully... Now I know better I guess?

Thanks
by Vidal
Mon Jul 26, 2010 1:31 am
Forum: Help Forum
Topic: Oddness in text display
Replies: 4
Views: 5286

Oddness in text display

I've been having some trouble with the way Mudlet is displaying text. It doesn't happen every time, but it's been more frequent of late.

Not sure how to put images in here, so here's a link:
http://img819.imageshack.us/i/imgap.png/

The only scripts I have are Vadi-Sipper and a few basic bashing ...
by Vidal
Fri Feb 26, 2010 1:40 pm
Forum: Scripts & Packages
Topic: Achaea Fancy GUI 1.0
Replies: 146
Views: 202238

Re: Achaea Fancy GUI 0.6

I'm having a problem where the mini-map isn't functioning. There's no mini-map on the right, instead, the prompt just displays the map each time I move.

Also, I've noticed the guages don't change when I sip health, for example. It waits until I get the "You may drink another health or mana elixer ...
by Vidal
Sat Feb 06, 2010 12:49 am
Forum: Help Forum
Topic: Auto sipper for Achaea does not work
Replies: 14
Views: 14770

Re: Auto sipper for Achaea does not work

So, I fixed the matches[], but it's still not sipping at all.

I added the initialization thing to trigger on login, but even with that, it's not working...
by Vidal
Fri Feb 05, 2010 3:26 pm
Forum: Help Forum
Topic: Auto sipper for Achaea does not work
Replies: 14
Views: 14770

Re: Auto sipper for Achaea does not work

The only place I can find anything with matches[] are in the ^Health: (\d+)/(\d+) Mana: (\d+)/(\d+)$ trigger, where it reads as:

currenthealth = matches[1]
currentmana = matches[3]

maxhealth = matches[2]
maxmana = matches[4]
siphealth = maxhealth-1000
sipmana = maxmana-1000
mosshealth = maxhealth ...
by Vidal
Wed Feb 03, 2010 3:15 am
Forum: Help Forum
Topic: Auto sipper for Achaea does not work
Replies: 14
Views: 14770

Re: Auto sipper for Achaea does not work

I've been having a problem with the sipper, where it won't sip.

Either it won't sip at all, regardless of what I set it to sip at. Or, rarely, I'll try pausing and unpausing it and it'll sip once or twice before stopping entirely, and even when it does sip, it's doesn't sip right when the balance ...
by Vidal
Sat Jan 02, 2010 7:41 pm
Forum: Scripts & Packages
Topic: Achaea Fancy GUI 1.0
Replies: 146
Views: 202238

Re: Achaea Fancy GUI 0.5

I'm not sure how to do screenshots on my laptop, but here's what's in the script box under Graphical User Interface; image location:



-- define the path to the location of the images
-- this needs to be adapted to your own system e.g. "c:\images\mudimages"
-- on my linux system the folder are in ...
by Vidal
Sat Jan 02, 2010 2:16 am
Forum: Scripts & Packages
Topic: Achaea Fancy GUI 1.0
Replies: 146
Views: 202238

Re: Achaea Fancy GUI 0.5

Okay, decided to try it out again, however the graphics aren't showing. I imported the XML under Scripts, and followed the rest of the directions, renamed the path for the GFX folder, still nothing? Only the colours for the bars show up, and those aren't tracking changes either.
by Vidal
Sat Jan 02, 2010 12:04 am
Forum: Scripts & Packages
Topic: Achaea Fancy GUI 1.0
Replies: 146
Views: 202238

Re: Achaea Fancy GUI 0.5

Thank you!
by Vidal
Fri Jan 01, 2010 7:15 pm
Forum: Scripts & Packages
Topic: Achaea Fancy GUI 1.0
Replies: 146
Views: 202238

Re: Achaea Fancy GUI 0.5

So, I tried the GUI, wasn't working quite like it should, so I tried to get rid of it. I've deleted everything I could find that was imported with the package, but I'm still getting the blank space where the compass and guages should be.

Am I just missing something to delete or what? Looking ...