Quote:
Originally Posted by iamblazeg
"FlyFF_AwakeBot.AwakeningParseException: The awaketext: "“Awakening Available”" is not a valid awake
at FlyFF_AwakeBot.AwakeningParser.SplitAwakeLines()
at FlyFF_AwakeBot.AwakeningParser.GetCompletedAwakes( )
at FlyFF_AwakeBot.AwakeningRoutine.AwakeningLoopThrea d(List`1 preferredAwakeItemList)"
I keep having this error with random awakes but when i press start again it just starts then stopped again with this error after couple minutes
|
In the error message, you see the following line.
Code:
The awaketext: "“Awakening Available”" is not a valid awake
It means that the bot read "Awakening Available" while trying to read the awake of the item. To me, that insinuates that one of four possible things could have occured.
- The server is laggning or you have bad ping to the server causing major delays before the awake appears on the item. It may not happen all the time, but, some times if the servers is trash or your connection is inconsistent.
- Your flyff client has low fps and/or spike lags, causing the bot to either read an incorrect awake or press something at an incorrect timing.
- You ran out of awake scrolls and therefore it failed to awake the item and tried reading an awake that did not exist on the item.
- Or, as a last general option, it somehow failed to apply the awake scroll on the item, which for the record, has never occured for me. That might be a very low chance of happening. Considering that you said it occurs after a couple of minutes, I doubt this is the reason.
As for a solution, you could try sitting and keeping your eye open in order to understand what occurs. Or, record it with any recording software to be able to re-watch and figure out what happens.
Either way, you might benefit from moving your character to a VERY unpopulated area causing an increase in FPS and risk for spike lags down to a minimum.
You could also increase the delays in both the config and in the inside the bot UI.
If any of the above does not fix the issue, I cannot help you anymore :D