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

[Request]Hi,how can I use a new TAG in profile,if the new TAG is defined by ME?Thanks

bigofsmall

New Member
Joined
Jan 14, 2011
Messages
53
Reaction score
0
For example:
If I defined A new TAG "SPELL" as follow, that's mean player will spell "Blizzard" at location X="-140.7878" Y="2513.061" Z="45.35241" last 6 seconds.
The question is
1.where shall I defined the NEW TAG?Under which folder?
2.How to load the defined file?

HTML:
<SPELL SPELLID="42940" Time="6000" X="-140.7878" Y="2513.061" Z="45.35241" />

HTML:
<HBProfile>
.....
<GrindArea>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>81</TargetMaxLevel>
<Hotspots>
<Hotspot X="8293.082" Y="-2596.515" Z="1150.483" />
<SPELL SPELLID="42940" Time="6000" X="-140.7878" Y="2513.061" Z="45.35241" />
</Hotspots>
</GrindArea>
</HBProfile>
 
Last edited:
Back
Top