Editing Spell and Quest links menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    jonchijonchi's Avatar Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Editing Spell and Quest links

    Editing Spell and Quest links
    After a couple of reposts about linking funny Quests and GM spells in the chat i decided to make this guide. I hope it is useful to you guys!
    Notice these scripts can't cause you a Disconnect!
    EDIT: All credit goes to me


    Editing Spell Links
    The patch 2.4 allows you to link spells you dont even have by typing in a simple script:

    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:SPELL ID\124h[Spell Name]\124h\124r");

    to make it work you just need to replace the SPELL ID to the spells Id which can be found via WoWhead and
    replace the Spell Name to the Spells correct name.



    Adding Spell ID
    1. part is to look for the spells name we are looking for, lets say it is Fireball.
    • Search the WoWhead for the Fireball
    • The result will show you only one item Tome of Fireball XII
    • Click button "Uncategorized spells" upper to the search result
    • Scroll down to the fireball and click it
    • Then the sites address will be like this:
      http://wowhead.com/?spell=24611 the green part of the address is the items ID.

    2. part is to add the item ID to the script:
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:SPELL ID\124h[Spell Name]\124h\124r");
    ---> /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:24611\124h[Spell Name]\124h\124r");

    Now we have the items ID but the spells name is still missing


    Adding Spell name
    Adding the spells name is the simpliest thing. You can replace it whit anything you want, like [OMGPEWPEW] but its not worth it, becouse if you link it,
    it will only show the correct spell name [Fireball].Or you can just replace
    Spells Name with the Spells
    correct name to make it simplier to remember which spell is which.

    The other parts of the scripts ("\124cff71d5ff\....) are just color or other codes. You can try to change them but they will show by the lightblue color in the chats anyway.



    Some Spell links i made for you:

    [Simple Teleport Other]
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:7079\124h[Simple Teleport Other]\124h\124r");

    [Area Death (TEST)]
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:265\124h[Area Death (TEST)]\124h\124r");

    [Death]
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:41220\124h[Death]\124h\124r");

    [Kill Critter]
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:35137\124h[Kill Critter]\124h\124r");



    Editing Quest Links
    The script for Quests is pretty same looking as Spell script
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:Quests ID:Quests lvl\124h[Quests name]\124h\124r");


    Adding Quests ID
    1. part find the ID for your Quest, lets say the quest is Spleedid!
    • Search WoWhead for Spleendid
    • You will get the Quest Spleedid!'s info page
    • Check the Quests ID from Address: http://wowhead.com/?quest=10661
    • Copy the yellow part, it's the Quests ID
    2. part replace Quest ID with the ID you've found/script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:Quests ID:Quests lvl\124h[Quests name]\124h\124r");
    --->/script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:10661:Quests lvl\124h[Quests name]\124h\124r");

    Adding Quests lvl
    1. part look for the lvl of the quest from WoWhead, we are finding it for
    the quest Spleedid!
    2. Copy the lvl req and replace Quests lvl with the lvl you've found:

    /script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:10661:Quests lvl\124h[Quests name]\124h\124r");
    --->/script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:10661:69\124h[Quests name]\124h\124r");

    Adding Quests name
    Just replace Quests Name with Quests real name. Notice! The quests name must be written 100% right or it won't work!
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:10661:69\124h[Quests name]\124h\124r");
    --->
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:10661:69\124h[Spleendid!]\124h\124r");


    The other parts of the script ("\124cff71d5ff\....) are just color or other codes. You can try to change them but they will show by the color of your level in the chats anyway.

    Quest link i made for example:

    [Don't Kill the Fat One]
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cffff2020\124Hquest:9889:65\124h[Don't Kill the Fat One]\124h\124r");



    Try these out and make your own and post them here, i hope this was helpful!
    Made this to be Sticky
    Last edited by jonchijonchi; 04-06-2008 at 08:23 AM. Reason: Wrong quest ID
    You may clip our wings, but we will never forget what it was feel to fly
    -Dopefish

    Editing Spell and Quest links
  2. #2
    chrisernja's Avatar Member
    Reputation
    12
    Join Date
    Oct 2007
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    urewinmgepictehepic+Repso gonna use this !!:wave:


  3. #3
    Bareno's Avatar Contributor
    Reputation
    195
    Join Date
    Sep 2006
    Posts
    477
    Thanks G/R
    5/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wowhead already adds spells + quests in an "Get link" button, so no need for this.

    Death Touch - Spells - World of Warcraft

  4. #4
    jonchijonchi's Avatar Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But if you wanna do it the script way (or by your own this is useful)
    You may clip our wings, but we will never forget what it was feel to fly
    -Dopefish

  5. #5
    Alkhara Majere's Avatar Member
    Reputation
    948
    Join Date
    Jul 2006
    Posts
    2,642
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good post. If not your creation, please leave credit.

  6. #6
    Rohi's Avatar Contributor
    Reputation
    113
    Join Date
    Oct 2006
    Posts
    1,002
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ''Some Spell links i made for you:'' You say... for example, that area of death test is martin thunder's use... so I bet you didn't make it ._. nice guide tho, I love to script rather than simple copy paste : D

  7. #7
    Y3go's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you post this links?

  8. #8
    Ic3fuzion's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2007
    Posts
    241
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rohi View Post
    ''Some Spell links i made for you:'' You say... for example, that area of death test is martin thunder's use... so I bet you didn't make it ._. nice guide tho, I love to script rather than simple copy paste : D
    He was just giving some examples of cool spells, he didn't 'make' them, ofcourse.

    Right ?

  9. #9
    nickmename1337's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guid, but no credit ?
    Last edited by nickmename1337; 04-06-2008 at 05:47 AM.

  10. #10
    ka11's Avatar Member
    Reputation
    6
    Join Date
    Feb 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, thanks

  11. #11
    l8flip's Avatar Active Member
    Reputation
    90
    Join Date
    Feb 2007
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good post, you compiled it really nice.
    Too bad there's no need for it since this has been posted countless times before, use the search function next time so you don't waste time.

  12. #12
    Barlas the Death Knight's Avatar Active Member
    Reputation
    40
    Join Date
    Aug 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /script DEFAULT_CHAT_FRAME:AddMessage("\124cff71d5ff\124Hspell:24611\124h[Soo Dop'a'Whop!]\124h\124r");

    FTW

  13. #13
    jonchijonchi's Avatar Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All credit goes to me, spent 3 hours time making this guide.
    You may clip our wings, but we will never forget what it was feel to fly
    -Dopefish

  14. #14
    jonchijonchi's Avatar Member
    Reputation
    34
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Atleast you can use this topic to post some funny scripts imo.
    You may clip our wings, but we will never forget what it was feel to fly
    -Dopefish

  15. #15
    freakyflow's Avatar Contributor
    Reputation
    116
    Join Date
    Jan 2008
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    useless, you should have just made a link to wowhead whats point in all this?

Page 1 of 2 12 LastLast

Similar Threads

  1. Editing tooltips and quest text posible?
    By badrush in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 09-27-2009, 10:33 AM
  2. Editing spells and threat values
    By Dudix11 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-25-2008, 03:37 AM
  3. [Spell Edit] Eat and Drink with STYLE! :D
    By -Lex in forum World of Warcraft Model Editing
    Replies: 47
    Last Post: 04-15-2008, 10:46 PM
  4. Guide to editing quest links, as well as linking spells.
    By liquidated in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 03-29-2008, 02:05 AM
  5. Editing spell links (2.4)
    By Stew in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 02-20-2008, 11:13 AM
All times are GMT -5. The time now is 12:45 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