[How To] Remove the gryphons of your actionbar - STEP BY STEP. menu

User Tag List

Results 1 to 9 of 9
  1. #1
    Scarecr0w's Avatar Active Member
    Reputation
    41
    Join Date
    Sep 2007
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [How To] Remove the gryphons of your actionbar - STEP BY STEP.

    Heya G's out there

    I've been wondering why I've never found any addon that simply just removes the gryphons on the sides of your actionbar. Yes, in my opinion they look like sh1t and I think the blow - HARD.

    So I've worked out a new way to remove the gryphons yourself, by making an addon. This guide will teach you how to do it step by step. It's not very hard, and will only take MAX 5 minutes. Have fun!


    Step 1: First off, you want to make a folder in your World of Warcraft addon's folder (C:\Programs\World of Warcraft\Interface\AddOns), you can call it anything you like - I simply just called it "MyAddon".

    Step 2: Inside the new folder you made, you create 2 files, MyAddon.toc and MyAddon.lua. You can do this simply by making a .txt file and rename the last bit to .toc and .lua.

    Step 3: You open MyAddon.toc with notepad or any other text program, and inside it you type this:

    ## Interface: 30000
    ## Title: MyAddon
    ## Notes: My very own addon!
    ## Author: Me!
    MyAddon.lua




    Hit safe and close it.

    Step 4: Then you open up the MyAddon.lua with notepad or any other text program - and type in all of this:

    -- Do this when I enter the world
    local f = CreateFrame("Frame")
    f:RegisterEvent("PLAYER_ENTERING_WORLD")
    f:SetScript("OnEvent",function(event, ...)

    -- hide errors caused by addons
    SetCVar("scriptErrors","0")

    -- camera now shows up to 50yrd and not only 35yrd
    ConsoleExec("cameraDistanceMax 50")

    -- set max FPS to 70, and limit fps down to 30 when WoW is minimized (saves GPU/CPU)
    SetCVar("maxFPS","70")
    SetCVar("maxFPSBk","30")

    -- hide gryphons when I login
    local g1, g2 = MainMenuBarLeftEndCap, MainMenuBarRightEndCap;
    if g1 and g2 then
    g1:Hide()
    g2:Hide()
    end

    end)



    Hit safe and close it.

    Step 5: Close World of Warcraft if you have it up running. Re-open it and have fun.




    Sincerly,
    Scarecr0w - ENJOY
    Scamming, graphics and downloading of programs.

    [How To] Remove the gryphons of your actionbar - STEP BY STEP.
  2. #2
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,647
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wrong section, should go to Macros / UI or whatever.
    Otherwise, nice guide, even tho it covers more than just gryphons :P


  3. #3
    Scarecr0w's Avatar Active Member
    Reputation
    41
    Join Date
    Sep 2007
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah abit - not much though.
    Could anyone move this, PLEASE?
    Scamming, graphics and downloading of programs.

  4. #4
    warsheep's Avatar Contributor
    Reputation
    184
    Join Date
    Sep 2006
    Posts
    1,216
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not that it's very likely, but wouldn't it be better to write
    if g1 or g2 then
    instead of an and statement? Not that it's very likely to be a problem, but if only one
    gryphon shows up, then this wouldn't activate, would it?

    Anyway, this was one of the good posts I've seen lately, and I really liked the max
    background FPS and stuff.

    Also, to get mods to move your thread, try to report it yourself, at least it will get the attention.

    +Rep
    (Also, could you include a download link for this, to make it even easier for people? >.<)
    Last edited by warsheep; 01-07-2009 at 04:19 PM.
    FOR A MOMENT, NOTHING HAPPENED. THEN, AFTER A SECOND OR SO, NOTHING CONTINUED TO HAPPEN.

  5. #5
    Vladinator's Avatar Banned
    Reputation
    252
    Join Date
    Feb 2007
    Posts
    516
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unexpected to see my guide posted here, but that's just great. I hope more people will learn about the "background fps" cvar and use it, hehe. gj mate! I am glad someone finds the posts I make on the wow-europe UI forums useful! ^_^
    Last edited by Vladinator; 01-07-2009 at 04:21 PM.

  6. #6
    Scarecr0w's Avatar Active Member
    Reputation
    41
    Join Date
    Sep 2007
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks alot man.
    And if you have any improvements you would like me to add - please tell, I'll be glad to make the addon better .
    Scamming, graphics and downloading of programs.

  7. #7
    someone0194's Avatar Banned
    Reputation
    8
    Join Date
    Dec 2008
    Posts
    280
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Scarecr0w View Post
    Thanks alot man.
    And if you have any improvements you would like me to add - please tell, I'll be glad to make the addon better .[img]http://mmobuzz.luke13.*******************/[/img][img]http://mmobuzz.wowzygor.*******************/[/img][img]http://mmobuzz.joanaguide.*******************/[/img][img]http://mmobuzz.warmil.*******************/[/img][img]http://mmobuzz.idemise.*******************/[/img][img]http://mmobuzz.hcb25.*******************/[/img][img]http://mmobuzz.wowwealth.*******************/[/img][img]http://mmobuzz.wotlksec.*******************/[/img][img]http://mmobuzz.valkor.*******************/[/img][img]http://mmobuzz.extremelev.*******************/[/img][img]http://mmobuzz.tiemedia.*******************/[/img][img]http://mmobuzz.ragnaros.*******************/[/img][img]http://mmobuzz.kinjal.*******************/[/img][img]http://mmobuzz.wowseller.*******************/[/img][img]http://mmobuzz.warsupreme.*******************/[/img][img]http://mmobuzz.warpros.*******************/[/img][img]http://mmobuzz.cs5000.*******************/[/img][img]http://mmobuzz.ashlingwor.*******************/[/img][img]http://mmobuzz.pvpbible.*******************/[/img][img]http://mmobuzz.pennsworld.*******************/[/img][img]http://mmobuzz.warelite.*******************/[/img][img]http://mmobuzz.wowultimat.*******************/[/img][img]http://mmobuzz.infonook.*******************/[/img]
    Tanks for that.

  8. #8
    kickasskid54's Avatar Active Member
    Reputation
    49
    Join Date
    Nov 2008
    Posts
    236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i dont have them anyways for some reason dont know whether its an addon or when i went on a private server and it edited my file to reomv the gryphons, but good post anyways

  9. #9
    Licha's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Too lazy to try it before I know what it will look like, can someone post a screenshot of it?

    Thanks

Similar Threads

  1. How to update the DB in your repack
    By xhopefullookx in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 06-25-2009, 07:36 AM
  2. [Guide] how to add the frostmourne to your server
    By ReppzYouTube in forum WoW EMU Guides & Tutorials
    Replies: 23
    Last Post: 01-20-2009, 01:20 PM
  3. How to become the leader of your guild.
    By kemalraik in forum World of Warcraft Guides
    Replies: 13
    Last Post: 04-04-2008, 07:32 PM
  4. [GUIDE] how to change the ip of your server
    By InternetExplorer in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 02-02-2008, 06:11 PM
All times are GMT -5. The time now is 07:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search