Jump to content

hellstones

WRobot user
  • Posts

    5
  • Joined

  • Last visited

Posts posted by hellstones

  1. Hi!

     

    I'm wondering if anyone could assist me with something, I've made a profile for SFK using another profile i found here on the website that runs trough it, goes to sell and then back to repeat. The Problem i have is that the profile doesn't repeat the codes i enter in the quest order, as "Run Code>". Works well the first time, second time it skips all the Code lines that aren't quests.

    Anyone have a solution for this?

     

    eg. of code:

                WoWGameObject lever = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWGameObject().FirstOrDefault(i => i.Entry == 18901);
                if (lever != null)
                {
                    wManager.Wow.Helpers.Interact.InteractGameObject(lever.GetBaseAddress);
                }

     

    Thanks in advance!

    New Bitmap Image.bmp

  2. 12 minutes ago, zzzar said:

    first of all, post your fightclass then one can tell whats wrong. but if try to use telepath mode you need to add condition !ObjectManager.Target.HaveBuff("Earth Shield")

        <FightClassSpell>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>TargetBuff</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Name>Earth Shield</Name>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <SpellName>Earth Shield</SpellName>
          <Priority>1</Priority>
          <IsBuff>true</IsBuff>
          <CombatOnly>false</CombatOnly>
          <Timer>0</Timer>
          <CastOn>party1</CastOn>
        </FightClassSpell>
     

     

    Im running it in party mode following my tank with a couple of other characters also in the group.

    I haven't done a fight class before, what is telepath mode?

    Thanks!

×
×
  • Create New...