Jump to content

vodkalol

Members
  • Posts

    40
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vodkalol's Achievements

  1. Thanks for sharing. Works fine 2022 - Just use Winzip to unpack the file.
    You can't live without after you start using it. Thanks for sharing.
  2. I must admit the documentation is pretty raw and I'm just a Python n00bo. Funny how working with AI (machine learning & deep learning) is relatively easy to get into as a new programmer starting out with Python. (a big amount of guides/tutorials) But when you get outside of the realm of user-friendly-ness & data-science and hit the classical programming world. You get hit by the reality shock of how programming always have been prior. And you kinda get into foster position and want to go back to the mainstream Python bubble you live in normally - where you can solve anything with Python (at least it feels like it, and there is a lot of truth to it) I think I will start out with tinkering with some of the plugins/fightclasses that is in .cs format. And maybe try explore how to de-compile some .dll files to figure out the C# syntax works and some code I can copy-paste for my own projects. Learning a new language is a lot to ask for, for a hobby project. My time would likely be better spent on building a next-level trading bot with AI instead 😕 Time will show. But those who knows C#, C++, and the other language, with years of experience, can begin hacking the bot to the next level now 👍
  3. Normally Open Source / Community projects die over time. But @Droidz is an exceptional person. Keeps building & doing his own thing. I like that a lot. I hope it means I can hack the bot exactly how I want. - (like, creating AI plugins to override the current too robotic movement patterns & reaction times currently, too static in short) Will be checking the API documentation now 🤓
  4. Hey ? I used the bots build in fight profile creator: I can see that before I gave up I removed the paladin healing spells + pummel on 80% cast and tested it instead on any spell cast. If you wonder why the fight profile dont got healing spell conditions like in my explanation of the problem. The problem is the same - that it spams pummel after first cast not getting pummeled. <?xml version="1.0" encoding="utf-8"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Warrior Arena</FightClassName> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetInCast</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetHealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>35</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Pummel</SpellName> <Priority>1</Priority> <CastOn>target</CastOn> </FightClassSpell> </FightClassSpells> </FightClass>
  5. Hey lovely botters! I made a super simple warrior fight class for doing perfect pummels in arena. The fight class ONLY pummels and nothing else. Tested it in duels: And the fight class works perfectly ( beautifully perfect ) until the target get 1 healing in because pummel is on cd or if my warrior fictively sits in a kidney shot and therefore cant pummel the heal. After 1 missed heal the fightclass spams pummel every time it is off cooldown. So example: I set it to pummel any priest heal spell at 20% hp as an example, it pummels as it should until the priest healer get 1 heal inside and then it just spam pummels until I close the bot totally down + relog my warrior and then the pummel fight class works again until a heal is not pummeled again. Is this a bug? -> If yes, when will it likely be fixed? If it is not a bug -> How do I fix it? - Thanks for answer, any help is greatly appreciated.
  6. Test it and you find out man. Giving you an answer in seconds. Test it with level 1 food. Whatever. My guess is it will continue doing so. Have not tested that function my self yet.
  7. A tip I can add is not using any fight profile (delete the name field) while using the auction function. So your char wont do any retarded buffing and stuff that gives no sense out of no where. And remove the mount name, so it dont mount and run into the AH wall/ceiling.
  8. Aha, that is why my bot never logged back on during my testings. I forgot to turn it on / fill it out on my alt. Thanks for the heads up.
  9. And now the most important questions that none ask: - How can the private server admins find/spot us? - How can we avoid getting banned using this wonderful Auction bot? @Droidz
  10. Thanks for sharing. I assume you rename or delete the file the bot comes with and replace it with this one. I mostly write this for people who did not know this. As I assume this is correct seeing the name of the file.
  11. Please also add randomness into the wait time between throws and clicking on the bobber. Like I write wait time minimum 1532 and max 1643 and it randoms a wait time to wait between those numbers. Thanks
  12. What warden? We play on private servers without the budget or the Expertise of Blizzard. - Btw what server was you banned on? The most relevant info here.
×
×
  • Create New...