Editing Item Links and Stats menu

User Tag List

Page 1 of 12 12345 ... LastLast
Results 1 to 15 of 172
  1. #1
    darkwarrior's Avatar Member
    Reputation
    49
    Join Date
    May 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Editing Item Links and Stats

    After I seen the pants that make you naked I searched all over and couldn't find anything about how to edit the link on here so I searched the web and I found all the info I could about it. Since I don't think its intended i'm posting it here.

    For starters heres the link we'll be editing.

    /script SendChatMessage("\124cffff8000\124Hitem:13262:0:0:0:0:0:0:0\124h[Ashbringer]\124h\124r");

    Ok so i'll break it down for you so you understand what you can do and how to do it.



    /script SendChatMessage("\124cffff8000\124Hitem:13262:0:0:0:0:0:0:0\124h[Ashbringer]\124h\124r");

    The FF8000 is the item color code, here is a list of the color codes for all the items.

    # Poor = 9d9d9d
    # Common = ffffff
    # Uncommon = 1eff00
    # Rare = 0070dd
    # Epic = a335ee
    # Legendary = ff8000
    # Artifact = e6cc80

    When changing it make sure you don't change the 124cff



    /script SendChatMessage("\124cffff8000\124Hitem:13262:0:0:0:0:0:0:0\124h[Ashbringer]\124h\124r");

    Next is the item ID, I know most of you probably know how to find an items ID from model editing but for those of you that don't i'll show you. Ok first off go find the item on wow.allakhazam.com then what you'll have to do is click on XML just below the item info. From there i'm sure you can just either CTRL+F and search ID or look for it. After you find it plug it in to the above script.



    /script SendChatMessage("\124cffff8000\124Hitem:13262:0:0:0:0:0:0:0\124h[Ashbringer]\124h\124r");

    The next thing you have to change is the items name, it has to be changed right or the item wont link.




    Ok now that you can link items with a script heres the neat things you can do.

    /script SendChatMessage("\124cffff8000\124Hitem:13262:0:0:0:0:0:0:0\124h[Ashbringer]\124h\124r");

    Those 0's are the special things about the item link.
    The first Zero will show up as an enchant, the rest will show up as white stats on the item link.

    So now on to where you can find the numbers to plug into the Zero spots.
    I dont feel like copying all enchants and stats in the game into this thread so you'll have to find them yourself. How you can find them is opening your copy of warcraft studio or what ever else you use to extract DBC files from WoW and going to WorldofWarcraft\Data\enUS\DBFilesClient\SpellItemEnchantment.dbc
    Or you can also go to EnchantId - WoWWiki - Your guide to the World of Warcraft Thanks to Stew who brought this list to my attention.


    Ok from there you can search the stats you want by going through the desc column and when you find the stats you want you plug the ID number in place of the Zero of your choice.

    So anyways hopefully you can understand that and find a use for it, I'm sure you could probably use it for scamming or maybe just showing off to your friends. If I left something out or don't understand something make a post and i'll help you out.

    TAKEN FROM PAGE 10 TO WORK WITH 2.4!!

    Originally Posted by Isenhard View Post
    This should work for linking other places than /s:

    /script SendChatMessage("124cffe6cc80124Hitem:18582:2673:1208:1220:1214:3225:0:0124h[The Twin Blades of Azzinoth]124h124r", "GUILD", "Common", "GUILD");

    Chattype, can be replaced by following:
    SAY
    YELL
    PARTY
    GUILD
    RAID
    BATTLEGROUND
    WHISPER
    CHANNEL

    Language should be set to eighter:
    COMMON
    ORCISH

    Channel:
    If you set chattype to WHISPER, you should write the recivers name here.
    If you set chattype to CHANNEL, you should write the number of channel here.

    Hope that helps.
    Regards.


    Some rare item links. May not work on all servers at all times.

    Martin Thunder:
    /script SendChatMessage("\124cffe6cc80\124Hitem:192:0:0:0:0:0:0:0\124h[Martin Thunder]\124h\124r");


    GM Slipper:
    /script SendChatMessage("\124cffffffff\124Hitem:11508:0:0:0:0:0:0:0\124h[Gamemaster's Slippers]\124h\124r");
    Posted by s0up0re fixed by baddmadd.


    GM Robe:
    /script SendChatMessage("\124cffffffff\124Hitem:2586:0:0:0:0:0:0:0\124h[Gamemaster's Robe]\124h\124r");
    Posted by s0up0re fixed by baddmadd.


    GM Hood:
    /script SendChatMessage("\124cffffffff\124Hitem:12064:0:0:0:0:0:0:0\124h[Gamemaster Hood]\124h\124r");
    Posted by s0up0re fixed by baddmadd.
    Last edited by darkwarrior; 04-18-2008 at 02:32 PM.

    Editing Item Links and Stats
  2. #2
    Cal's Avatar Active Member
    Reputation
    29
    Join Date
    Aug 2006
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Will test it during a Kara raid and scare the hell outta people (if it works).

    Then I'll crawl back here and +rep you.
    My screenshot thread is inactive until further notice.

  3. #3
    darkwarrior's Avatar Member
    Reputation
    49
    Join Date
    May 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Just a heads up that ashbringer link probaly wont work but you can try it if you want. Blizz still wont let you link items that havent been seen on your server but that wasnt really the point of me posting this. However you can use that script to fish for items that are really rare such as GM items, once in a while you will probaly get lucky, i've been able to link Martin Thunder and the full GM cloth set in game using this script.

  4. #4
    htolife's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Can you link an example of a item like this? So we can test it

  5. #5
    darkwarrior's Avatar Member
    Reputation
    49
    Join Date
    May 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Sure thing let me switch computers and i'll upload a pic and put the script on here.

  6. #6
    htolife's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Thats really nice Looking forward to it

  7. #7
    treyska's Avatar Drummer / Designer
    Reputation
    392
    Join Date
    Nov 2006
    Posts
    1,039
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    very nice looking, keep us posted


  8. #8
    darkwarrior's Avatar Member
    Reputation
    49
    Join Date
    May 2007
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Ok heres what it looks like if the finished link

    I made the ultimate hunter twink item.


    And heres the script for the link in script form so you can test it out.
    /script SendChatMessage("\124cffffffff\124Hitem:37:2673:1117:1093:198:0:0:0\124h[Worn Axe]\124h\124r");

  9. #9
    htolife's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    So Cool :d

  10. #10
    htolife's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Really cool if ppl post the items they make

  11. #11
    Ulgrim's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    249
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    works great! +rep!

  12. #12
    Stew's Avatar Member
    Reputation
    59
    Join Date
    Sep 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Yep, theres also a pretty comprehensive list of the enchantids on wowwiki here:

    EnchantId - WoWWiki - Your guide to the World of Warcraft

    i had a play around with this when 2.3 first came out, most of my guild wanted to see their weapons with executioner on. Quite handy. (also annoyed several warrs and rogues by putting it on my caster staff and linking it :-))

  13. #13
    Tankotron's Avatar Commander
    Reputation
    35
    Join Date
    Jun 2007
    Posts
    811
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    some1 make like, Frostmourne
    Last edited by Tankotron; 11-30-2007 at 06:29 PM.

  14. #14
    dr00dsteve's Avatar Active Member
    Reputation
    55
    Join Date
    Apr 2007
    Posts
    195
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    If anyone knows the enchant ID for executioner I would <3 you.

  15. #15
    dr00dsteve's Avatar Active Member
    Reputation
    55
    Join Date
    Apr 2007
    Posts
    195
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Editing Item Links and Stats

    Warglaive MH with mongoose

    /script SendChatMessage("124cffff8000124Hitem:32837:2673:0:0:0:0:0:0124h[Warglaive of Azzinoth]124h124r");


    OH with mongoose
    /script SendChatMessage("124cffff8000124Hitem:32838:2673:0:0:0:0:0:0124h[Warglaive of Azzinoth]124h124r");
    Last edited by dr00dsteve; 12-01-2007 at 04:14 PM.

Page 1 of 12 12345 ... LastLast

Similar Threads

  1. Change Item name and stats in chat links
    By Rguy in forum Diablo 3 Exploits
    Replies: 4
    Last Post: 09-12-2012, 12:04 AM
  2. [Database] Some edited items in-game stats not changing in Ascent database
    By Achay in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 09-24-2010, 05:41 AM
  3. [2.4] Editing item link/stats
    By Mdgames in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 04-07-2008, 05:00 PM
  4. Replies: 2
    Last Post: 11-14-2007, 07:48 AM
  5. Paul Stanley download link and WoW Item Creator :)
    By stradivuckos in forum Community Chat
    Replies: 9
    Last Post: 09-23-2007, 03:38 AM
All times are GMT -5. The time now is 03:00 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search