|
Post by X-Drop on Dec 10, 2005 20:36:52 GMT -5
Quoted Tiny Terror 11-5-2005 ffxi.archbell.com/forums/viewtopic.php?t=2353&start=0I don't think that this info is posted in these forums, but maybe it is. Anyhow I just wanted to get a couple of questions cleared up. First up, I'm wondering if that 100ms refresh rate in game data reader is still accurate? From what I understand, this deliberate delay only affects the FFXI library of commands. If what I'm asking is true, then it's probably in my best interest to add a 100ms sleep command when ever I create a loop(for,while,repeat) containing a FFXI library command. From my observations, most of my POL crashes are attributed to the small loops in my script that contain a FFXI library command like FFXI.chat_GetNewestLineNumber( ). So what I began doing is adding a 100ms delay in all my loops which spam the game data reader for new info. There is no need to continuously ask for new data if it only refreshes every 100ms. Since adding theses small delays into my script, I can honestly say my script is much more stable for it.
|
|