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

use item tag

blacklisted

New Member
Joined
Jan 15, 2010
Messages
224
Reaction score
1
hi
is it possible to use the "useitem" tag to use an item at a hotspot rather than on a target.

thanks
 
I have been trying to get it to use an item i have in my backpack to start a quest for last 2 days i have tried everything and still wont work,
FYI it also seems the If statement is also not working properly
 
killakaz said:
I have been trying to get it to use an item i have in my backpack to start a quest for last 2 days i have tried everything and still wont work,

I don't think <UseItem> was intended to start a quest provided by an item. Honorbuddy is supposed to automatically accept quests offered by items--which is different machinery.

I've submitted Bugtracker #211 to try to have this clarified, or looked into.

In the meantime...
could a profile writer run a test that looks like the following, and let us know the results (when you get to a place you need to handle such in your profile):

<tt>&lt;!-- If we have the "Twilight Cage Key", but don't have the quest
&nbsp;&nbsp;&nbsp;&nbsp;it offers ("Prisoners"), use the key to get the quest.
&nbsp;--&gt;
&lt;If Condition="HasItem(57102) && !HasQuest(26144)"&gt;

&lt;PickUp QuestName="Prisoners" QuestId="26144"
GiverName="Twilight Cage Key" GiverId="57102" /&gt;​
&lt;/If&gt;
</tt>​


killakaz said:
FYI it also seems the If statement is also not working properly

Can you provide more details about this? Or, if you can confirm for certain it is a bug, feel free to submit a Bugtracker.
 
Last edited:
Back
Top