What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

DeepVigor Mining SKill

use <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" /> in the profile
 
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 ??
 
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.
 
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.
 
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.
 
Back
Top