Jump to content

Wirt

Player
  • Content count

    93
  • Joined

  • Last visited

Everything posted by Wirt

  1. Wirt

    Don't open 4th server

    I think people are obsessed with the high numbers. Having a couple of thousands online at all times per server should be more than enough. As it is now I'm oftenly getting zerged in my lonewolf attacks as a rogue ganking lowbies questing in STV on Nostalrius PVP. I think they should open up another PVP realm as to split up Elysium PVP's population. But the Elysium team's main priority should be to enhance the login servers. Since Elysium PVP opened I've had huge issues even getting to the queue. I literally have to attempt to connect between 20 to above 100 times before getting in line.
  2. He's not a good player and that makes better players laugh. However, I don't see why some people look down on him for being "bad". There might be some kind of jealousy involved. Maybe they want to stream but are too afraid to expose themselves. In my case I can only watch a stream for a couple of minutes just to get bored and start the game myself.
  3. Wirt

    Hide Stancebar

    I'm trying to make an addon work that hides the bar for stances, auras, stealth, etc. which is shown above the actionbar down to the left. I've created a directory inside WoW\Interface\AddOns named StanceBarRemover. Within this folder I've created a .toc file and a .xml file. The .toc file named StanceBarRemover.toc has the following written in it: ## Interface: 10900 ## Title: StanceBarRemover ## Version: 1.0 ## Notes: Removes the Stancebar above the bottomleft actionbar ## Author: Wirt StanceBarRemover.xml The .xml file named StanceBarRemover.xml has the following written in it: <Ui><Script>ShapeshiftBarFrame:Hide()</Script></Ui> It doesn't work. However, when I replace ShapeshiftBarFrame:Hide() with for example MinimapZoomIn:Hide(); MinimapZoomOut:Hide() the minimap zoom buttons are hidden. Also, when I type in chat or make a macro with /script ShapeshiftBarFrame:Hide() it hides the bar without trouble. But I'd like to have this automatized with the help of a simple addon instead. Any ideas on why the script within the addon won't hide the stancebar?
  4. Wirt

    Hide Stancebar

    I uploaded the addon to megafileupload for anyone interested: http://www.megafileupload.com/8dow/StanceBarRemover.rar Screenshot: http://imgur.com/a/fT4PH
  5. Wirt

    Hide Stancebar

    That really worked! Thank you. My .xml file now has the following written in it: <Ui><Script>ShapeshiftBarFrame:SetScript("OnEvent", function() ShapeshiftBarFrame:Hide() ShapeshiftBarFrame:UnregisterAllEvents(); end)</Script></Ui> The .toc file reads the same as shown in my previous post.
  6. Hello! I probably deleted a character by mistake a couple of days ago when I was messing with names and appearances. His name is Gavrok and is a level 39 Orc Rogue. He can be found here: http://www.realmplayers.com/CharacterViewer.aspx?realm=NRB&player=Gavrok Last seen on the 18th. Thank you, Wirt
  7. Not possible as in it can't be done or as in game masters not willing to do it? I don't even recall deleting my character. I'm just assuming so since he's not in the account anymore and the fact that some days ago I was customizing new characters and afterwards deleting them.
×