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" />
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 '&lt;', and correspondingly, all '>' with '&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. 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