Search found 18 matches

by Pain
Sun Jan 17, 2010 12:11 am
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

Ohhhhhhhhhh http://lists.w3.org/Archives/Public/www ... /0052.html

Edit: I see in that list, the X11 green is 0,255,0 and such and the HTML/CSS green is the one I'm talking about. Can I just modify LuaGlobal to use the colors that I'm accustomed to?
by Pain
Sun Jan 17, 2010 12:07 am
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

In every other client I've ever used, your green was called lime, and they had an actual green (0,128,0) for green, and (o,2550) for lime, aka bright green.
by Pain
Fri Jan 15, 2010 9:11 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

no, those are the colors Nick Gammon and Zugg agreed to use in their clients that are not used in this client. Lime (bright green) is normally green, there's no actual green, and there's no silver, heh.

And thanks a ton for all of your help guys :)
by Pain
Fri Jan 15, 2010 1:46 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

Shouldn't it have been fine because I was adding to the table? Maybe I missed something.
by Pain
Fri Jan 15, 2010 1:45 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

new line arrived:3297h, 3894m exdb-

Trigger name=prompt(^(\d+)h\, (\d+)m (\w+)\-$) matched.
capture group #1 = <3297h, 3894m exdb->
capture group #2 = <3297>
capture group #3 = <3894>
capture group #4 = <exdb>
LUA: ERROR running script prompt (Trigger6) ERROR:Lua error:...ts and Settings/Matthew ...
by Pain
Thu Jan 14, 2010 9:23 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

Additionally, I get this error from the debug console. Can't copy from debug console but, it says that I'm attempting to index field '?' (a nil value) from line 690 of LuaGlobal.lua.

Code: Select all

689: function bg(name)
690:   setBgColor(color_table[name][1], color_table[name][2], color_table[name][3])
691: end
by Pain
Thu Jan 14, 2010 9:19 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Re: Prompt echo not working correctly.

Thanks, how does the cecho function work? I don't see it in the help files at all.
by Pain
Thu Jan 14, 2010 7:55 pm
Forum: Help Forum
Topic: Prompt echo not working correctly.
Replies: 14
Views: 13978

Prompt echo not working correctly.

The problem is, that mudlet isn't echoing my health after the prompt.
Just a test to try and figure this client out.

Here's my output:

3297h, 3894m cexkdb-

When it should be:

3297h, 3894m cexkdb-3297(100)h,

here's my code:


RegExp: ^(\d+)h\, (\d+)m (\w+)\-$


-- Acquire current/previous ...
by Pain
Thu Jan 14, 2010 8:50 am
Forum: Help Forum
Topic: User font
Replies: 11
Views: 9025

Re: User font

yeah I don't get it. I've used that font for something like 10 years so anything else feels unnatural. Just like, playing on a white background is the way I go, haha.
by Pain
Tue Jan 12, 2010 11:57 pm
Forum: Help Forum
Topic: ANSI Colors?
Replies: 7
Views: 7456

Re: ANSI Colors?

Most of the colors from this table are the same from mushclient, except I believe the green/lime situation. Is this a standardized color set? Is there anyway I could override the RGB values for green and add lime to this table?