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

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've never had any problems with it set to 1.
 
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