Habskilla
Player-
Content count
40 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Habskilla
-
Rank
Advanced User
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Is there a lowbie town where Horde get ganked endlessly?
Habskilla posted a topic in General Discussion & Suggestions
Listen I am not complaining, I knew what I was getting into when I decided to reroll Alliance but my god the Rogues are ruthless in Lakeshire. I've been killed well over 10 times by two different Rogues who seem to camp the town hours on end (you should see all the skeletons). I leveled my Horde character to lvl20ish and never once did I get ganked like that in a town and I'm just wondering if the Alliance does the same to the Horde. I am not talking about random ganks in the world, these Rogues are camping the town killing everyone. There is easily over 100 skeletons on the ground. edit: I will say the Rogues there are pretty big pussies. I saw a lvl56 Hunter destroy one and another killed by some Warlock. But then they just stealth, AFK for a while then come back -
Can we get an exp off option plz??
Habskilla replied to AciDTRiP's topic in General Discussion & Suggestions
If I remember correctly people who turned off XP would only play against others who had XP turned off in BG's -
What's needed / Alliance / Classwise
Habskilla replied to Aviyan's topic in General Discussion & Suggestions
so glad I rolled Gnome Warlock, having a blast leveling but I'm worried I'm going to have a hard time gearing her -
Can we get an exp off option plz??
Habskilla replied to AciDTRiP's topic in General Discussion & Suggestions
If they are going to add a non vanilla mechanic in the game I hope they start with dualspec -
How to EASILY remap CapsLOCK to anything you want (not using Autohotkey)
Habskilla posted a topic in General Discussion & Suggestions
https://www.howtogeek.com/140009/how-to-turn-your-caps-lock-key-into-a-chrome-os-style-search-key/ It uses a program to change the registry so you can change CapsLOCK to whatever you want (I personally changed mine to F15). This way you can use it as a push to talk button or map it to your action bar. It is completely safe and I made sure to link an article by howtogeek. The reason why I personally recommend F15 is because it is highly unlikely you will find F15 being used in other programs (I think to activate F15 you need to push Alt+F3 or something like that), for instance F5 is used in your browser to refresh the page and F3 is search. I personally find it very useful. edit: -
Why is the Alliance AH so messed up?
Habskilla replied to Habskilla's topic in General Discussion & Suggestions
So why can you sell those same mats for almost twice as much on Horde side? I mean, c'mon a 20 stack of Copper Bars for 50s...wtf -
So I've decided to create an alliance toon for fun (and faster BG queues) however I'm noticing the AH is kind of...messed up. Right now people are selling Copper Bars for 4s24cc and I just bought a stack of Copper Bar (20 of them) for 50s. Also noticed the enchanting materials are extremely cheap as well. Is there any explanation as to why the prices are so low? There is also WAY less stuff (well, copper ore/bar and enchanting stuff) when you compared it to Horde.
-
Is there a good overview of Paladins? For both PvE and PvP and specs?
Habskilla posted a topic in Paladin
My main 3 questions, 1) How do Rets fair in PvP? I never played Paladin till Cata and all that I remember about them is they get kited to hell. However I have a feeling it isn't so bad in Vanilla 2) Can they main tank / main heal? 3) How is their DPS compared to other classes? I know they are not the best but are they as low as Balance? -
I have been using TinyTip but I think it is causing issues with Questie, whenever I mouse over a quest target the quest shows in the tooltip 4 times (http://imgur.com/FwfZd5f) I have tried two different ways to get this to work and nothing is working, first I tried this macro ingame /run hooksecurefunc("gametooltip_setdefaultanchor", function(s,p) s:setowner(p,"anchor_cursor") end) but I get this error "[string "hooksecurefunc("gametooltip_setdefaultancho..."] attempt to call global 'hooksecurefunc' (a nil value) I then tried making my own addon using a function I found online, local function setPoint(self) local scale = self:GetEffectiveScale() local x, y = GetCursorPosition() self:ClearAllPoints() self:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMLEFT", x / scale, y / scale) end hooksecurefunc("GameTooltip_SetDefaultAnchor", function(tooltip, parent) tooltip:SetOwner(parent, "ANCHOR_CURSOR") setPoint(tooltip) tooltip.default = 1 end) and that isn't even returning an error so I am probably doing something wrong (I have the correct .toc and .lua files so I'm not sure why it isnt working). Can anyone help me out? edit: Fixed my issue with TinyTip, I just disabled all the extra features and it seems to fixed my issue
-
/script if GetUnitName("target")==nil then TargetNearestEnemy() end /cast Arcane Shot /script if not IsAutoRepeatAction(60) then CastSpellByName("Auto Shot"); end That will now cast my highest rank Arcane Shot then? Why the hell did he put in Rank 1?!? edit: I understand now
-
Shit, no I put Arcane Shot in slot 7 edit: it works now, I was being dumb thank you. And I just want to be sure it will always use the max spell rank?
-
/script if GetUnitName("target")==nil then TargetNearestEnemy() end /cast Arcane Shot(rank 1) /script if not IsAutoRepeatAction(7) then CastSpellByName("Auto Shot"); end This does not work, my character will arcane shoot but will not auto shoot if on CD. Honestly is there a macro that check if I am auto shooting, if I'm not it will auto shoot but if I am it will arcane shot?
-
http://imgur.com/a/YRnHI Very annoying, anything I can do about it? Image is in 4k I think edit: Looks like it is Questie that is doing it. When I disable Questie the information goes away. So what is causing it to repeat like that?
-
Not sure what is going on here, was I banned for some reason? Is there a way to check to see if I was banned and for what reason. I do have a VPN on but that is so I can listen to Pandora, it isn't available in Canada
-
Anyone have a reall good Horde Leveling Addon
Habskilla replied to Habskilla's topic in UI, AddOns & Macros
Thanks a bunch. For the life of me I couldn't remember the names
