[Release] Pixelbot Palladium - Free source code!

04/15/2013 20:24 YatoDev#121
if he post it i think i can look if i need it but i never saw autoit code in this forum that is better than mine ^^

if i see new good thinks i will add it to my releases ^^
04/15/2013 21:06 palavia#122
Quote:
Originally Posted by »FlutterShy™ View Post
autoit is a slow scripting language without multithreading !

I dont think it will be good to scan at pixels because every pixel scan takes ~50 to ~100 milliseconds
Yes friend, I respect your opinions and knowledge of programming and We all know that AutoIt is a slower and non-multithread but...... here we are talking about AutoIt program.. So, as I said before: TIMING is not good idea :), I do it with pixelchecksum of 48 pixels for 92 ms ;)
04/15/2013 21:22 xdag1#123
there is more think to do better and as palavia said to me rockets check are not smart I have to check laser ... I am trying to build better one but that take time in while I use this one

sadly we have this pixel color 0x4F6D80 used in search as well in kronos ship bot keep clicking at it so I used other color 0xECFBF7 but that seems to be slow and my CPU raise a bit and sadly this color is in shield double as well... anyone found color that works better?


Look here I marked it red where are 0x4F6D80 colors

IMO its just waste of time if you try to go through my code I didn't make any explain what I mean whit some $.
I think that run from npc is not smart idea. I beter stay still at place as Palavia.
and make some check if nothing shooting at me anymore I dont shoot.
04/16/2013 21:39 [becky]#124
something new? :D
04/17/2013 01:14 SoapArg#125
I keep trying to make the script non stop (when it not find $pallacolor) :/
04/17/2013 01:30 xdag1#126
Quote:
Originally Posted by SoapArg View Post
I keep trying to make the script non stop (when it not find $pallacolor) :/
Author of this script said :

Quote:
Originally Posted by rothia View Post
it stop a little bit for reach the distance of minimap he clicked...it depends of the cloack of your cpu
I used While $s < 99 to loop search while it fly after it reach 99 it click navigate again...but this function is CPU power eater...but I dont mind atm
04/17/2013 01:34 SoapArg#127
Quote:
Originally Posted by xdag1 View Post
Author of this script said :



I used While $s < 99 to loop search while it fly after it reach 99 it click navigate again...but this function is CPU power eater...but I dont mind atm
I will try to use that... But i am not so smart :D

I am trying to change the code to bot box. I am almost done but i need to change the sleep time when the bot doesnt find any pixel :D :D :D
04/17/2013 01:47 xdag1#128
yes u right if you put same sleep time there u can reduce that CPU power ...damn I forget at it ...thx



edit: no I have there Sleep(10) <---- that's maybe too small I try to raise it 50
04/17/2013 01:50 SoapArg#129
Quote:
Originally Posted by xdag1 View Post
yes u right if you put same sleep time there u can reduce that CPU power ...damn I forget at it ...thx
If you can help me changing that i would be plased :D
04/17/2013 11:23 rothia#130
with the new code if he don't find any palla in 6 seconds it restart to click on minmap, the seconds can be decided by you (changing the code). and the 6 seconds don't depend of the cpu but it's really 6 seconds.

For the pick up u can change the sleep in func Avvia, the most it is near to your ship less it's the time, but if the palla is on the 12th rectangle 2 second to pick it up are required.

04/17/2013 14:10 xdag1#131
yup thats exactly what I did I found that Avvia1 works great with 1550 then I increased it by 50 every time

Quote:
Originally Posted by rothia View Post
with the new code
new code?
04/17/2013 16:20 rothia#132
Quote:
Originally Posted by xdag1 View Post
to: rothia
I found this color --> 0x4F6D80 in spectrum ship as well
should I keep posted you what I found or u dont really care about?
Yes i care what u write :) as i wrote in the first post this will be a project of every one who want to give a hand! So if u want you are welcome :)

That color if u notice the code is after a comment, infact was my old pixel color of palla, but after notice that i change it ;)

Quote:
Originally Posted by xdag1 View Post
yup thats exactly what I did I found that Avvia1 works great with 1550 then I increased it by 50 every time


new code?
yep i rewrote a little the logic of the func Ricerca()
04/17/2013 18:36 [becky]#133
Quote:
Originally Posted by rothia View Post
yep i rewrote a little the logic of the func Ricerca()

could you update the compiled script, the program at itself (.exe) :)
and write also a chain log
04/17/2013 18:59 rothia#134
Quote:
Originally Posted by [becky] View Post
could you update the compiled script, the program at itself (.exe) :)
and write also a chain log
after the life checker is done( we are improving the logic of it )
04/17/2013 21:25 ergys259#135
how to insert the code ??