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

TLPD/Aeonaxx, before I dive into this...

radarlove

Member
Joined
Nov 1, 2012
Messages
38
Reaction score
1
So,

I want to create a profile that just sets a character at one same position and comes into action(kill a mob) upon spawn.
I don't want my character to move while camping. How can this be done? I can implement a timer, but does a character attack a spawned mob when timer is on? Any thoughts on how this should be done?

thx,
RL
 
<SetGrindArea>
<GrindArea>
<Factions>16</Factions>
<Hotspots>
<Hotspot X="-7049.538" Y="1135.386" Z="3.857445" />
</GrindArea>
</SetGrindArea>

i would go with this and then put in the right faction and hotspot.

also you could do <While Condition="Me.MapId == 646" > at the start of the questorder
and end the while at the very end of the profile, thus it will keep looping and with 1 hotspot it should stay on same spot and attack on spawn
 
Back
Top