Not a member yet? Register for your free account!


Go Back   elitepvpers > MMORPGs > Final Fantasy XIV
You last visited: Today at 07:55

  • Did you know? elitepvpers has its own image host, epvpimg.com.

 

OttoBot - Crafter/Fisher - Free

This is a discussion on OttoBot - Crafter/Fisher - Free within the Final Fantasy XIV forum part of the MMORPGs category; If you want me to supply you with some REGEX for the fish, I can spend some time fishing them ...

Reply
 
Thread Tools
Old 12-30-2011, 07:11   #101
Junior Member
 
Join Date: Nov 2011
Posts: 4
Received Thanks: 0

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.
__________________

snucker is offline  
Old 12-30-2011, 09:20   #102
Member
 
Join Date: May 2011
Posts: 37
Received Thanks: 0
ai after 3 hours still white blank cant download as well
Kugata is offline  
Old 12-30-2011, 11:27   #103
Junior Member
 
Join Date: Jul 2006
Posts: 19
Received Thanks: 0
hmm log says Unable to find start of log data.

please help me out ; ;
abboi is offline  
Old 12-30-2011, 12:31   #104
Member
 
Join Date: Apr 2005
Posts: 33
Received Thanks: 0
Very nice work Signular

The UI is very clean and lots of features, the way to configure the jig logic is very clever IMO

My only suggestion is regarding the setup program, couldn't you just get rid of it and provide the program already extracted in the rar file? When new version comes out, we can just unrar it on top of the old one... I hate installers >< Also, at the moment when new version comes out the installer wont work until I manually uninstall old version.
marsas is offline  
Old 12-30-2011, 13:36   #105
Junior Member
 
Join Date: Aug 2011
Posts: 27
Received Thanks: 2
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
anarres is offline  
Old 12-30-2011, 13:58   #106
Member
 
Join Date: May 2011
Posts: 37
Received Thanks: 0
Quote:
Originally Posted by anarres View Post
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
ok bot can be downloaded now all fine
but yup bt stop after push button start after few secs
Kugata is offline  
Old 12-30-2011, 21:51   #107
Member
 
Join Date: Apr 2011
Posts: 36
Received Thanks: 0
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!
nameB is offline  
Old 12-31-2011, 02:54   #108
Unassuming Member
 
Join Date: Oct 2011
Posts: 178
Received Thanks: 113
Quote:
Originally Posted by nameB View Post
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 View Post
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 View Post
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).
Singular Conflux is offline  
Old 12-31-2011, 07:55   #109
Junior Member
 
Join Date: Jul 2006
Posts: 19
Received Thanks: 0
Quote:
Originally Posted by Singular Conflux View Post
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.



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).



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).
thanks for the update but still having the same problem sir.
abboi is offline  
Old 12-31-2011, 13:15   #110
Member
 
Join Date: Apr 2011
Posts: 36
Received Thanks: 0
Noticed you're using 00ECEC34;918;368;5AC;30
I tried this first for X,Y,Z locations but it came to my attention it stopped working
So I searched again and found
00EE4484;164;C;30 (X pos) Might be the same for you

This is a Lv3 chain though yours 4 might be a bit different anyway I had similair to yours then

00ECEC94;4;5C;10

I might be totally off though.
nameB is offline  
Reply

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
FFXIV Free BOT Class Changer and info on Fisher and Crafter xivhelper Final Fantasy XIV 59 09-29-2012 17:10
[EPIC ITEM CRAFTER]Item-Crafter advanced abcth134 Metin2 PServer Guides & Strategies 13 03-14-2011 20:30
Fisher Acc sks1789 Kal Online 2 07-01-2009 20:11




All times are GMT +2. The time now is 07:55.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.