- JimboMonkey1234
- |
- Exalted Legendary Member
Posted by: N1CK5TER
My text won't stop being yellow.
What do I do?
I uninstalled Coup d'Bungie, deleted the yellow hex code, changed it, deleted it. What else can I do?
I KNOW EXACTLY WHAT IS GOING ON.
No matter how you change your local settings, the Masterscript will overwrite text color, and nothing else. Here's what you do.
Right click on the Greasemonkey symbol, click MANAGE USER SCRIPTS, choose Coup d'Bungie 2.5, click EDIT at the bottom, find your name (use cntrl F), and look at your code. Should look like this:
['N1CK5TER', 'Master Wheelman', '#CCCC00', 'http://img299.imageshack.us/img299/2066/crossingbarto0.j pg', '', '#CCCC00', '#CCCC00', 'http://images.wikia.com/halo/images/5/51/Wheelman.gif 9;]Break that down into this:
[0]UserName, [1]UserTitle, [2]UserTitleColor, [3UserBarImage, [4]UserBarBackgroundColor, [5UserBarBorderColor, [6]UserPostColor, [7UserAvatarImageSo, change your original to this:
['N1CK5TER', 'Master Wheelman', '#CCCC00', 'http://img299.imageshack.us/img299/2066/crossingbarto0.j pg', '', '#CCCC00', '#FFFFFF', 'http://images.wikia.com/halo/images/5/51/Wheelman.gif 9;]That'll give you white text.
Again, the problem is that Masterscript overwrites local settings sometimes, and only for text color.
And this is only for 2.5. You can't change your MS script settings in V3. And on 2.5, when you change it, no one else can see it. Just you can.