Jump to content

hansungkim

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by hansungkim

  1. 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?
  2. <FightClassSpell>
          <SpellName>Blessing of Might</SpellName>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>Buff</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Need>true</Need>
              </Param>
            </FightClassCondition>
     
     
    I do not use it.....
     
    I do not know what the problem is dimmer.
     
    Look this topic: 
     
    To insert the numbers in the name?
     
    Please explain in detail
  3. ((Blessing of Might ))   Trying to add.

     

    Fightclass ->

     

    <FightClassSpell>
          <SpellName>Blessing of Might</SpellName>
          <FightClassConditions />
          <Priority>50</Priority>
          <IsBuff>true</IsBuff>
          <CombatOnly>false</CombatOnly>
        </FightClassSpell>
     
     
    Do not respond. :(
     
    Why are you that way wrong?
     
    and Alchemy Alchemist's Flask Teach me how to use :blink:
     
    Attachments are hoping for.

    Retribution Paladin.xml

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

×
×
  • Create New...