striker408
New Member
- Joined
- Jan 15, 2010
- Messages
- 48
- Reaction score
- 0
I am trying to do the quest "Attune the Bloodstone" with the following code. It picks up the quest fine but then I get a message that it can not find the ID in the world. I got the ID from Wowhead. So I am wondering if the ID is wrong or the code? Is this the right way to use the object?
I am using Honorbuddy 2.0.0.406
<objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203753"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203753"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203752"><turnin questname="Attune the Bloodstone" turninname="Bloodmage Lynnore" questid="25684" turninid="7506"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203752"></objective></turnin></objective></objective></objective> Name="Bloodstone Teleporter" ObjectId="203753" UseCount="1"
I have also tried the following with HB 2.0.0.4075 fresh install and nothing changed as far as options. These two ways do not give any errors but they do not interact with the "Bloodstone Teleporter" either they just move to it and stand there.
I am using Honorbuddy 2.0.0.406
<objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203753"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203753"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203752"><turnin questname="Attune the Bloodstone" turninname="Bloodmage Lynnore" questid="25684" turninid="7506"><objective questname="Attune the Bloodstone" questid="25684" type="UseObject" objectid="203752"></objective></turnin></objective></objective></objective> Name="Bloodstone Teleporter" ObjectId="203753" UseCount="1"
Code:
PickUp QuestName="Attune the Bloodstone" GiverName="Bloodmage Lynnore" QuestId="25684" GiverId="7506"
Objective QuestName="Attune the Bloodstone" QuestId="25684" Type="UseObject" Name="Bloodstone Teleporter" ObjectId="203753" UseCount="1"
Objective QuestName="Attune the Bloodstone" QuestId="25684" Type="UseObject" Name="Bloodstone Teleporter" ObjectId="203752" UseCount="1"
TurnIn QuestName="Attune the Bloodstone" TurnInName="Bloodmage Lynnore" QuestId="25684" TurnInId="7506"
PHP:
<CustomBehavior File="UseGameObject" QuestId="25684" ObjectId="203753" NumOfTimes="3" X="-11454.37" Y="-2633.924" Z="4.291621" />/>
PHP:
<CustomBehavior File="InteractWith" QuestId="25684" MobId="203753" NumOfTimes="1" ObjectType= "Gameobject" X="-11454.37" Y="-2633.924" Z="4.291621"
Attachments
Last edited: