Jonathin
Jun 5 2009, 10:18 PM
Does anyone know how I might possibly make some kind of timer for fishing?
I've been searching and half of the stupid documentation is unfinished.
Dexodro
Jun 5 2009, 11:09 PM
iirc, like /elseifs, there aren't timers. Mayhap, with external scripting in one of the supported languages, you might be able to do it, but I don't think you can do it natively.
Jonathin
Jun 5 2009, 11:31 PM

How unfortunate. Looks like I'll be heading to Nexus for my fishing.
Or maybe I'll just buy the fishing addon for vadis. :\
Dexodro
Jun 5 2009, 11:56 PM
Looking over the features list on the homepage, they have a tick timer. =\
and this link might be interesting, albeit old :
http://coding.derkeiler.com/Archive/Perl/c...5/msg01459.html
Bannin
Jun 13 2009, 07:53 PM
Long time since I used Kmuddy, but I might try it again if the new version ever gets done. This is sort of a semi-necro, but the question wasn't really ever answered before.
I'm guessing you mean you have triggers for the nibble messages to wait a bit and then tease line. I can't remember how I used to do it, but an easy way could be to just have a script that can be run several times, that sleeps for the time specified in the first argument, and then sends all other arguments. You can run external scripts with internal scripting, right?