• Visit Rebornbuddy
  • need Starfall combat routelines.

    Discussion in 'Requests & Discussion' started by keisha, Apr 11, 2015.

    1. keisha

      keisha New Member

      Joined:
      Apr 6, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      i need to farm burning crusade and cata dungeons for just only rep. i am playin with balance specc and starfall enough for kill mobs quickly.theres any profile / combat route / or plugin for just open starfall ? i dont need loot mobs too.just need easy farm :)

      sorry for my bad language. i hope idd explain myself.

      thanks for help
       
    2. orzly

      orzly New Member

      Joined:
      Dec 10, 2014
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      you should take a look at the buddystore
       
    3. dellza

      dellza Community Developer

      Joined:
      Jul 29, 2010
      Messages:
      352
      Likes Received:
      3
      Trophy Points:
      0
      this is more of a work around then a CR but u can disbale looting and combat then add a hook to the profile that casts starfall when ur in comabt

      PHP:
      <CustomBehavior File="Hooks\DoWhen" ActivityName="StarFall" AllowUseDuringCombat="True" UseWhen="Me.Comabt">
      <
      CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(48505);" />
          </
      CustomBehavior>

      <
      DisableBehavior Name="Combat" />

      <
      DisableBehavior Name="Loot" />
      just make sure that this code is at the top of the profile b4 the while=true so it does not keep getting added, do a search for endable combat and remove any thats in the profile to stop combat from getting enabled
       

    Share This Page