• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Quest Behavior] InstanceTimer

    Discussion in 'Neutral' started by AknA, Feb 13, 2013.

    Thread Status:
    Not open for further replies.
    1. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      FAQ!

      What is InstanceTimer?
      InstanceTimer is a Quest Behavior that is a variation of WaitTimer done by Nesox.

      What does InstanceTimer do ?
      InstanceTimer is a Quest Behavior developed to prevent that you get "You've entered too many instances".
      When you enter a instance you start the timer.
      When you have done your instance run you check the timer to see how long you have been in the instance.
      Calculated from that InstanceTimer will create a WaitTimer from that.

      How do I use this ?
      In a quest profile to start the timer use :
      PHP:
      <CustomBehavior File="Misc\InstanceTimer" Timer="Start" /> 
      To check how long you have been in instance and create a wait timer use:
      PHP:
      <CustomBehavior File="Misc\InstanceTimer" Timer="Check" /> 
      The default wait time is 12min 30sec - the time you spent in instance.
      If you want to alter the wait time use :
      PHP:
      <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="10000" /> 
      WaitTime is in milliseconds and in above case is 10 seconds - the time you spent in instance.

      This doesn't work ?
      Then please write a post and include a log and explain what isn't working.

      I love this, do you accept donations ?
      Yes, at the bottom of the post you can see a link if you have a coin to spare.

      How do I install this ?
      This QB is now included with the official release of Honorbuddy.
       

      Attached Files:

      wozoki93, thebrodieman and no1knowsy like this.
    2. no1knowsy

      no1knowsy Well-Known Member

      Joined:
      Feb 28, 2010
      Messages:
      3,927
      Likes Received:
      57
      Trophy Points:
      48
      Panda more than approves.
      I grant you the right to pet me for the next 36 hours.
       
    3. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      *AknA scratches Panda behind his ears :)
       
    4. Rayz

      Rayz New Member

      Joined:
      Nov 30, 2012
      Messages:
      167
      Likes Received:
      1
      Trophy Points:
      0
      This is awesome. I'd rep you more if I didn't have to share.
       
    5. yajinni

      yajinni New Member

      Joined:
      Jan 20, 2011
      Messages:
      422
      Likes Received:
      1
      Trophy Points:
      0
      Awesome work as always my friend. Beer money sent your way lol
       
    6. Giwin

      Giwin Well-Known Member Buddy Store Developer

      Joined:
      Dec 3, 2011
      Messages:
      3,431
      Likes Received:
      49
      Trophy Points:
      48
      Could this also be added to the Honorbuddy Wiki.
       
    7. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Thanks for your support yajinni. Feels good to be appreciated :)
       
    8. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      If you know how to add pages to the Wiki then sure, go ahead :)
       
    9. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      SVN is updated with the new way to load QB's.
       
    10. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      You might wanna update file in first post, only fresh one from SVN is working. Awesome work :)
       
    11. cepth

      cepth New Member

      Joined:
      Aug 3, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      this is amazing thank you, and to no1knowsy for pointing me in this direction
       
    12. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      I'm hiting instance lockouts even with waits (It absolutly does wait, but not long enough it seems), witch is odd... Is the timer bugged? Does anyone else suffer from getting error "You have entered too many instances recently" even with this quest behaviour?
       
    13. cepth

      cepth New Member

      Joined:
      Aug 3, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Have you edited the profile accordingly ? I downloaded it yesterday and it works perfectly
       
    14. pbutts

      pbutts New Member

      Joined:
      Jan 30, 2013
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      anyone know how to add something like this to a profile like this? I'm trying to learn how to do all of this on my own, and edit profiles etc. This looks like it may be able to help me figure a way to make this profile RAF types non-afk. botanist-hb-profiles - Revision 565: /trunk/RAF Power Leveling thanks in advance.
       
    15. cepth

      cepth New Member

      Joined:
      Aug 3, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      I will have a look when I get home from work if no one else has done it by then
       
    16. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Then the waittimer isn't set high enough if you have that problem, the default setting is 12min, 30 secs (so on 5 instance runs, that is 1hour and 5 minutes). If it still isn't enough, then change this line in the profile :
      PHP:
      <CustomBehavior File="Misc\InstanceTimer" Timer="Check" /> 
      To this :
      PHP:
      <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="78000" /> 
      78000 milliseconds is 13 mins, if that still isn't enough, the raise that time abit more.
       
    17. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      Sorry, it should of course be another 0 in above example, it should be 780000 and nothing else :)
       
    18. mat53

      mat53 New Member

      Joined:
      Jul 14, 2010
      Messages:
      377
      Likes Received:
      2
      Trophy Points:
      0
      Its working correctly, I checked with wow stopwatch and external stopper. Since lock is account wide, I think I has lock from another char with wasnt timeout'ed yet. Thanks for response.
       
    19. AknA

      AknA Well-Known Member Buddy Store Developer

      Joined:
      Feb 11, 2012
      Messages:
      1,794
      Likes Received:
      65
      Trophy Points:
      48
      This QB is now included with the official release of Honorbuddy.
       
    20. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      And we thank you very much for the contribution!

      Closing thread, as it should no longer be needed.

      cheers & thanks again, AknA!
      chinajade
       
    Thread Status:
    Not open for further replies.

    Share This Page