• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • is Wait for X second aftr useitem possible and how ?

    Discussion in 'Archives' started by jonr, Sep 29, 2010.

    1. jonr

      jonr New Member

      Joined:
      Apr 25, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      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
       
    2. tristan3103

      tristan3103 New Member

      Joined:
      Sep 18, 2010
      Messages:
      412
      Likes Received:
      2
      Trophy Points:
      0
      Lol I cant see the useitem line, but when i quote it i can see it
       
    3. jonr

      jonr New Member

      Joined:
      Apr 25, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      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: Sep 29, 2010
    4. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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.


      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
       
    5. tristan3103

      tristan3103 New Member

      Joined:
      Sep 18, 2010
      Messages:
      412
      Likes Received:
      2
      Trophy Points:
      0
      Lol, u could hack a forum like that?
       

    Share This Page