Heró
OG
Heres a fun little trick to confuse people and your friends
as many of you may know you can link an item from wowhead with the link button on the item page, you get a basic script with this:
Thats the link for shadowfang. now theres a script in there which takes the item information the interesting bit is this bit.
see the line of zeroes? this means no enchants. thats where we replace it
you can find the enchant id on the wowhead page aswell, go to the effect part of this.
this is the effect of mongoose, we are given the ID in brackets, now just replace the first 0 with it and you will have this link.
copy and paste this and voila, you have just linked a shadowfang with mongoose on it. link it on g chat for a lot of WTF?!s ^^
you can do this for ANY item with ANY enchant. you can put nethercleft on a tabard, executioner on a toy train set. w/e you want.
speaking of nethercleft for an application item you need to find the effect by going on the effect page.
e.g. with nethercleft go to the main nethercleft page:
http://www.wowhead.com/?item=29536
now click the use effect and you have the spell effect.
as many of you may know you can link an item from wowhead with the link button on the item page, you get a basic script with this:
Code:
/script DEFAULT_CHAT_FRAME:AddMessage("Shift-click this to place a link into a chat message: \124cff0070dd\124Hitem:1482:0:0:0:0:0:0:0:0\124h[Shadowfang]\124h\124r");
Thats the link for shadowfang. now theres a script in there which takes the item information the interesting bit is this bit.
124Hitem:1482:0:0:0:0:0:0:0:0
see the line of zeroes? this means no enchants. thats where we replace it
you can find the enchant id on the wowhead page aswell, go to the effect part of this.
Enchant Item Permanent: Mongoose (2673)
this is the effect of mongoose, we are given the ID in brackets, now just replace the first 0 with it and you will have this link.
Code:
/script DEFAULT_CHAT_FRAME:AddMessage("Shift-click this to place a link into a chat message: \124cff0070dd\124Hitem:1482:2673:0:0:0:0:0:0:0\124h[Shadowfang]\124h\124r");
copy and paste this and voila, you have just linked a shadowfang with mongoose on it. link it on g chat for a lot of WTF?!s ^^
you can do this for ANY item with ANY enchant. you can put nethercleft on a tabard, executioner on a toy train set. w/e you want.
speaking of nethercleft for an application item you need to find the effect by going on the effect page.
e.g. with nethercleft go to the main nethercleft page:
http://www.wowhead.com/?item=29536
now click the use effect and you have the spell effect.