Achievement Link Forging menu

User Tag List

Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 91 to 105 of 127
  1. #91
    THEjasman's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    getting disconnections from the code gen on the website you posted OP

    Achievement Link Forging
  2. #92
    coldmrn's Avatar Member
    Reputation
    44
    Join Date
    Mar 2007
    Posts
    348
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quite complicated but still a good idea to stuff around with, will play around with it later and tell ya how it goes


  3. #93
    Killerpet's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since some ppl are having difficulty with this ill help explain it. Here is how the code is broken down:

    Code:
    /script ChatFrame1:AddMessage("\124cffffff00\124Hachievement:2186:0000000000F437F3:1:3:8:9:4294967295:4294967295:4294967295:4294967295\124h[Scarab Lord]\124h\124r")
    is




    However, if you still dont understand and just want to have fun you can use these commands (you can make 3 macro's if you like and just click them at the start)

    Run these 3 scripts:
    Code:
    /script function a(X) m=date("%m"); d=date("%d"); y=date("%y");p=UnitGUID("PLAYER");if X == nil then x=math.random(10000); else x=X;end;I,N=GetAchievementInfo(x);if N~=nil then b(p,x,N,m,d,y); else a();end; end

    Code:
    /script function b(p,x,N,m,d,y) M="\124cffffff00\124Hachievement:"..x..":"..strsub(p,3)..":1:"..m..":"..d..":"..y..":4294967295:4294967295:4294967295:4294967295\124h["..N.."]\124h\124r" ChatFrame1:AddMessage(M.." ID# "..x); end; a();

    Code:
    /script function c(T) if T==1 then Ty="GUILD"; else Ty="EMOTE" end; SendChatMessage("has earned the achievement "..M.."!",Ty); end;
    after running these 3 scripts once (you dont need to run them after this) use the following commands:

    /script a() <--generates a random achievement

    /script a() <-- generates the achievement relating to the achievement ID
    e.g. /script a(610) is [Death to the warchief]

    /script c() <-- Displays the emote " has earned the achievement "
    e.g. doing /script a(610) then doing /script c() will result in " has earned the achievement [Death to the warchief]"

    /script c(1) <-- does the same as above but in guild (note: you will still have the : after your name)

    proof: (im horde)



    EDIT: If you make these into a macro you can just click the middle macro to generate a random achivement

    NOTE: The achivements generated will always have the current date and be for that character. it is possible to make achievements with any date in the future or past too and possible to make achivements for other people by changing the id to theirs, their id can be obtained using /script ChatFrame1:AddMessage(UnitGUID("TARGET"))

    NOTE2: To get the achievement ID got to www.wowhead.com and find the achievement (e.g. Death to the Warchief!) the URL at the top will contain the ID (e.g. for Death to the Warchief! it will be wowhead.com/?achievement=610 so 610 is the ID)

    -------------------------------
    For those of you interested here is a complete breakdown from http://www.wowwiki.com/AchievementLink
    Code:
    |cffffff00|Hachievement:2186:00000000002FDDE9:1:12:19:8:4294967295:4294967295:4294967295:4294967295|h[The Immortal]|h|r
    * "|cffffff00" - Colorizes the link (see itemLink)
    * "|H" - Hyperlink introduction
    * "achievement:2186" - Achievement ID
    * "00000000002FDDE9" - Character ID
    * "1" - Status of this achievement. "1" means finished, and vice versa.
    * "12" - Month this was finished.
    * "19" - Day this was finished.
    * "8" - Year this was finished, starts from 2000.
    * "4294967295" - Flags of details of this. (#1)
    * "4294967295" - Flags of details of this. (#2)
    * "4294967295" - Flags of details of this. (#3)
    * "4294967295" - Flags of details of this. (#4)
    * "|h" - Hyperlink data concluded, text follows
    * "[The Immortal]" - Display text
    * "|h" - Hyperlink conclusion
    * "|r" - Returns color to normal


    (4294967295 is the highest number you can get using 32 bits)
    Last edited by Killerpet; 03-08-2009 at 11:43 PM.

  4. #94
    Fillepille's Avatar Active Member
    Reputation
    16
    Join Date
    Nov 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I always get dc'ed when i try to link it, anyone know why?

  5. #95
    ron84's Avatar Established Member
    Reputation
    60
    Join Date
    Jan 2009
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did some more research and found out that i was wrong, if a mod is around please delete this post
    Last edited by ron84; 04-08-2009 at 05:27 PM. Reason: mere stupidity

  6. #96
    randomized's Avatar Member
    Reputation
    12
    Join Date
    Jun 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To make this simpler... Achievements

  7. #97
    prowy's Avatar Active Member
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Confirmed this still works, i've been doing this all night.

  8. #98
    populus's Avatar Member
    Reputation
    9
    Join Date
    Jul 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice. But I keep getting DC'd when I try to /w it to someone (:

  9. #99
    Mirora's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking good, and works well Thanks for sharing

    +Rep

  10. #100
    Ripe's Avatar Member
    Reputation
    7
    Join Date
    Jun 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn nice 100% working
    (For brainless people: To link that to the chat just use script and shift click it to your chat, no DC or something)

  11. #101
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is basically the same as when you could put images into chat, correct? +Rep

  12. #102
    [Royal]'s Avatar Banned
    Reputation
    336
    Join Date
    Mar 2008
    Posts
    694
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I try this but I cant link it in guild or trade, what am I doing wrong?

    /script ChatFrame1:AddMessage("\124cffffff00\124Hachievement:2904:0380000002BDAD25:1:06:1:09:4294967295:4294967 295:4294967295:4294967295\124h[Conqueror Of Ulduar]\124h\124r")

  13. #103
    frank123321's Avatar Member
    Reputation
    7
    Join Date
    Feb 2009
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Royal] View Post
    I try this but I cant link it in guild or trade, what am I doing wrong?

    /script ChatFrame1:AddMessage("\124cffffff00\124Hachievement:2904:0380000002BDAD25:1:06:1:09:4294967295:4294967 295:4294967295:4294967295\124h[Conqueror Of Ulduar]\124h\124r")
    Get's me d/ced as well, been trying to figure this out but all i get is dc

  14. #104
    anonymous123's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why are 6 month old posts still on the front page

  15. #105
    eric888's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just tried it, works flawless after you understand what to edit etc.

Page 7 of 9 FirstFirst ... 3456789 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 12:42 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