is it possible to run 2 bot on 2 different co win

09/23/2005 21:59 Tianake#1
hi ,
i am just wondering if it is possible to run 2 different bot on 2 different co window.
for example, a archer leveling bot on a archer and a FC auto casting bot on a fire taoist on the same computer. if it is possible, a fire taoist could level up faster instead of asking other archer to lure monster.
09/23/2005 22:05 XtremeX-CO#2
yeah if the bot doesnt require the gaem to be open, (it uses memory) but if it is a macro based on keyboard and mouse then no.
09/23/2005 22:09 Tianake#3
Quote:
Originally posted by XtremeX-CO@Sep 23 2005, 22:05
yeah if the bot doesnt require the gaem to be open, (it uses memory) but if it is a macro based on keyboard and mouse then no.
i was wondering if i can use a auto scatter bot(auto right click) on the archer and running a marco that using alt-tab so it will go to the Co window with the fire taoist and then alt-tab back after the fire taoist cast FC. then loop it again and again.
maybe i will try it out and see if it work.
:D
09/24/2005 03:10 ultimatedestroyer#4
That would require a macro, Perhaps you should investigate into creating packet bots, they are very hard to make, but you will be able to run more than 1 bot at a time.
09/24/2005 06:02 Hojo#5
Always wanted to be able to do this...too hard for me at this current time :(
09/24/2005 13:45 ultimatedestroyer#6
I have created 1 packet bot but it sucks and is useless. :D
09/25/2005 11:10 stupoty#7
errr yes ud need to run it with packets and since the game is server side i think its impossible
09/25/2005 11:54 Hojo#8
Quote:
Originally posted by stupoty@Sep 25 2005, 11:10
errr yes ud need to run it with packets and since the game is server side i think its impossible
Once again, dont know what yout talking about.

Heard of BJX....

Try SEARCHING...

No offense man but I dont like you
09/25/2005 14:19 ultimatedestroyer#9
He is saying that the game is server side, so you cant run more than one pixel bot at a time, hence him saying that you would need a packet based bot..
09/25/2005 15:13 Hojo#10
Quote:
Originally posted by ultimatedestroyer@Sep 25 2005, 14:19
He is saying that the game is server side, so you cant run more than one pixel bot at a time, hence him saying that you would need a packet based bot..
Thats doesnt make sense, and read what he said again...


Quote:
stupoty
errr yes ud need to run it with packets and since the game is server side i think its impossible
hes saying becuase the game is server side we cant make a bot use packets.

But it is posible and just shows he doesnt know what hes talking about...
09/25/2005 15:38 chocoman4k#11
You can run multiple packet based bots / function calling based bots on 1 computer, but you cannot run multiple pixel based bots (macros) on 1 computer as they need a region to read from and when a part of the window is not being shown the color of the hidden pixels would be invalid (-1).
09/25/2005 17:38 Hojo#12
Quote:
Originally posted by chocoman4k@Sep 25 2005, 15:38
You can run multiple packet based bots / function calling based bots on 1 computer, but you cannot run multiple pixel based bots (macros) on 1 computer as they need a region to read from and when a part of the window is not being shown the color of the hidden pixels would be invalid (-1).
you win the prise :P
09/25/2005 18:05 stupoty#13
i dont know what im talking about huh hojo *kk jump on my back hojo jump nice and high*
09/25/2005 23:28 Makien#14
Well you can run 1 macro and use 2 co windows. The way I do it is usually just to lvl skills like SH and MS...ect.

Set your screen to 1024 and set conquer to 800.
Open two windows and move then just far enough apart to see both alts.

Say we're lvl'n SH, uses the loveforever ring and do the change ring, change ring, SH, sit, stamina, changeing ring...ect

And in the other window you have a tao lvl'n sheild. So you set it to cast sheild on yourself.

Of course your using cords so just have cords set up to move the mouse back and forth.

So while your sit for stamina for the SH your mouse goes to click to cast sheild then back to start the process of SH again.

I hope I explained that right.

(really you could open 4 windows at once but that take more set up)
09/25/2005 23:31 unknownone#15
SendKeys "%{TAB}"

Or if you wanna spend more time on your macro you could get the handle for each window and access it with the API.