• Visit Rebornbuddy
  • DeepVigor Mining SKill

    Discussion in 'Rebornbuddy Support' started by v1toor, Dec 10, 2014.

    1. v1toor

      v1toor New Member

      Joined:
      Oct 22, 2014
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      is there any way to use Deep Vigor skill while mining?
       
    2. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      use <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" /> in the profile
       
    3. v1toor

      v1toor New Member

      Joined:
      Oct 22, 2014
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      I know how to use a skill.

      The problem is thats a chain skill, wich i can only cast after chain #4. Is there a logic implemented for this kind of skill ??
       
    4. Yasuko

      Yasuko Member

      Joined:
      Oct 28, 2010
      Messages:
      314
      Likes Received:
      6
      Trophy Points:
      18
      Well since its a skill that is always activated when you hit the chain.. increase the timestocast.. and it would keep trying to cast it, till it finally can.
      <GatheringSkill SpellName="Deep Vigor" TimesToCast="6" />

      Also, making sure you ask a specific question can help get specific answers.
       
    5. v1toor

      v1toor New Member

      Joined:
      Oct 22, 2014
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Sorry about that, tought there was no problem talking about the skill withtout explaning the skill.

      However, thanks a lot for the tip, i'll try with diferents timetocast.
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      I've never had any problems with it set to 1.
       
    7. hkme

      hkme Member

      Joined:
      May 12, 2014
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      16
      I don't know why you ask, it works already in current version.
      For example, one of the working mining profile
      Code:
      				<GatheringSkillOrder>
      					<GatheringSkill SpellName="Toil of the Mountaineer" TimesToCast="1" />
      					<GatheringSkill SpellName="Unearth II" TimesToCast="1" />
      					<GatheringSkill SpellName="Deep Vigor" TimesToCast="1" />
      				</GatheringSkillOrder>
      
      RB will do Toil and Unearth II then mine the item and auto use Deep Vigor when it is available.
       

    Share This Page