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

Need help to create profile...

hoper

New Member
Joined
Jan 21, 2012
Messages
293
Reaction score
0
Hello, how can i create profile where the character is going to stay in place (not moving) and press key 1 (for example) all the time or every 3seconds or so?
 
What exactly are you going to do? There might be better ways than clicking a button for it...

PHP:
<HBProfile>
	<Name>Stand there, do something</Name>
	<MinLevel>1</MinLevel>
	<MaxLevel>91</MaxLevel>	
	<MinDurability>0.2</MinDurability>
	<MinFreeBagSlots>3</MinFreeBagSlots>	
	<Vendors>
	</Vendors>	
	<Mailboxes>
	</Mailboxes>	
	<Blackspots>
	</Blackspots>
	<AvoidMobs>
	</AvoidMobs>	
	<QuestOrder>
          <While Condition="true">
           <RunTo X="1" Y="2" Z="3" />
           <CustomBehavior File="RunMacro" or something smart, depending on what you want to do >
          </While>
        </QuestOrder>
</HBProfile>
 
Hey Niv, well since Allrounder doesnt work for the horde i was hoping to use combination with addon and profile mentioned that will disenchant for me...
 
Thats right, all i need is profile mentioned above that will not move and press key 1 for example all the time or every 3seconds or something...
 
Niv, how do i set it so it will run my macro or press the key 1 all the time or every 3 seconds? Where do i put that in your profile above and how exactly?
 
Back
Top