Jump to content

Minerals

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

832 profile views

Minerals's Achievements

Newbie

Newbie (1/14)

7

Reputation

  1. I've watched one full loop around Vo4W and it looks like gold. The only thing I noticed was with the don't use fly option. The big monkey chief knocked my character off the short cliff. The node was directly at the top of the cliff. After killing the monkey the character would not mount and fly up to get the node. He kept trying to run up to the node but it was too steep. I waited for 90 seconds and then paused and flew him up. Perhaps something to override the setting if the character is stuck?
  2. I am also seeing the toon land near the node, run a few steps toward it, re-mount, and fly away. Look, there's some ore! Let's go see the ore. Yep, it's ore. Let's go find some more.
  3. What does this do? Just blacklist the area or the whole zone?
  4. Looks like it's ground skimming more, not getting enough vertical and hanging up.
  5. Possible bug. The "Elder Ashenvale Bear" it's trying to target and attack is my pet. When I change pets the problem goes away. [Normal] 16:07 - Player Attack Elder Ashenvale Bear (lvl 38) [Fight] 16:07 - Cast Arcane Shot (Arcane Shot) [Fight] 16:07 - Cast Arcane Shot (Arcane Shot) [Fight] 16:07 - Cast Arcane Shot (Arcane Shot) [Fight] 16:07 - Cast Arcane Shot (Arcane Shot) [Fight] 16:07 - Cast Arcane Shot (Arcane Shot) [Normal] 16:08 - Stop Grinder Complete [Fight] 16:09 - Loading Fight class: C:\Games\WRobot\FightClass\[Playingnaked] Beast Mastery - Hunter (1).xml [Normal] 16:09 - Select zone: Ashenvale [Normal] 16:09 - Start Grinder Complete [Normal] 16:09 - Player Attack Elder Ashenvale Bear (lvl 38) [Fight] 16:09 - Cast Freezing Trap (Freezing Trap) [Fight] 16:09 - Cast Freezing Trap (Freezing Trap) [Normal] 16:09 - Stop Grinder Complete
  6. This works great for all sorts of things! Thanks! One thing I'm using it for is to a fire "Master Healing Potion" when needed: Add Spell Name: RunMacroText("/use item:76097") Add Condition: Health Percent (set to your preference -- I've got mine at 20%) Add LUA Script: LUA Script: count = GetItemCount(76097) ; if count > 0 then vRet = 1 else vRet = 0 end Return Value Research: 1 Return Value var: vRet
  7. Still likes to jump the yellow NPC's. I'll figure it out.
  8. Figured out part of the problem. I am using [fall0ut] PvE Combat Rogue v22.xml as my rogue profile and part of the problem stems from Stealth and Shadowstep. Since both can be used outside of combat, every time you target something--friendly or not--stealth kicks in and if Shadowstep is off cooldown--boom--you're behind 'em. My fix for it is to add a target checking LUA script to both of those spells to determine if the target is friendly or not. Added to Stealth spell "LUA Script" LUA Script: retV = UnitIsEnemy("player","target") Return Value Search: 1 Return Value Var: retV Now it doesn't go into stealth unless the target is "unfriendly." However, if for some reason you manually went into Stealth with a friendly target--boom!--say hello to their backsides. So.... Added to Shadowstep: Have Target = True Add "LUA Script" LUA Script: retV = UnitIsEnemy("player","target") Return Value Search: 1 Return Value Var: retV No more out-of-control Shadowstepping. If there's an easier way to control this, please feel free to post.
  9. All the prerequisites are installed as outlined in the post and I removed and re-installed it twice. It's been running fine for a month and 1/2. Had 7 crashes (3 of them after the 2nd time I re-installed) at random times in 36 hours and none since this morning. It would lock up and the only way I could get it to close was to go and stop the process. But it be truckin' along now. Could of been solar flares or cosmic radiation.
  10. Having a similar problem. Wrobot hangs up...won't load the profile...won't close. Not every time. But I've never seen it do this until just a day or two ago.
  11. I'll give it a try. I also noticed that it seems to be fight class profile related also. I don't seem to have the same problems with my hunter and paladin fight profiles as I do with the rogue one. That's anecdotal, though, since I haven't done any real testing. I'll play around with it and see what I can figure out. Thanks.
  12. Version 1.0

    767 downloads

    Just a simple grind in Scholazar Basin to get xp and farm Borean Leather.
  13. Okay. But since, from what I understand, WRotation is used as a "aid" to combat and not as a combat management tool, there should be some way to change targets "midstream," so-to-speak or to break from a target completely and haul ass. OR, at least, if necessary, to pause WRotation with a hotkey, change targets and start it up again. It does a great job of sticking with the target that's been chosen and that works fine for grinding (though I don't know why anyone wouldn't just make a grind profile for whatever area they're in) but I'd like to use it in BG's more as an aid to combat management. I make big decisions like where I'm going and what I'm trying to kill and WRotation managing the mundane killing of things. Plus, it's embarrassing to have it "stuck" on a target and run right into the middle of the opposing team like a lamb being lead to slaughter.
  14. Any way to to get WRotation to shift targets or even stop attacking a target? Embarrassing when it keeps Shadow Stepping behind the vendor and not great for escaping in a BG. ALT-X doesn't seem to do anything for me. Something else I should be doing?
×
×
  • Create New...