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

useitem - Wait Timer Needed

rooster71

Member
Joined
May 6, 2010
Messages
567
Reaction score
6
For some of the quests you need to use an item which takes 10-30 seconds to use.

Can we have a syntax that works like - <.useitem ItemId="23818" PauseCount="30" /> (30 being seconds)


Example where time is needed -

<.PickUp Questname="Learning the Language" QuestId="9538" GiverName="Cryptographer Aurren" GiverId="17232" />
<.useitem ItemId="23818" />
<.TurnIn QuestName="Learning the language" QuestID="9538" TurnInName="Totem of Akida" TurnInID="17360" />
 
It is supposed to do this already however I think it is bugged, as such I have already submitted a ticket to the bugtracker :)
 
it's supposed to wait for you to finish casting
 
While we are add it. i think a little enhancement like <useitem itemid="233" x;y;z=""></useitem>
Code:
<useitem itemid="2312" x="" y="" z="">Useitem ItemID X Y Z </useitem>
<useitem itemid="2312" x="" y="" z=""> <useitem itemid="233" x;y;z="">instead of those nasty runto tags would be better.</useitem></useitem>
 
Last edited:
While we are add it. i think a little enhancement like <useitem itemid="233" x;y;z=""></useitem>
Code:
<useitem itemid="2312" x="" y="" z="">Useitem ItemID X Y Z </useitem>
<useitem itemid="2312" x="" y="" z=""> <useitem itemid="233" x;y;z="">instead of those nasty runto tags would be better.</useitem></useitem>


/signed - Defo the best option imop
 
Like i said in the other thread, RunTo really needs to be changed/removed as it overrides entire profiles = (
 
Back
Top