Jump to content

Skinning....(plump intestines)


hansungkim

Recommended Posts

For your macro after looting you can also use option "Auto Make Elemental" (in "General settings" > "Advanced settings" > Tab "Looting and Farming...") and open with notepad "WRobot\Data\autoMakeElementalMacro.txt" and add this line:

itemName = GetItemInfo(72201) if GetItemCount(itemName) > 0 then RunMacroText("/use " .. itemName) end

(don't forget to save file).

 

Can you give me position where your character sometimes stucks?

 

Should not be adding

 

Add some macros doeni fightclass?

DUER Pally v2.xml

Link to comment
Share on other sites

Trying to add it to a different profile.
<FightClassSpells>
     <FightClassSpell>
       <SpellName> Local itemName = GetItemInfo (72201) if GetItemCount (itemName)> 0 then RunMacroText ("/ use" .. itemName) end </ SpellName>
       <FightClassConditions>
         <FightClassCondition>
           <ContionType> HaveTarget </ ContionType>
           <Param Xsi:type="FightClassConditionBool" />
         </ FightClassCondition>
       </ FightClassConditions>
       <Priority> 28 </ Priority>
       <CombatOnly> False </ CombatOnly>
       <CheckIfKnowUsableDistance> False </ CheckIfKnowUsableDistance>
       <CheckIfView> False </ CheckIfView>
       <Timer> 10000 </ Timer>
       <NotSpellIsLuaScript> True </ NotSpellIsLuaScript>
     </ FightClassSpell>
 
This correct?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...