Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Everything posted by eeny

  1. In settings / advanced setting there should be latency""... believe its 300-700 default? Reduce hat number down to around your game latency wand watch the bot for a bit. You may see it start to skip looting / skinning in which case bump it back up.. try find a good spot. Quester.Bot > Pulse(): System.NullReferenceException: Object reference not set to an instance of an object. at Quester.Bot.Bot.Pulse(Boolean loadSettingsProfile, String profile) You are loading the profile under the wrong type. AKA- you are trying to load a grind / farming profile in quester mode. check what mode the file should be loaded under and start it with that mode.
  2. I think you need to know mind blast- check the wand section of the code and see the conditions
  3. The main 1-60(70) line is the easiest, it will auto move once you level up. The alt files are for if you want to get off the main grind line or you want to farm a specific zone or if you bot is over/under powered you can use them to force it to stay in 1 zone. Play around with them - see what works for you.
  4. The file doesn't stop training new skills and trainers are populated for all classes. Wrobot by default will attempt to train at every level so some plugins alter training- got any wrobot plugins loaded?
  5. Faerie fire (feral) should work as long as you have it trained. normal FF wont work of course. Rejuvination when Out of combat is dependant on your health + mana. Less than 55% HP and mana is > 50. Its cool to want to beak form + heal after every fight... you will go oom after a few mobs though. play around with the numbers if you want... but i think this is fairly efficient. //break cat for the out of combat heals if (!ObjectManager.Me.HaveBuff("Rejuvenation") && !ObjectManager.Me.InCombatFlagOnly && ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.HealthPercent <= 55 && ObjectManager.Me.ManaPercentage > 50 && ObjectManager.Me.Target < 1) { Lua.LuaDoString("CastSpellByName(\"Cat Form\",1)"); Thread.Sleep(400);
  6. Druid_stealth.csTry load this as your FC
  7. Why not just use runcode to interact with all potential quest givers and accept any quest they have, then once you have spoken to all and collected the 3 quests use "ifHasQuest" steps to pulse the quests you picked up?
  8. thats because the FC is trying to use a skill outside of the range... put the Me.target.distance setting to = your rage (in yds) and it should stop shuddering and just go to ur FC range and start attacking. you may set a range in your FC... however the way wrobot works is if u have a target outside range.. it will start tying spells. Sometimes its good like hunters mark / pet attack, sometimes bad like what you are seeing. All part of optimising a FC.
  9. Chances are you are loading a quest profile as a grinder. Put the same file in the quest folder and load it in quest mode and see what it does. A lot of people (myself included) write grind profiles on the quest framework as it allows more customisation / control over the bot. the file may not do a single quest- still try load this file as a quest file.
  10. depends on the version of wow you play... take a look at other FC's that use it and implement it in yours.
  11. IIRC Droidz put in an option where is a FC has <25 yd range it will trigger auto attack and if its > 25 yds it wont trigger it. You would need to write the FC in C# and put a range clause in it.. If you are still keen take a look at my vanilla Hunter FC and look at the range function and change the options to be Mana driven so if you have <10% mana the range is 5 yds so the bot auto attacks. Ideally... gear / set the bot up so it wont go OOM or set up wanding for low mana situations.
  12. I dont believe that functionality is in the bot itself. Personally i would re-write the file as a quest and use a run-code to click the button on looting like what i had to do for vanilla dungeon farming to loot the BoP stuff.
  13. Hey Sam, For the undead quester i made the bot take res sickness for some parts. There are some spots in there that if the bot dies, chances are it will get stuck in a death loop and need intervention. Its not the best, however IIRC when i was testing the file without res sickness majority of the bots landed in death loops. If you edit the file and look in the pulse steps you can prob see where i get the bot to use the spirit healer and block out the steps... Mounting should be done by adding the mount name in here no?
  14. Send me a log file, the bot should not be going down there till 44 ish when it starts tanaris. Something else must be sending it to 1KN
  15. It's a fight class, not a profile. This tells the priets bot how to fight, not where, when and whom. Put this file in the fight class folder and then load it with a grinder / quester to actually do something.
  16. It should be default with the wrobot install- take a look in the install directory.
  17. I do update it, just with things i agree on
  18. The a profile or plug-in you are using looks to require authentication. Give it some time, it it continues msg the person who maintains the file.
  19. I looked into this, constant aspect dancing looks suspect AF and may get you noticed. You can change the aspect of the hawk over to cheetah if you edit the file if you like.
  20. Tried looking in the alt files?? If one spot is too busy there is a second and third option for 50+
  21. Always load as Quester- even the smaller files- all quest files.
×
×
  • Create New...