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

Help making profile doing things?

Lipstick

Member
Joined
Feb 1, 2014
Messages
501
Reaction score
3
1. So I was wondering if there's a way to make a profile to stand at a graveyard, get killed and automatically resurrect at the spirit healer and get the Resurrection Sickness debuff and then repeat?

2. I was also wondering if it's possible to make a profile that skips killing a creature with a specific aura?

Where do I get the (updated) information required to teach me how to make these profiles?

Very thankful for any help given!
 
PHP:
<CustomBehavior File="InteractWith" IgnoreCombat="true" IgnoreLoSToTarget="false" MobState="AliveNotInCombat" HasAura="1231" MobId1="63610" MobId2="63611" MobId3="65134"  InteractByCastingSpellId="980" WaitForNpcs="false" Range="39" PreInteractMountStrategy="Dismount" TerminateWhen="Me.HealthPercent &lt;= 30 || Me.ManaPercent &lt;= .5" >
				<HuntingGrounds >
					<Hotspot X="2681.747" Y="5699.481" Z="80.60223" />
					<Hotspot X="2564.963" Y="5728.459" Z="78.56429" />
				</HuntingGrounds>
			</CustomBehavior>
this using huntinggrounds tag.

fill in the info in the long line i sent you, aura id mob id hotspots etc. let me know if it works
 
PHP:
<CustomBehavior File="InteractWith" IgnoreCombat="true" IgnoreLoSToTarget="false" MobState="AliveNotInCombat" HasAura="1231" MobId1="63610" MobId2="63611" MobId3="65134"  InteractByCastingSpellId="980" WaitForNpcs="false" Range="39" PreInteractMountStrategy="Dismount" TerminateWhen="Me.HealthPercent <= 30 || Me.ManaPercent <= .5" >
				<HuntingGrounds >
					<Hotspot X="2681.747" Y="5699.481" Z="80.60223" />
					<Hotspot X="2564.963" Y="5728.459" Z="78.56429" />
				</HuntingGrounds>
			</CustomBehavior>
this using huntinggrounds tag.

fill in the info in the long line i sent you, aura id mob id hotspots etc. let me know if it works

Thanks a bunch, I will test it!

Edit: Going to take me some time to attempt to adapt this to what I'm trying to do :P

Edit2: Also I'm probably too stupid to adapt this to what I am trying to do, need more of a basic introduction I believe -.-'
 
Last edited:
put it inside your questorder in your profile. find all IDs on wowhead and use developers tools to find hotspots and ids also
 
Back
Top