Guessing that we need to wait for an update on offset for PWI because when I load bot it does not read the character I have so I will wait for an update. If that is not the reason let me know I just downloaded the porphet bot
Guessing that we need to wait for an update on offset for PWI because when I load bot it does not read the character I have so I will wait for an update. If that is not the reason let me know I just downloaded the porphet bot
Yes you are right there was an update. I have been a bit busy because summer school just started. Also I am not sure if Prophet1 will continue the project.
We both have our own skills, but Prophet1 was the main coder of this project. We have all learned much from this project and I plan to keep things going the best I can. This would be adding new content to the project, cleaning code up to be more user friendly and finding new offsets.
Yes you are right there was an update. I have been a bit busy because summer school just started. Also I am not sure if Prophet1 will continue the project.
We both have our own skills, but Prophet1 was the main coder of this project. We have all learned much from this project and I plan to keep things going the best I can. This would be adding new content to the project, cleaning code up to be more user friendly and finding new offsets.
thanks
i will wait until you can finding new offsets
you are awesome
can you make a full retriever for all offsets used in prophet, PW-Prophets ? using stringregexp in autoit or maybe its actual name is regex or something.
that'll make prophet bot working for any pw server out there with zero config
can you make a full retriever for all offsets used in prophet, PW-Prophets ? using stringregexp in autoit or maybe its actual name is regex or something.
that'll make prophet bot working for any pw server out there with zero config
The regexps you need are not always constant across different versions, they change over time (patches) too. It might be beneficial for a large amount of offsets but it will never be able to figure them all out all the time.
oh i see, that's too bad, but some of them are rarely changed, the old regexps for some other offsets are still working after going through a lot of patches.
oh i see, that's too bad, but some of them are rarely changed, the old regexps for some other offsets are still working after going through a lot of patches.
I wonder how regexps work and how to make one
There should be plenty of guides on how to use reg exps. THere's usually a different version for every programming language but they work basically the same. To use them you look up the hex code for where your offset is used in the elementclient and use a regular expression to find that offset after a patch
Yes you are right there was an update. I have been a bit busy because summer school just started. Also I am not sure if Prophet1 will continue the project.
We both have our own skills, but Prophet1 was the main coder of this project. We have all learned much from this project and I plan to keep things going the best I can. This would be adding new content to the project, cleaning code up to be more user friendly and finding new offsets.
thank you for your time spent on this. Its my first try at it so I hope you keep it up at least a little longer but if not thanks for the time you spent in the past. If I knew how to code it I would help myself and maybe even keep it up when you cant
Yep, but still some thinking is required to find the best way. I tried to trace back some of the regular exprensions, but with some of them it was not even possible for me to trace them back allthough the expressions where correct. Some tips would be helpful.
Smurfin, at the beginning of the prophetbot source code you can see some regexp instructions, these offsets are correct through all versions. It is a fact that prophetbot is not very consistent in using these offsets. (or at least it wasn't in a previous version because I haven't checked the source code recently)
There should be plenty of guides on how to use reg exps. THere's usually a different version for every programming language but they work basically the same. To use them you look up the hex code for where your offset is used in the elementclient and use a regular expression to find that offset after a patch
oh, that's why in the beginning it reads elementclient.exe in whole and when I consolewrite the string it printed a lot of computer gibberish
tks for the intro on this regexp, I'll ask some other time in other thread, don't want to hijack Prophet's thread
Hello, I'm new here I just want to ask if this bot works after the latest PWI update 06/01/2011.
I dowloaded it, read/watched all the video tutorial but my problem is that it dosn't recognice the chara, so the character info is clean.
Can I have help on this pls, Thank you all anyway.