Achievement Link Forging menu

User Tag List

Page 1 of 9 12345 ... LastLast
Results 1 to 15 of 127
  1. #1
    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)

    Achievement Link Forging

    OK so you've all seen them people linking the achievements they've done, and it shows on the tooltip when you click it "Achevement completed by ____ on x-x-xx", well the thing is, like item links the server doesnt actually validate the contents of a link it just validates that it is a legal link, meaning of course that you can make up one that says you earned the Scarab lord achievement (for example) on the 15th of October, and confuse the hell out of your guild mates.


    HOW
    Step 1: Gathering information. Its not as simple as just copy/paste some code and bam it works, you need to get the following things:
    1. Your characters GUID. I don't want to sit here all night explaining what a GUID is etc, just run this:
    Code:
    /script ChatFrame1:AddMessage(UnitGUID("PLAYER"))
    it should look something like this: , chop off the 0x and make a note of this, you'll need it later
    2. The id and name of the achievement you want to use. Best way for that is to look it up on wowhead or something similar. On wowhead, the URL will look something like hxxp://www.wowhead.com/?achievement=1234 and its that 1234 that you need, as well as the exact achivement name.
    3. The date for your achievement, if its something like Scarab Lord, then pick the patch date, which is when it would have been awarded, otherwise, pick whatever date you want after the patch date.

    Step 2: The magic bit
    Substitute the following information in where marked, and run this command:
    1234 = Achievement ID
    0000000000000001 = Character's GUID (Yes you should put all the zeros in that you got from the command above)
    12 = Date (Month)
    31 = Date (Day)
    8 = Date (year, last digit)
    Scarab Lord = Achievement Name
    Code:
    /script ChatFrame1:AddMessage("\124cffffff00\124Hachievement:1234:0000000000000001:1:12:31:8:4294967295:4294967295:4294967295:4294967295\124h[Scarab Lord]\124h\124r")
    From there, shift click it into whatever chat message you want and it should work.
    If you get d/ced or your guild decides to kick you for whatever, please don't blame me.
    And one final point: you;re forging a link for an achievement, you're not forging the actual achievement, as far as the game is concerned this has no effect on what you've completed, and anyone comparing achievements to you will see what you have/haven't done anyway.

    EDIT: fixed link, had a C instead of an R at the end
    Last edited by Stew; 10-18-2008 at 10:35 PM.

    Achievement Link Forging
  2. #2
    Christina's Avatar Contributor
    Reputation
    98
    Join Date
    Aug 2008
    Posts
    394
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice! +Rep

  3. #3
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    782
    Thanks G/R
    290/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesnt work. Or I may be doing it wrong, where do you put the GUID?
    Last edited by Ginchy; 10-18-2008 at 10:33 PM.

  4. #4
    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)
    Originally Posted by Ginchy View Post
    Doesnt work.
    Wow you should be an addon beta tester with those kind of error reporting skillz

    3rd last character changed to r from c, should work now

  5. #5
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    782
    Thanks G/R
    290/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I put it in, it doesnt link anything, just says the word.

  6. #6
    Dr. Doom's Avatar Elite User

    Reputation
    400
    Join Date
    Jan 2008
    Posts
    1,722
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not bad(filla)

    EDIT: <3 sammy
    Last edited by Dr. Doom; 10-19-2008 at 12:12 AM.

  7. #7
    Lemonnns's Avatar Active Member
    Reputation
    23
    Join Date
    Mar 2007
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had a problem with it only showing the word too, you have to replace the 1234 with the real achievement ID for Scarab Lord, 416.

  8. #8
    Mike3667's Avatar Banned
    Reputation
    187
    Join Date
    Aug 2006
    Posts
    995
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't customize one myself and make it linkable. Shame, +rep though.

  9. #9
    Embalm's Avatar Banned
    Reputation
    48
    Join Date
    Oct 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Going to test it. Sounds really nice, great job. +REP

  10. #10
    555's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know I'm a leecher and all. But this won't work, all links are now checked server side first. You will get dc'd any time you try to put your created link into a comment. Every time.

    So it defeats the whole purpose of "confuse your guildmates" as your friends and everyone else can never see it, just you.

    It's cool what you did, but you should have just been upfront that it can NEVER work, instead of telling people it's so funny, and they might get gkicked, you mention dc's but pretend there's only a chance it can happen, when I'm sure you knew it happens every time. This entire thing is rather pointless unless someone wants to go through all this work to...trick themselves.

    Thought I would save people some time.
    Last edited by 555; 10-18-2008 at 11:48 PM.

  11. #11
    Kelthuzard's Avatar Member
    Reputation
    16
    Join Date
    Oct 2007
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot are the achievemnta worth it

  12. #12
    BRB TRiPPiN's Avatar Member
    Reputation
    5
    Join Date
    Aug 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works fine for me 555 so your explanation is a fail.

  13. #13
    Dragoner's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lolz nice find

  14. #14
    zee kill's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is sooo great rep+

  15. #15
    555's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by extc View Post
    It works fine for me 555 so your explanation is a fail.
    If you mean you can see "scarab lord" you're right. But as I said it cannot be linked in guild chat or anywhere else. If it's working for you on live you are a miracle man. Please tell us what you did, instead of just saying fail, which was ironic.

Page 1 of 9 12345 ... LastLast

Similar Threads

  1. Easy to use fake achievement link creator
    By Vladinator in forum World of Warcraft Exploits
    Replies: 81
    Last Post: 05-26-2009, 01:21 PM
  2. Achievement link generator
    By Vandra in forum World of Warcraft Exploits
    Replies: 43
    Last Post: 11-30-2008, 05:48 AM
All times are GMT -5. The time now is 06:08 AM. 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