Spawn timer script

misagh

Active Member
I'm not sure how easy or difficult this would be, but if someone gets some time to work on something like this it would be very appreciated.

Basically it would be a simple interface, with an ADD button. When you clicked that, you could input a name for a mob, and a timer value in it. Once you input those values it would allow you to press that button to start the timer. Once the timer was about to run down it would give you a warning in case youre not paying attention to it.

This would assist in helping keep track of certain mob pop times.

What would be absolutely amazing would be if this application did not close out when you logged into a different toon, allowing you to keep track of multiple spawn times across different toons.
 

Cr4zyb4rd

Active Member
I haven't used it, but I think I recall Karye telling somebody once that his tracker script had some sort of timers http://www.isxgames.com/forums/showthread.php?t=935

You can also simulate timers with timedcommand
Code:
timedcommand 300 echo Thirty seconds later...
You'd think that between all of the Innerspace-supported games somebody would have made a good generic timer UI with persistent settings. I might take a crack at it at some point if only to have a .NET project to fiddle with.
 

misagh

Active Member
I had some trouble with that script last time I tried it, but I'll take another crack and see if I can't get it to work!
 

misagh

Active Member
Well got it to work, it's actually great!

It would be awsome if someone could expand on that work, it has a great base but the author seems to have said he won't be doing anything else to it but left the source. Adding a timer system for example would be awsome.

That being said, if you could still make a standalone timer script it would be greatly appreciated!
 
Top Bottom