Jump to content

johnblaster123

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by johnblaster123

  1. In Widecap program?? Yes I did set it to SOCKS5. Also I have very high ping like 1200 ms when using Widecap and when using proxycap I didnt have this problem so this program suck that is my conclusion
  2. does anyone have cracked version of proxycap?? I ran out of 30 day trial and tried proxifier not working for me.. widecap is wierd because one of wows connects and second is stuck at connecting forever... Tried also freecap also not working.. Im using nordvpn socks5 which worked fine for proxycap
  3. its made for TBC so there is only one thing why is this happening, there is no meat vendor in Desolace so bots doesnt buy meats there, bots never buys fish in Desolace, there is only one meat that is in Desolace and that is "Mystery Meat" it drops from birds and it feeds the pet with it. Ive tried looking for any other food that can be used for boars since everybody uses boar but I couldnt cfind any. If fc is not feeding your pet that means you are missing one of the TBC meat/fish foods!
  4. disabling smooth pathing did fix the problem!
  5. Tested with one character for now and disabling Smooth Path fixed it. Testing with 6 other characters with Smooth Path disabled, will report back
  6. Hello, Both elevators are not working at all! Checked on 10 bots, all characters got stuck at the exact place. But runs up the ramp and then misses the elevator and jumps down and runs in circle there and repeats whole action. When I manually move my char before the ramp then it runs fine. Elevators are not working! Its not quester profile, Im using Andoido and he said on Discord he doesnt code elevators himself. Please fix that this already banned few of my chars!
  7. I have added truffle and wolf meat. If you find any other food names I should add tell me here also tell me which pet eats Cheese because I ahvent added Brie and Dwarven Mild
  8. Yea I didnt have those names in the list ill add them, so dl version 1.2.2. Also the boar doesnt eat Stormwind Brie its Cheese right>?
  9. I added new version check it out the range issue should be fixed.. You might be missing the food then, it checks whether you have the type of food your pet eats and that you have it in bags and then feeds him with it I added 90% of foods there are in the game all by name, whats the name of the food he doesnt feed him with?
  10. ill try to fix the bugs this weekend ie. today or tommorow, thanks for the feedback!
  11. Version 1.2.4

    1165 downloads

    Hey, No single free hunter fc wanted to work for me, especially the feeding part so I decided to make my own. Ill admit right away I used eeny hunter from vanilla and heavily modified it according to my needs. This will probably work only for TBC version of the game and wrobot due to using wow api tbc version. This profile will: Feeds your pet (Only if your pet eats Meat! ) Added Fish + Fruit + Bread in 1.1 version Use Aspect of the Cheetah if you are on the move! Revive it Wont spam revive until you at least have the pet Move backwards if target is too close Use rapid fire/arcane etc.
  12. Hey, All fc's I have tried for TBC are not feeding hunter pet.. I have to figure out how to do it myself but I honestly ran out of ideas. How to feed hunter pet without using macro? Macro is shtity for full afk because you constnatly have to change the food name. Is there any way to do it in c# script? Also this one is not working for me Lua.LuaDoString("if GetPetHappiness() < 3 then\r\n CastSpellByName(\"Feed Pet\")\r\n PickupContainerItem(0, 1)\r\nend "); Thread.Sleep(400);
  13. I have redownloaded all profiles still same thing.. it only happens with the quester. 1) yes but also tried without relogger 2) no same folder , but Im using horde faction only!
  14. Hello. I have a really wierd problem. Let me give you an example here. I have selected quester profile "Andoido Horde Quester" and when I switch the profile to lets say something else "Bambo Profile" I see that the profile indeed changed in the profile select, but in the debug log I still see the 1st profile running not the one Ive selected! I have tried restarting wow, restarting bot and selecting 2nd profile in relogger to see if it help.. but still THE PROFILE wont change! How do I fix this? *This happend before so its not the new update!
  15. Hey, Is there a way to route WoW through Nord VPN for example multiple times on same machine without making VMware?? I know how to do it via vmware.. but vmware takes a lot of resources and a lot of disk space.
  16. can same thing be done with VPN such as Nord VPN?
  17. Yea I will add it for Dun Morogh in next version, so keep an eye on it. But it wont be probably for next week or so because im not at home
  18. Please download new version, I uploaded wrong one before this is the correct one.
  19. Version 1.0.1

    276 downloads

    Hello, Ive been using few quest profiles here and there and I noticed everyone of them was missing crucial thing for me.. which is training herbalism and skinning (and buying skinning knife and not selling it later..) So I decided to make a plugin which is doing following things: Currently works only for Humans 1) Go to SW at lvl 6 (or if ure higher up to lvl 10) and bind HS to SW 2) Train herbalism 3) Train skinning 4) Buy skinning knife and blacklist it so it never sells it 5) Set skinning and herbing "on" in wrobot settings 6) Check if you have 50 herb and if yes then train herbalism same goes for skinning Its doing these things in To Town state, which means whenever your bot meets certains conditions, it will do above things. It will always do this up to lvl 10 so there is no way for you to miss that, unless you dont have money in bags for which the plugin checks. How to use: Just load the plugin it will do its thing I hope it will be of use to somebody, it is to me so I decided to share it. I got tired of doing above things myself for 10's of my toons and none of popular questing profiles does that. Note: You need to have at least 1.2s in bags for bot to initiate the run! Tell me what you think about this in the comments and report any bugs please. Also looking for any ideas that I could make so tell me!
  20. wierd it started working lol, but the movement is very bottish, he moves from 1 waypoint to the next one and stops there for a second
  21. Hello, So i made a plugin that trains herb and skinning it works, but when my bot is for example in elwyn forest he wants to go to stormwind in straight line through the mountains.. he wants to use this code: wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-8969.99f, 779.636f, 95.89193f), 5566, 1, false); So I tried code below, but its not working he keeps trying to go in straight line to sw.. help me out how do I use the pathfinder? var position = new Vector3(-8969.99f, 779.636f, 95.89193f); int npcEntryId = 6929; Logging.Write("bindloc: " + bindLocation); //while (bindLocation != "Stormwind") //Logging.Write(ObjectManager.Me.Position.ToString()); var lo = PathFinder.FindPath(ObjectManager.Me.Position, position); Logging.Write(lo.ToString()); foreach (Vector3 waypoint in lo) { Logging.Write(waypoint.ToString()); // Move to the given position MovementManager.Go(PathFinder.FindPath(waypoint), false); // Loop while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { ObjectManager.Me.Position.DistanceTo2D(waypoint) > 1.5 // Wait follow path Thread.Sleep(10); } }
×
×
  • Create New...