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

is Wait for X second aftr useitem possible and how ?

jonr

New Member
Joined
Apr 25, 2010
Messages
10
Reaction score
0
Hiya I have looked at the wiki and through this section but cant see this anywhere.
In a quest profile is it possible to set a pause/wait after use item so it doesnt use it then immediately run off possible out of rangr of the item result.
The useitem line is
<UseItem ItemId="38519" QuestName="The Bones of Nozronn" QuestId="12544" X="5212.733" Y="5792.136" Z="-70.92017" />
and i would like it top wait 20secs after before moving to next objective.

thanks in advance
JonR
 
trying to put the useitem in again here it is hopefully

this is strange i can see the useitem line ok when paste into posting box but as soon as post its gone ??

--------UseItem ItemId="38519" QuestName="The Bones of Nozronn" QuestId="12544" X="5212.733" Y="5792.136" Z="-70.92017" /><USEITEM Z="-70.92017" Y="5792.136" X="5212.733" QuestId="12544" QuestName="The Bones of Nozronn" ItemId="38519" />

added the ------ before the line and only the ---- gets posted

anyway ignoring my useitem line which is standard format is there a way to pause after the useitem ?<USEITEM a Z="-70.92017" Y="5792.136" X="5212.733" QuestId="12544" QuestName="The Bones of Nozronn" ItemId="38519" ?<USEITEM item the using after pause to way there is questname="etc" itemid="" /><USEITEM Z="-70.92017" Y="5792.136" X="5212.733" QuestId="12544" QuestName="The Bones of Nozronn" ItemId="38519" />
 
Last edited:
jonr said:
this is strange i can see the useitem line ok when paste into posting box but as soon as post its gone ??
Your problem with including XML in posts is that much is filtered out to prevent Forum hacks. To include XML, and have it presented, you need to replace all '<' with the HTML-equivalent '&amp;lt;', and correspondingly, all '>' with '&amp;gt;'. This is weird, I know, but you can see it show up correctly if you preview your post.

You can also put the XML elements in
Code:
..
directives to have them show up.


jonr said:
and i would like it top wait 20secs after before moving to next objective.
Sadly, Honorbuddy currently has no provision for this.

I'd create an issue in Bugtracker, and be sure to include the quest that needs it so they can test it.

cheers,
CJ
 
Back
Top