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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

need Starfall combat routelines.

keisha

New Member
Joined
Apr 6, 2015
Messages
1
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
 
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
 
Back
Top