Quote:
Originally Posted by nameB
Yeah don't work for me either log is like this:
Unable to find start of log data.
No menu selections for interaction menu. Unable to select item 0.
Unhandled work result Error in state Initialize.
Fishing results out of 0 attemped with 0 catches and 0 lost..
Work stopped by request.
Worked flawlessly before 1.20a, keep up the good work!
|
Sorry to hear the issues with the log text. It is most likely an unstable pointer chain. I will see if I can trim the candidate list down and repost soon. I added in some logic for an option to fish without bait so was testing that. Have created a chat tab to hold LS/Tell/Say/Shout chats but it is not complete so I may block that tab just to get a new version posted for the log text pointer chain. You can try these values for the MemoryChains for the 4 lines given as on my system the chain is still good:
LogEntryOffsetsStart;4;00ECEC34;918;368;5AC;30
LogEntryOffsetsNext;4;00ECEC34;918;368;5AC;34
LogEntryOffsetsEnd;4;00ECEC34;918;368;5AC;38
LogEntryTextStart;4;00ECEC34;918;368;5AC;40
I will see if there are any issues in not using the installer as the settings file is the one thing that may not work like that since it is somewhat done automatically by the .NET framework. I have not tried it that way so I will learn something along the way.
Quote:
Originally Posted by snucker
If you want me to supply you with some REGEX for the fish, I can spend some time fishing them all up and doing that for you. I'm not sure how you calculate the count, but if it'll help, let me know.
|
Right now the string from the obtained message is parsed for the item. Then simply checks some English rules on pluralization before adding to a hash table. This is not tied to knowing what kinds of fish/items can be obtained so I prefer to fix this by grammar rules so that as the item list changes I really will not care. I just have not put any more time into that part of Otto since no one mentioned anything. But I will add it to my To Do list. Of course if you have the expressions then I will certainly take them. I have not used the regex processing yet since not sure how efficient it is (not that Otto does much that is CPU intensive).
Quote:
Originally Posted by anarres
x ppl who have download difficulty: i have downloaded several times not complete file then i take off the elitepvpfilter and fulldownloaded
i started the bot but isn't working at all...he said working but stops immediately idk what to do i used already before patch...suggestions are welcome thank you
|
Information from the Log tab is helpful and enabling low level debug messages is even more helpful. I suspect you are seeing the same log text issue as others have noted. Please see the user.config MemoryChain entries to try if you are comfortable hand editing that config file, otherwise I will try and post an update soon (after trying the non-installer method first).