[Share]Custom item Colors! menu

User Tag List

Results 1 to 10 of 10
  1. #1
    MCdeathMC's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Share]Custom item Colors!

    Custom item Colors!

    WARNING! i only made the custom items like donor gear or items from quests with the quality id changed....if you change a items quality that drops off a mob to 8 - 14 the person will not be able to loot it. but buying from a vendor or getting from a quest works!

    everyone knows the main wow item colors on a items name well i found some others out



    http://img16.imageshack.us/img16/8044/testsyq.png

    the just change the number in the Quality to 8 - 14 see picture below for the item colors!



    http://img30.imageshack.us/img30/279/test2ca.jpg

    MCdeathMC - MMOwned
    Last edited by MCdeathMC; 03-13-2010 at 03:39 PM.

    [Share]Custom item Colors!
  2. #2
    Xees's Avatar Contributor

    Reputation
    92
    Join Date
    Aug 2009
    Posts
    189
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epicz , too bored to check it out , + RAPE
    Doooooo+Repoooooooo+Repoooooood

  3. #3
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, I wasn't aware of this. +Rep

  4. #4
    MCdeathMC's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ground Zero View Post
    Nice, I wasn't aware of this. +Rep
    ya i found it when i changed it to a 8 when i ment to make it a 6 lol after that i used the colors for my system like blue was normal item than doing a quest to upgrade the item u would the item ++stats in red and so on

  5. #5
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats pretty cool. I never within 4 years knew you can do that.

    I changed all donation items colors, voting items colors. and so on. Pretty useful

    +3 rep



    however there is a little more to it to make it work correctly

    static const char *g_itemQualityColours[14] = {
    "|cff9d9d9d", // Grey
    "|cffffffff", // White
    "|cff1eff00", // Green
    "|cff0070dd", // Blue
    "|cffa335ee", // Purple
    "|cffff8000", // Orange
    "|cffe6cc80", // Artifact
    };

    string ItemPrototype::ConstructItemLink(uint32 random_prop, uint32 random_suffix, uint32 stack)
    {
    if( Quality > 14 )
    return "INVALID_ITEM";
    need to change to 14 and add colors

    If you can get the color codes i will make a patch
    Last edited by Algorithm; 03-07-2010 at 10:50 PM.

  6. #6
    naturaunglosar's Avatar Member
    Reputation
    9
    Join Date
    Mar 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally i found out how to change the colors...thank you!
    I was looking for guides on google.com,but now...my search is over

  7. #7
    MCdeathMC's Avatar Active Member
    Reputation
    66
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by naturaunglosar View Post
    Finally i found out how to change the colors...thank you!
    I was looking for guides on google.com,but now...my search is over
    lol np i searched and searched and never found anything tell i started messing around with my test server lol

  8. #8
    lol97899's Avatar Contributor
    Reputation
    104
    Join Date
    Nov 2008
    Posts
    262
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, +Rep for you

  9. #9
    spakel's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    static const char *g_itemQualityColours[14] = {
    "|cff9d9d9d", // Grey
    "|cffffffff", // White
    "|cff1eff00", // Green
    "|cff0070dd", // Blue
    "|cffa335ee", // Purple
    "|cffff8000", // Orange
    "|cffe6cc80", // Artifact
    };
    
    string ItemPrototype::ConstructItemLink(uint32 random_prop, uint32 random_suffix, uint32 stack)
    {
    if( Quality > 14 )
    return "INVALID_ITEM";
    And i understand it all just don't know where to find that code at...

  10. #10
    Chrispl57's Avatar Corporal
    Reputation
    12
    Join Date
    Jun 2010
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice didnt know this +rep

Similar Threads

  1. No custom item visible in game...
    By zyberkirby in forum WoW Items & Quests
    Replies: 6
    Last Post: 09-20-2007, 08:00 PM
  2. WoW Customized Item Links?
    By shadowdreams7 in forum World of Warcraft General
    Replies: 8
    Last Post: 03-19-2007, 11:05 AM
  3. World of Warcraft Custom Items
    By mantor4 in forum World of Warcraft General
    Replies: 5
    Last Post: 12-29-2006, 02:22 PM
  4. mmowned special: custom item names
    By Relz in forum World of Warcraft Guides
    Replies: 58
    Last Post: 09-27-2006, 11:51 PM
All times are GMT -5. The time now is 11:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search