Jump to content

BrewingCoder

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Valhalla

Recent Profile Visitors

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

BrewingCoder's Achievements

  1. I actually have the lua code to turn in quests,etc. But doesn't that mean taking an what is essence a show up and complete quest and turning it into 3-4 different statements in the Sorted region? I mean basically these 3 lines of lua code do it 100% of the time. The bot only does it like 10% 😕
  2. given the recent Drama with ChromieCraft (read their discord for more info) they've discussed a bit about what they call "multi-boxing" which is really a term that covers bots, etc. They don't care about botting PVE content. However they will crack down on botting in PVP. The specifically state that you can multibox, etc. however you are required to wait 24 hours after that kind of behavior before participating in PVP. that botting/rotations/etc in PVP is in fact a bannable offense.
  3. I'm really having a heck of a time having turn-ins work properly. This is using the 3.3.5a client, wotlk version of wRobot, and am using it against a plain AzerothCore server as well as against ChromieCraft. Whenever the interacting NPC has more than one quest, or a quest you have but have not completed, or really any other combo besides a single quest option, the bot just tries over, and over, and over again. I've disabled all adons, so there's nothing that is impacting the UI. Does anyone have any suggestions how to get this to be a bit more stable? This particular bot has been here for over 5 minutes attempting to turnin this quest. In the process it has accepted "Plainstrider Menace" by accident, making the process even more confusing for it 😛
  4. IF'n you be of a particular mindset you can install your own AzerothCore server for you and your friends and family and then the sky is the limit. I run one that the kids and my friends play on and I have one on a spare box that is nothing but a dev box for me to play with modules and profiles, etc.
  5. ChromieCraft is really populated right now, if you want to play WOTLK go there. It is a 1x pure blizz-like server with great crowds and good economy.
  6. It has to be player reports -- Not only have I been botting on ChromieCraft with a few different products but there are users just blatantly running around with 4 botted followers. It's pretty rampant there -- I can't see them banning based on some detection. It's almost like their 5 accounts per IP limit actually encourages botting/party automation.
  7. And what's awesome about the ChromieCraft and this bot? They allow you to run 5 accounts from one IP. So when I say "Twink" what I mean is I have another similar level character using the "Party" product with wRobot following around my leveling character either healing or assisting w/damage.
  8. Cross, there are WOTLK profiles here that work *mostly* with most of the WOTLK servers out there. For example the one titled "[we] - Durotar (1-12 Orc & Troll)" works well for Horde orc and troll starting characters although it's a tough profile. You just need to download it and place it in your quester profile directory. The Bot is a tool, or rather a collection of tools, not an out-of-the box easy button. Get that starter profile, create a horde Orc Warrior, and give it a shot. I know it works on ChromieCraft -- I just ran through it about 3 times. That area is tough, there's not really enough XP on a 1x server to get you high enough to easily progress with a bot. It really need some grinding breaks placed in it so that your character grinds up a level between some of those quest chains. Even Warriors and Pally's were dying constantly on two of the quests there. But if you can twink them it should take you to at least level 11 on a 1x server.
  9. I've been unsuccessfully trying to get full C# quest classing working with one of my profiles. The quest itself is easy, and exactly like the Jasperlode mine example in the beginning of this post. When I try to execute the profile I get all the compile errors, like the rosyln processor is just flipping out about bad namespaces, bad tokens, etc. It's simple, and my code is almost an exact replica of the example. Any help would be appreciated: <QuestClass xsi:type="FullCSharpCodeEasyQuestClass"> <Code> public sealed class TheForgottenPools : QuestClass { public TheForgottenPools () { Name = "The Forgotten Pools"; QuestId.AddRange(new [] {870}); Step.AddRange(new[] { 0, 0, 0, 0 }); } private bool _movedToStart; public override bool Pulse() { if (!_movedToStart &amp;&amp; GoToTask.ToPosition(new Vector3(90.37257, -1941.391, 82.64091))) { Thread.Sleep(3000); _movedToStart = true; } return true; } public override bool IsComplete() { if (IsComplete()) return true; if (!HasQuest()) return false; return _movedToStart; } } </Code> When I change the quest back to a normal Path quest everything works. So I know the XML structure is solid. Here's the compiler warnings, not like it means much since it's so obsfucated as temp data:
  10. This bot will work on pretty much any private server that doesn't modify the client. However most private server do modify the content to some degree, which is why you really need to be somewhat versed in working with profiles if you want to use the Quester, Grinder, Gatherer Etc. Also understand that the user base for older clients is nowhere near as big as retail; so there will be less support. The best thing to do is but a small subscription, download as many profiles as you want for the version your playing, and play around with it for a while. Eventually it will all sink in 🙂 I current use wRobot on three different private servers (WOTLK) and it works great. It's less about the server itself and more about how well the profiles work.
×
×
  • Create New...