-
Posts
987 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by eeny
-
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.
-
-
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.
- 162 comments
-
- vanilla horde
- leveling
-
(and 1 more)
Tagged with:
-
- 162 comments
-
- vanilla horde
- leveling
-
(and 1 more)
Tagged with:
-
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);
-
Druid_stealth.csTry load this as your FC
-
[Question] How To Check If Daily Quest Is Available?
eeny replied to Stresse's topic in Quester assistance
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? -
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.
-
HELP !! [E] 04:47:31 - Grinder > Bot > Bot > Pulse():
eeny replied to kizsaleet's topic in Grinder assistance
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. -
How to make casters run to mob and auto attack when low mana
eeny replied to gramdeck's topic in Fight Classes assistance
depends on the version of wow you play... take a look at other FC's that use it and implement it in yours. -
How to make casters run to mob and auto attack when low mana
eeny replied to gramdeck's topic in Fight Classes assistance
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. -
Looting BoP Items during grinding
eeny replied to zalambur's topic in WRobot for Wow The Burning Crusade - Help and support
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. -
Repairing at full durability
eeny replied to ryno239's topic in WRobot for Wow The Burning Crusade - Help and support
What happens if you turn off repair? -
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?
- 162 comments
-
- vanilla horde
- leveling
-
(and 1 more)
Tagged with:
-
- 162 comments
-
- vanilla horde
- leveling
-
(and 1 more)
Tagged with:
-
-
It should be default with the wrobot install- take a look in the install directory.
-
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.
-
-
- 90 comments
-
- 66 comments
-
- vanilla alliance
- alliance
-
(and 1 more)
Tagged with:
-
- 162 comments
-
- vanilla horde
- leveling
-
(and 1 more)
Tagged with: