Quote:
Originally Posted by Vladinator If you change names it will disconnect if you try to link to people. ;P |
By blizzard design i'm afraid, the item name and colour must correspond to the itemid. The only bits you can really change and get away with are the enchant slot, and 3 gem slots (first 4 zeros in instructions in first post)
If you want to see what makes up an item link that you have, what you can do it
/script DEFAULT_CHAT_FRAME:AddMessage(gsub(" ", "\124", "\124\124"));
link your item in that gap after gsub(" , and hit enter. the | characters are actually the \124 that you see in the links (if you put | in the chat it wont work, you have to actually put \124 like in the links above)
for interest, the FF in the \124ff that goes before the colour in the link is the transparency value, havent tried messing around with it, but it may work, give it a shot (any hex number between 00 and FF is legal, whether the server;ll allow it is another matter)