-
Posts
987 -
Joined
-
Last visited
Everything posted by eeny
-
runmacroLUA not working on vanilla quest
eeny replied to eeny's topic in WRobot for Wow Vanilla - Help and support
So there is no way to send a macro from a quest profile pulse? -
- 90 comments
-
The break form when OoC and low mana was added a few weeks ago. Chances are you dont have the food / drink settings i put on the profile explanation so you are not hitting the mana regen state and running into fights with little / no mana. have uploaded a new version. there are 2 files, the one named drink will break form for OoC drinking, the other (nodrink) wont. If you dont run iwth waters use my food / drink settings and the form thrash and out of mana combat should stop.
-
Imp autocast firebolt problem
eeny replied to masamyyris's topic in WRobot for Wow Vanilla - Help and support
Did you ever get this to work in a quest profile? got any working examples to share? -
-
Version 1.5
5145 downloads
Free C# fight class for Vanilla Aff / Demonology Warlock's. Built towards working with my vanilla levelling profiles The idea behind this was to make a FC's that will go 1-60 where you dont need to populate the action bars with spells after training. This FC is about when you would expect from a levelling lock FC. Works best with instant cast corruption + improved voidwalker torment. Once you have the Voidwalker spell at lvl 10- you NEED a wand. Upon targeting an NPC it will send the pet in. The rotation will keep immolate / Curse of Agony / Coruption on the target. If you have Siphon life it will swap out immolate for that spell. Stack a bot with high stam / spirit and a wand- should be good to go. Should use unending breath when swimming Will attempt to keep a healthstone in your bags + use if in combat at 50% health. Will also use all consumable scrolls! Stamina, spirit and intellect will be cast on you, armour, strength and agility will get send to the pet. If you have any suggestions / bugs / recommendations drop me a PM and i can look into it.- 90 comments
- 10 reviews
-
-
hes a newbie ( doesnt have a sub) so he cant see that. Majority of users requesting profiles like this use cracked wrobot, so dont feed them.
-
OK, here we have both leave and enter cat form within a few Ms [E] 23:27:27.301 - break cat for out of combat heals [F] 23:27:27.552 - [Spell] Cast Cat Form (Cat Form) [E] 23:27:27.913 - get into cat for combat [F] 23:27:28.051 - [Spell] Cast Cat Form (Cat Form) [E] 23:27:28.411 - get into cat for combat [F] 23:27:28.535 - [Spell] Cast Cat Form (Cat Form) [E] 23:27:28.896 - get into cat for combat here are the lines of code in the FC //Get into Cat (combat) if (!ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.HealthPercent >= 41 && Cat.KnownSpell && ObjectManager.Me.InCombatFlagOnly && ObjectManager.Target.HealthPercent > 1) { Cat.Launch(); } //break cat for the out of combat heals if (!ObjectManager.Me.HaveBuff("Rejuvenation") && !ObjectManager.Me.InCombatFlagOnly && ObjectManager.Me.HaveBuff("Cat Form") && ObjectManager.Me.HealthPercent <= 60 && ObjectManager.Me.ManaPercentage > 50 && ObjectManager.Me.Target < 1) { Lua.LuaDoString("CastSpellByName(\"Cat Form\",1)"); Thread.Sleep(400); UGGHHHHHH!!!!! The FC would drop you out of catt if you are < 60% health and no combat... but would just shift back in back in if health was >41%. So that 19% was the trash. Easy fix.. just with 35 other shift form lines i didnt see the logic fail
-
If you got time- load this profile ( its just like the other) but it will log when and why the druid is shifting. Can you stop the bot just after a form "thrash" and send me the log, the logfile is the wrobot log in the wrobot / logs directory. PM that too me and il see whats causing it to drop form. Druid_fightclass_debug.cs
-
Personally i set my bot to drink, but dont define any item. i set it to 35% low and 50% high and let spirit do the rest. As long as im not always fighting 2v1 or mobs a few lvl's higher than me, my bots rarely go oom. I was hesitant to add "always be cat" as there are so many scenarios where the bot needs to break form (buff, heal, gather, quest, vendor) and there is only a handful where it will go back in. Adding a blanket "always cat" could disrupt these and will lead to form thrashing / mana issues. Edit- added always be cat....
-
Human voidwalker quest not working
eeny replied to masamyyris's topic in WRobot for Wow Vanilla - Help and support
Get rid of the pulse of 'GakinsSummon" IMO... Its a simple " to talk to xyz quest" so all you need to do is pick up from giver and turn in. **IF** you need to follow a path - " <NotRequiredInQuestLog>false</NotRequiredInQuestLog>" Set that to true. you may want to add some "ifhasquest" pulses before so each time you start the bot it doesn't loop back and run the path EVERY time. -
does not attack mobs dungeon
eeny replied to zatvorgt's topic in WRobot for Wow Wrath of the Lich King - Help and support
Maybe enable "attack before being attacked"? other option- edit this plugin and enter all the NPC ID's in the instance? -
@xDeverx Thanks for the review- my druid is 27 so im updating fairly rapidly atm. As for drinking- see the options in the pic i attached. personally i just enable drinking at 35%. At lvl 20 a bots spirit is high enough to just enable drinking and not put an item name. If the bot ends a fight it will wait till mana is > 35% before continuing... most of the tie this is 10-15 seconds in my experience