|
acaykath Wanderer
Joined: 03 Aug 2005 Posts: 84
|
Posted: Wed Oct 11, 2006 12:22 am
[1.09] PCOL |
Umm, the update list says you fixed pcol... it seems that you have made it even worse.
ex:
Code: |
Pattern:
Your competent * ({thrashes}) *, leaving marks!
Code:
#PCOL 0x5555FF %x1
Result:
Your competent pierce a gold maiden, leaving marks!
|
Black text on my black background. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Oct 11, 2006 1:30 am |
You need to put the 0x5555FF value in quotes. Seems to be a problem with parsing color values.
So come on...it's not "worse"...it's just different. Using a proper color name like:
#PCOL red %x1
works fine. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Oct 11, 2006 1:39 am |
Nevermind, using quotes around it doesn't work either. Using a normal color like "red" works, but other colors seem to be having problems at the moment.
|
|
|
|
acaykath Wanderer
Joined: 03 Aug 2005 Posts: 84
|
Posted: Wed Oct 11, 2006 2:27 pm |
Lol, after rebooting computer from windows auto updates i get:
Too bad there isn't a command to make an effect like this. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Oct 11, 2006 5:19 pm |
Yeah, that's what I found too. Basically, a variable was uninitialized, so you are getting a random color, which just happens to be a color that increments it's value each time it is used. I also found it to be an amusing effect ;)
|
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Tue Oct 17, 2006 4:27 am |
There are still problems with PCOL in 1.10. Do you need examples?
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
Riesz Novice
Joined: 16 May 2006 Posts: 35 Location: Plymouth, England
|
Posted: Tue Oct 17, 2006 7:01 am |
My god that's one garishly coloured interface... looks like my mIRC to be honest ;)
|
|
_________________ Elaria, Lusternia. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Oct 17, 2006 4:52 pm |
If there are still problems in 1.10, then post specifics. It seems to work fine in my tests here.
|
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Tue Oct 17, 2006 9:48 pm |
With colors like red or yellow there is no problem. But if you use the special colors like goldenrod the y value of 1 goes to black. Line 0 colors correctly irregardless.
Code: |
#show This is line one.
#show This is line two.
#pcol red 0 100 1 0
#show This is line three.
#show This is line Four.
#pcol goldenrod 0 100 1 0 |
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Oct 17, 2006 10:09 pm |
Hmm, wierd. Verified it though and will add it to the bug list.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Oct 21, 2006 1:41 am |
Interesting. This was a bug in zMUD too. It's fixed for v1.11 now.
|
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Sat Oct 21, 2006 2:02 am |
Yep. But the last time I was able to help with Zmud beta testing I didn't know how to use pcol.
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
|
|