Jump to content

Minerals

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Minerals

  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 have added option "BlackList zone where I am dead" and "Wait if resurrection sickness" in general settings. Wait the next wrobot update.

    What does this do?  Just blacklist the area or the whole zone?

  3. 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

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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?

  9. This happened 10 minutes ago... Wait up.

     

    OP posted more than two hours before you posted this.  The response time of the devs was great.  I'm just bitching that there SHOULD have been something posted on the site so the OP didn't surf in, see nothing, assume they had screwed something up, delete their client, re-install it and go through all THAT BS.  A simple post would have sufficed. 

×
×
  • Create New...