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

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

    1. beagler89

      beagler89 Member

      Joined:
      Feb 14, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      6
      If you use a botbase besides BGBuddy, will the plugin still work to return flag in wsg and tp?

      Sorry if question has been asked and answered already. I'm not going to read through 189 pages.
       
    2. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      That is what I like to hear! I am stoked you are enjoying it.
       
    3. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Lazy Raider also! I will be Adding Tyrael here soon too. I like their work.
       
    4. MDKuijen

      MDKuijen New Member

      Joined:
      Jan 11, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Hey Phelon,

      I dont get ur PM almost one weeks!
      can i get SVN link also cuz i donate you last fridays :)
       
    5. jossa90

      jossa90 Member

      Joined:
      Sep 18, 2011
      Messages:
      291
      Likes Received:
      0
      Trophy Points:
      16
      Hi, why am I being bombarded with:
      ? :/
      Is the plugin not working propperly? or is it because I am using the free version`?
       
    6. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      The free SVN version needs to be updated on the site. I will do that here today with in the next 10 mins or so. Just re download from the site here in a bit.
       
    7. MDKuijen

      MDKuijen New Member

      Joined:
      Jan 11, 2013
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Okay Phelon,

      how about login and password? i dont get!
       
    8. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      His site does say it can take up to a week, I'm also waiting. Just be patient :p

      This has me excited ;) I quite like the Tyrael botbase.
       
      Last edited: Jan 16, 2013
    9. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Stuff sent out. SVN version on webpage updated free version.
       
    10. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Forum Mods asked for it to be deleted due to this no paid advertising schtick they are trying out. I obliged as it is their forum.
       
    11. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      For those wondering I am putting my botbase on hold for the next month to develop some better gatherbuddy suite stuff. I have some really cool shit from an old project I am going to toss together. This will not be cheap, but it will be available on my site here in a week or so. Imagine all the shit you wish gatherbuddy did.. but doesn't. Improved Unstuck Code, Node Tracking, PVP for Nodes, Player Tracking, etc. This will be coupled with a complete set of PB profiles that should fully automate everything. Click and go package. So if you are interested, keep an eye out for the Ultimate Gather Suite coming soon =p
       
    12. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      I'm having an issue with the plugin ignoring the options I set.

      I've unchecked the lowest overall health option and set priority to 0, yet it still targets based on health:

      [Ultimate PvP Suite] Lowest Overall Health Spotted!. Switching to Warrior!

      While I understand that targeting based on health can be a desired function, it isn't always, and I can't seem to disable it.
       
    13. qe58hmr

      qe58hmr New Member

      Joined:
      Jan 4, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      after donating how long it take to send us the username and password
       
    14. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Depends on RL stuff. Week or less usually. I will contact you via PM.
       
    15. sarampo

      sarampo New Member

      Joined:
      Jan 2, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      hi i also made ​​a donation and sent you a pm the data, get on your waiting, thanks

      sorry my english, I'm from Brazil and it is very bad

      kkkkkkkkkkkkkkk
       
    16. readonly

      readonly New Member

      Joined:
      Nov 16, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hey Phelon, I got a question about localization. I got a german client installed and want to unse the interrupt logic. Do I have to insert the german skillnames or is there a logic inside your plugin that get's the spell-ids from the english one?
      I tried both but the bot never used an interrupt spell.
      Here's the code for it:

      #region INTERRUPT SPELL ADD AREA
      InterruptSpells.Add("Heal");
      InterruptSpells.Add("Flash Heal");
      InterruptSpells.Add("Penance");
      InterruptSpells.Add("Binding Heal");
      InterruptSpells.Add("Holy Light");
      InterruptSpells.Add("Flash of Light");
      InterruptSpells.Add("Regrowth");
      InterruptSpells.Add("Nourish");
      InterruptSpells.Add("Healing Touch");
      InterruptSpells.Add("Healing Wave");
      InterruptSpells.Add("Greater Healing Wave");
      InterruptSpells.Add("Chain Heal");
      InterruptSpells.Add("Healing Rain");
      InterruptSpells.Add("Polymorph");
      InterruptSpells.Add("Pyroblast");
      InterruptSpells.Add("Scorch");


      #endregion

      EnableInterrupts = true;
      EnableInterruptEveryone = false;
      EnableFirstInterrupt = true;
      FirstInterruptSpell = "Skull Bash";
      FirstSpellRange = "13";
      EnableSecondInterrupt = true;
      SecondInterruptSpell = "Pounce";
      SecondSpellRange = "5";
      EnableThirdInterrupt = true;
      ThirdInterruptSpell = "War Stomp";
      ThirdSpellRange = "8";
      #endregion


      Thanks in advance.
       
    17. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      My guess would be german skill names, I have no idea bud. I only support the English version of the client as I do not speak any other language well enough to even attempt it. I am sorry I can not be of more help with this.

      Once I am done with all the stuff I am working on.. I will see about making it work off Spell IDs. That is going to be a bit out though. I would like to add localization, although it seems to be a lot of work and due to the fact I have no idea how.. it is more work on top of that.
       
      Last edited: Jan 23, 2013
    18. Flowleft93

      Flowleft93 New Member

      Joined:
      Jan 17, 2013
      Messages:
      18
      Likes Received:
      1
      Trophy Points:
      0
      What is the link to SVN TRUNK?
       
    19. Phelon

      Phelon Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,591
      Likes Received:
      140
      Trophy Points:
      63
      Donor only and there is no link to the trunk, DLL only.

      I will be adding people today when I get some time.
       
    20. Dizzle_

      Dizzle_ Banned

      Joined:
      Dec 5, 2011
      Messages:
      139
      Likes Received:
      0
      Trophy Points:
      0
      It still does not loot corpses.
       

    Share This Page