I love this plugin and have a few questions. 1. How do I get it to just do pet battles against others (queue for pet battles) and NOT do wild pets? 2. My UI is all messed up, is there no support for browser scaling?
enable the white list, and it won't start wild pet farming. if you want to put something into the whitelist to check, just put the unborn val'kyr into your white list and it will never, eeeever go off ... (sigh) also enable pvp and it will put you into the queue(s). as for Scaling, idk. i'd say not. the window is not resizable, so it may be a non-scaleable window, and will not wrap words or adjust font sizes within the UI window. the browser thing, idk. if you have a way to adjust the DPI for non-compatible applications it should rescale the window back to what it should be. more info Making DPI-aware applications for Windows Vista as for modifying PB, this would also affect HB, i don't know what it will do if you change your DPI settings to make icons and text larger on the screen.
Hi there, Trying to figure out some things and I appreciate any help: 1 - How to NOT SWAP pets at all? Working on pvp profiles and I want them to die instead of swap. I set the pet to Cast spell 1 when less than 300 HP (its a go first spell) but instead, it swaps. 2 - How make the pet cast spell #3 if the enemy doesnt have debuff 154. Could not figure out this myself. I know, stupid ha? NVM. Figured it out. 3 - The "Pet Rotation" option is not enable to me, so I cant click it. Wanted to decide which pets come first, second etc instead of letting the plugin decide that. Thanks in advance.
#1 is very easy. take out the first line that checks your health. it will then fight to die, when a normal player would swap, it will not. if you want to swap on conditions such as ... the opposite team has darkness, a pet has overdrive, a shield, is buried, is healing, can crit for 1100, etc. you will have to intervene, or set up testing conditions for each pet, so it can avoid or block things. there are no shortcuts. it is all logic and counters after this point. here be math. #2 is similar to #1, set up counters to other pets, keep a list of the big hitting abilities so you can counter them, then import/export them into a series of PvP profiles, so it knows to pass or swap out when certain pets arrive, etc. however, for speed, keep the number of options down to the big counters, or base it off health percentages, speed, etc. 10-20 lines makes parsing the logic easier. speed isn't so important, it's just making sure you put them in descending order properly and handle any inconsistencies if they come up. PvP hides some of the details needed to make a PvP profile better, such as reading opponent cooldowns so you can DoT or kill a mob in between shield/overdrive/life exchanges, but i'm sure you can think of more ideas than i can. #3, i don't know if it's implemented yet. there are/were/is a way to swap to a certain pet ?? usually it's a score system, based off health/level/attack/defense. the first panel has an advanced option for pet layout, not sure if it's coded or not and how to use it. you can alter the first round choice by changing the advanced sliders, change level to 5, health to 5, and attack/defense to 20 each. you'll have to save this as a preference, and remember to apply it, but it will score a aquatic vs flying enemy choice and move the pet in and out accordingly. if you've attempted lvl25 pvp before, people often swap a buffer pet to blow your first cooldown, and it will group heal or suicide (valkyr, some undead) to ruin your heavy hitting pet or first round pet, whichever is harder to kill. you'll probably lose 100,200 battles easily. you can counter this in the logic, but you need to be fighting the first few pvp battles manually (to annoy the other competitors as you take 30 seconds to take a turn) but also to pencil down the debuffs & rounds, so you can plan out strategies and pets to counter said strategy & automate most of the PvP battles later on as people build "uber" teams. YMMVG. at least it's relatively anonymous, and there's loads of dragonkin/undead/humanoid/mechanical teams out there.
So I want to do pet battles against a set of pets in one spot (there are 4 level 25 pets in target range). What profile do I use so it won't go anywhere. I tried gatherbuddy with empty profile but that does not seem to work
Greeting , regarding the pets area plugin , it show most of horde area so any allaince version available ?
Combatbot The default profiles are "safe" for alliance, but horde oriented. If you really want to change them, petbattleprofiles - Revision 2: /trunk for example
the advantage factors and hp factors dont work, nor do presets, nor can you create a preset, and presets are a saved file anywhere directly in the plugins folder. the end result is just your character flying back and forth unable to engage in combat.
deleting the plugin folder and making a new one from the SVN fixed initiating combat problem, but there still is no way to mess with presets~ and now it's doing it again. it just refuses to acknowledge the advantages changes and won't initiate combat with anything ever. it was working for about a day.
Is there a Terrible Turnip custom logic or something? I'm looking for it as it is the BEST pet to capture other pets.
[Singular] Behaviors disabled in Pet Fight - contact Pet Combat bot/plugin author What Class+Spec are you?: SHAMAN ENH What 'context' is the bot in? (Instance, BG, Normal): GB2 + PokehBuddy What level are you?: 90 Have you made any modifications to Singular?: NO What time (HH:MM:SS) or LogMark did your issue occur? EVERYWHERE What happened (be specific)? No interference, just log spam Did you attach a complete debug log? (choose one: YES or YES) YES Hello. I'm running PokehBuddy with Gatherbuddy and Singular. I keep getting this message spammed all over the log: [Singular] Behaviors disabled in Pet Fight - contact Pet Combat bot/plugin author to fix this If I understand correctly, this message should be directed at you, the PokehBuddy author, so here I am. Thanks for you time. Log file: View attachment 5444 2013-06-21 23.29.txt
I can block the spam but its quite some work. The new version im building has that feature already built in. Until then, use the MountBugHelperPB plugin that is somewhere in this topic.
Specify what you want it to do, in as much detail as u can, and im sure some awesome person will help
How do you passturn when an enemy pet stuns you? How to use a spell when an enemy pet has less than 35% hp?
Take a look at the default logics. They contain a lot of them already. When a stun that hasnt been built in occurs, press the buffs button to see which number you need for it. CASTSPELL(1) Health(ENEMYPET) ISLESSTHAN 35
Hi I have a problem, when i am editing my pets, i click on the "List Buffs" and the Honorbuddy close with an error. In the log appear this [22:02:12.300 N] [Singular] Initialization complete! [22:02:12.301 D] Activity: Initialization complete [22:02:12.301 N] Initialization complete. [22:02:12.303 D] Activity: Honorbuddy Startup Complete [22:02:20.918 D] Lua failed! Status: L could you tell me how to fix this? Thanks
Just have to say Maybe, you are a god, I love this plugin and have used it to level a bunch of pets, once you get the idea of HOW combat logic works it is pretty east to set some up.
Ummm i svn checkout into plugins under the properly named folder.... and ummm nothing gets added to the plugins tab. the folder is there, but when i open buddy and go to plugins, its not listed. did i do something wrong by creating the folder > svn checkout > copy link?