The latest build is nothing short of amazing. I fixed all the small bugs there were and it is running like a fucking champ. And you are correct, you do not need to pay for this to work.. you will have to manually set over 50 variables and all the spells you want to interrupt to a list.. But hey.. it is free. Awesome! I def worked out a few bugs. It is capping flags / consumables / trinkets / targeting / sticky targeting healers / Picking up Power ups... all like a real player. I am loving my new release. It is def working 100% better than it was in 1.15.
Dude, my GUI isnt working in this version anymore after the upgrade.. do you have any idea of what is happening ? Tks
I haven't PvP'd much lately since I was dragged into three different raiding groups. Not much time to do anything anymore lol. Can't even farm ore, herbs, cloth, and leather. Tues/Thurs, Mon/Wed, and Fri/Sun. That leaves me with Saturday to do pretty much nothing else.
I still use it! Think its great! I've made some changes here and there - mainly the dismounting thing. So far i've added : Within pulse Code: if (StyxWoW.Me.Mounted) return; But i noticed it still did it sometimes so i've added Code: else if (((Me.CurrentTarget == null || !Me.CurrentTarget.IsAlive || UltimatePvPSuite.CurrentTarget == Me || UltimatePvPSuite.CurrentTarget == null)) && !StyxWoW.Me.Mounted) in targethelper. I think thats where it should go? Only thing i've noticed now is if I target anyone I automatically dismount (even though i remove the lau dismount() references it still does it - I'm wondering if it's related to the movement code? If i can work out how I want to add in this Check if target immune and not to target (nicked from another cc) Code: if (unit.HasAura("Cyclone") || unit.HasAura("Ice Block") || unit.HasAura("Deterrence") || unit.HasAura("Divine Shield") || unit.HasAura("Hand of Protection") || (unit.HasAura("Anti-Magic Shell") && unit.HasAura("Icebound Fortitude"))) return true; And then add an extra range check of (if hammer of wrath NOT on cooldown then evaluate this) - changes are within 30 yards only for hammer and under 20%. Basically to get more killing blows lol. Code: if !SpellManager.Spells["Hammer of Wrath"].Cooldown { return (from Unit in ObjectManager.GetObjectsOfType<WoWPlayer>(false) orderby Unit.HealthPercent where Unit.IsAlive where Unit.IsPlayer where Unit.Distance < 30 where !Unit.IsFriendly where !Unit.IsPet where Unit.InLineOfSight where Unit.HealthPercent < 20 select Unit).FirstOrDefault(); } else run through your normal check - i.e. for me <10 yards range. I'm not a c# programmer and only know a little coz of being nosey - I have programmer in other languages so I understand a lot of the concepts but c# aint easy!! Any pointers be lovely lol!! I guess I have to create two separate lowhp checks and first run through the hammer of wrath one and then your normal one?
You need to name the folder correctly or it won't work. It is the folders name that is the problem. As long as it is in the pulse... it shouldnt go past that point. Also if you want to not attack something that is CC's you will want to make a List<string> and add the spells you do not want to break to that list. Once that is there you can search through that List and check to see if the aura present on the target. Check the Healer Target code on how to do this.
Hi Phelon. I went to your blog to download the latest version (thx for updating it btw), but it is asking for a Username and Password when I click the 1.16 download link.
What browser are you using? I tried 2 different browsers and no issues. Can you tell me abit more about what is going on and what you are using to get this error? Pick a page.. any page.. and read that page.. Your question is answered at least once per page.
Hmm...I was using the latest version of Firefox. But I am trying to access the download link at work and it is probably blocked. My work blocks a ton of websites, like Facebook, twitter, and even battle.net. So I am guessing it's my work. Will try again when I get home. Thx for the quick response! I can't wait to try this at home.
Doesnt work, n dont give me crap like you installed it wrong! i followed all instructions, using the latest version, folder is named like it should be, it doesnt throw any errors, read every page in this thread to see if i missed something, the config just wont popup. Good luck with your project, sadly i wont be able to use it somehow..
SVN down, or blocked? Getting errors when I try to update. Was working fine last night at around midnight, eastern time, before I went to bed.
Working fine here.. Checked the server and connection from here. Both are good. What error are you getting?
Hmm, sorry about that mate. Apparently, it was on my end. I just tried again after reading your response, and it's working as it should. I guess there was a small rodent in the internet tubes somewhere blocking my packets from getting through, lol.
didn't miss that at all, Phelon. the point is if there is a config GUI then it should work, no matter what.. End-users shouldn't be forced to modify the script files, for something to work as they want. and i apologize for saying it doesn't work, the plugin in fact works great, its just the Configuration GUI that doesn't show up, although i did install the whole thing correctly. and i am sorry for being such a bitch, i am not trying to flame your hard work or anything its just my humble opinion. By any chance you know anything besides editing the script which makes the GUI popup like it should? ill provide any info necessary just tell me what you need to know.