AknA
Well-Known Member
- Joined
- Feb 11, 2012
- Messages
- 1,794
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 :
To check how long you have been in instance and create a wait timer use:
The default wait time is 12min 30sec - the time you spent in instance.
If you want to alter the wait time use :
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.
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" />
PHP:
<CustomBehavior File="Misc\InstanceTimer" Timer="Check" />
If you want to alter the wait time use :
PHP:
<CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="10000" />
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.