• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Plugin] Ultimate PvP Suite

    Discussion in 'Archives' started by Phelon, Apr 25, 2012.

    1. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      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.
       
      Last edited: Jul 23, 2012
    2. megaman

      megaman New Member

      Joined:
      Jan 15, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Dude, my GUI isnt working in this version anymore after the upgrade.. do you have any idea of what is happening ? Tks
       
    3. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Make sure you install to Ultimate PvP Suite. If it isn't installed correctly.. it won't work.
       
    4. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       
    5. zeress

      zeress New Member

      Joined:
      Jan 15, 2010
      Messages:
      157
      Likes Received:
      3
      Trophy Points:
      0
      too busy drooling over how much this improves BGBuddy ;)
       
    6. flyg

      flyg Member

      Joined:
      Apr 11, 2012
      Messages:
      165
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
      Last edited: Jul 25, 2012
    7. megaman

      megaman New Member

      Joined:
      Jan 15, 2012
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Im using SVN since the begging, you suggest to delete all files in folder and syncronize again ?
       
    8. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      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.
       
    9. YiZZo17

      YiZZo17 New Member

      Joined:
      Apr 27, 2012
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    10. HB5201D35

      HB5201D35 New Member

      Joined:
      Apr 30, 2011
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I cant change setting the setting button brings no menu up can someone help me?
       
    11. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      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.
       
    12. YiZZo17

      YiZZo17 New Member

      Joined:
      Apr 27, 2012
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    13. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      SVN.. People.. Added.. Good..
       
    14. Siniq

      Siniq Member

      Joined:
      Nov 25, 2011
      Messages:
      40
      Likes Received:
      1
      Trophy Points:
      8
      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..
       
    15. flyg

      flyg Member

      Joined:
      Apr 11, 2012
      Messages:
      165
      Likes Received:
      0
      Trophy Points:
      16
      and you've donated right for the gui?..........................bet not! everypage lol.
       
      Last edited: Jul 26, 2012
    16. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       
    17. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      No ya didn't. =) First Post, Revision 1.07, second addition, what does that say?
       
    18. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Working fine here.. Checked the server and connection from here. Both are good. What error are you getting?
       
    19. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      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.
       
    20. Siniq

      Siniq Member

      Joined:
      Nov 25, 2011
      Messages:
      40
      Likes Received:
      1
      Trophy Points:
      8
      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.
       

    Share This Page