|
Post by roivi22es on Dec 24, 2017 19:42:21 GMT
tolli, no, you can't. Scripts run on version 7.0 and above.
|
|
|
Post by thisisjoejo on Jan 9, 2018 18:48:34 GMT
Hello and thanks for this awesome work. Unfortunately i cannot use this bot because i use a tablet with 16:10 and the dimensions don't fit. I tried to correct the regions and images by myself but somehow this doesn't work. I would be willing to take the necessary screenshots for you if you give some info what exactly you need for a complete set of regions and images. At the moment i use a slighty-modified SWAR-X, which still does work okay, since it's opensource you can also maybe take their regiondata for 16:10. And i would like to give a little idea regarding rune-evaluation which i did not see before in any of the public or paid-bots. There are these tools SWProxy und SW-Exporter which make a proxy on a machine and create logfiles with detailed information about runedrops. Instead of guessing by image it maybe would be possible to make a SWProxy-Plugin which serves this drop-information by webserver to this bot. I already tinkered something together which seems to work, for me at least. I am more of python guy, so i wrote all of keep-sell-logic into the python script and just give to the lua-script boolean-variable if to sell, or not together with timestamp and md5hash of complete runedrop - so that not accidentaly a rune is taken two times when SWProxy crashes for example. Since its an external python script this wouldn't be suitable for direct implementation but it's maybe an idea to circumvent all these pesky identification errors of 5 or 6 stars runes and so on which could eventually sell a perfectly fine rune by accident. And a last quick proposal, since you are this kind and sharing your script: What about a github for this project? Would make it way easier to commit something. Thanks again.
|
|
|
Post by wololo on Jan 10, 2018 17:08:08 GMT
Regarding the regions i didnt name them very well in the beginning so they dont match the imagename... im afraid this would take much time. If you want to do it, go ahead. Best way would be to setup nox on 1920x1080 and go through all the unknown regions and highlight them on the screen. Some regions are only for clicking somewhere and dont have a image conected to them, but them name should be clear for those.
Something like this should work:
REGION = Region(x,y,width,height)
while true do
REGION:highlight(5)
end I dont have time to assist you on that. You can pm me the regions you are missing and ill try to identify them.
As much as i like the idea of using swproxys data i think this might be too complicated for many people to setup and would only work when you are at home. I can live with some false 5 and 6 stars and this shouldnt happen too often.
I never worked with github and didnt plan to work with other people on this project. If you want to publish it on git, go ahead. But i think the code isnt commented well and and is not presentable..
|
|
|
Post by paladiex on Jan 10, 2018 22:30:08 GMT
Hello and thanks for this awesome work. Unfortunately i cannot use this bot because i use a tablet with 16:10 and the dimensions don't fit. I tried to correct the regions and images by myself but somehow this doesn't work. I would be willing to take the necessary screenshots for you if you give some info what exactly you need for a complete set of regions and images. At the moment i use a slighty-modified SWAR-X, which still does work okay, since it's opensource you can also maybe take their regiondata for 16:10. And i would like to give a little idea regarding rune-evaluation which i did not see before in any of the public or paid-bots. There are these tools SWProxy und SW-Exporter which make a proxy on a machine and create logfiles with detailed information about runedrops. Instead of guessing by image it maybe would be possible to make a SWProxy-Plugin which serves this drop-information by webserver to this bot. I already tinkered something together which seems to work, for me at least. I am more of python guy, so i wrote all of keep-sell-logic into the python script and just give to the lua-script boolean-variable if to sell, or not together with timestamp and md5hash of complete runedrop - so that not accidentaly a rune is taken two times when SWProxy crashes for example. Since its an external python script this wouldn't be suitable for direct implementation but it's maybe an idea to circumvent all these pesky identification errors of 5 or 6 stars runes and so on which could eventually sell a perfectly fine rune by accident. And a last quick proposal, since you are this kind and sharing your script: What about a github for this project? Would make it way easier to commit something. Thanks again. Can u pm me some examples of this in a script? If so I can use this for my upgrade bot and the next iteration of my bot. Would save me many picture files. ;P
|
|
|
Post by likeivo on Jan 11, 2018 16:58:01 GMT
Hello, I have some problem. When I turn on script i got sth like: "Notice 1776x1080 is not 16:9! It may not work right." and then a script wants to turn off Summoners Was.
My phone is Xperia X and resolution should be ok but maybe my "navigation bar" (I mean black bar on the right of screen with 3 buttons) is the problem?
Can u guys help me? Thanks a lot
|
|
|
Post by wololo on Jan 12, 2018 10:33:47 GMT
Hello, I have some problem. When I turn on script i got sth like: "Notice 1776x1080 is not 16:9! It may not work right." and then a script wants to turn off Summoners Was. My phone is Xperia X and resolution should be ok but maybe my "navigation bar" (I mean black bar on the right of screen with 3 buttons) is the problem? Can u guys help me? Thanks a lot try changing "immersive = true" on line 16 to "false".
|
|
|
Post by likeivo on Jan 12, 2018 16:06:45 GMT
Hello, I have some problem. When I turn on script i got sth like: "Notice 1776x1080 is not 16:9! It may not work right." and then a script wants to turn off Summoners Was. My phone is Xperia X and resolution should be ok but maybe my "navigation bar" (I mean black bar on the right of screen with 3 buttons) is the problem? Can u guys help me? Thanks a lot try changing "immersive = true" on line 16 to "false". Could I do it throught my Phone? Or i should back to home and do it throught my computer? (by notepad?)
|
|
|
Post by wololo on Jan 12, 2018 19:46:37 GMT
try changing "immersive = true" on line 16 to "false". Could I do it throught my Phone? Or i should back to home and do it throught my computer? (by notepad?) doesnt matter at all, just change the line
|
|
|
Post by likeivo on Jan 13, 2018 0:34:25 GMT
Could I do it throught my Phone? Or i should back to home and do it throught my computer? (by notepad?) doesnt matter at all, just change the line Yeah, I know, but how i can edit it by Phone? Some app for this?
|
|
|
Post by likeivo on Jan 14, 2018 6:45:12 GMT
doesnt matter at all, just change the line Yeah, I know, but how i can edit it by Phone? Some app for this? Still doesnt work. All the Time bot wants to leave a game
|
|
|
Post by wololo on Jan 14, 2018 17:37:38 GMT
Yeah, I know, but how i can edit it by Phone? Some app for this? Still doesnt work. All the Time bot wants to leave a game The ongoing HoH could also be the problem, test it after its done.
|
|
|
Post by likeivo on Jan 14, 2018 23:25:06 GMT
Still doesnt work. All the Time bot wants to leave a game The ongoing HoH could also be the problem, test it after its done. Still doesnt work
|
|
|
Post by ragnar on Feb 19, 2018 1:43:49 GMT
Thank you very much por this! It`s working great. I`ll test more and post some feedback later.
EDIT:
Something i noticed... I cant find the runes screenshots at runeshots folder... I ticked it on config and it says the screenshot is saved but there is nothing at the folder... and sometimes, after ir start it goes straight to idle mod...
|
|
|
Post by elbazuco on Feb 25, 2018 14:36:17 GMT
I've been having some problems with failed runs. Whenever my GB10 team fails the script get stuck trying to find the result but since there is no click cancelling the cristal revive, the "defeat" never shows. Sorry for any mistakes
|
|
|
Post by imxhock on Feb 28, 2018 4:18:36 GMT
How to completely disable rune evaluation? I notice even I set to keep everything, it still evaluate the rune which take a few second.
|
|