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

Is this valid for profile??

BPAlpha

New Member
Joined
Jan 15, 2010
Messages
594
Reaction score
41
..
PHP:
 <Quest Id="1450" Name="Gryphon Master Talonaxe">
    <PickUp>
    <Hotspots>
    <Hotspot X="156.0773" Y="-2435.826" Z="127.1307" />
    </Hotspots>
    </PickUp>
    </Quest>

is this valid for profile i want it to pick up quest
??
 
Last edited:
just tagging thread for a response :)
 
HB doesn't support picking up quests that are out of the way yet.

You can override turn-in's though. The syntax is:
Code:
&lt;Quest Id="1234"&gt;
  &lt;TurnIn X="123.123" Y="123.123" Z="123.123" /&gt;
&lt;/Quest&gt;
<quest id="1234"><turnin x="123.123" y="123.123" z="123.123"> </turnin></quest>
 
Back
Top