Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Battle of the Immortals
You last visited: Today at 05:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Battle of Immortals Bot

Discussion on Battle of Immortals Bot within the Battle of the Immortals forum part of the MMORPGs category.

Reply
 
Old 06/16/2010, 05:41   #571
 
elite*gold: 0
Join Date: May 2010
Posts: 7
Received Thanks: 0
why counting the kills if you can just send the message to click scroll every few seconds and achieve the same?
Work with what you have, dont try to reinvent the weel people..
If i could find a way to do that on autoit..
so far i made all screen recognition for poseidon/crusade.. working well so far.
e2x is offline  
Old 06/16/2010, 05:54   #572
 
elite*gold: 0
Join Date: May 2009
Posts: 5
Received Thanks: 0
i have a BOt (the language is C#) which is built for VN server. It do the function same as i said but the code is protected by obfuscation Attribute. if want i can up it on here and we can debug it
BoyKFC is offline  
Old 06/16/2010, 06:13   #573
 
elite*gold: 0
Join Date: May 2010
Posts: 77
Received Thanks: 352
Quote:
Originally Posted by BoyKFC View Post
i have a BOt (the language is C#) which is built for VN server. It do the function same as i said but the code is protected by obfuscation Attribute. if want i can up it on here and we can debug it
I like to learn exactly what i do wrong so i don't repeat it so I'll try to figure it out on my own, but thanks though.

Quote:
Originally Posted by e2x View Post
why counting the kills if you can just send the message to click scroll every few seconds and achieve the same?
Work with what you have, dont try to reinvent the weel people..
If i could find a way to do that on autoit..
so far i made all screen recognition for poseidon/crusade.. working well so far.
"why counting the kills if you can just send the message to click scroll every few seconds and achieve the same?"
-Because the dialog that pops up after using the scroll requires an "enter" to continue which if i continuously pressed "enter" the bot wouldn't work.

"dont try to reinvent the weel people"
-i disagree with this statement to an extent because you learn a lot from doing so.

"If i could find a way to do that on autoit.."
-Autoit can call win api functions, so anything is possible.

"so far i made all screen recognition for poseidon/crusade.. working well so far."
-Good job maybe you could release it? As for pixel based bots i never set out to make one, it's not like i have anything against them it's just that i wanted to try and make a memory based bot.
0xDEC0DE is offline  
Thanks
1 User
Old 06/16/2010, 06:18   #574
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Tested mine with a stack of 20 crusade orders and had no issues. Everything works pretty well in this version. Need to fix a few visual things. Attached the bot and a picture.
Attached Images
File Type: jpg bot.jpg (22.6 KB, 112 views)
Attached Files
File Type: rar Release.rar (54.0 KB, 95 views)
My420Time is offline  
Thanks
2 Users
Old 06/16/2010, 06:20   #575
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Quote:
Originally Posted by 0xDEC0DE View Post


"why counting the kills if you can just send the message to click scroll every few seconds and achieve the same?"
-Because the dialog that pops up after using the scroll requires an "enter" to continue which if i continuously pressed "enter" the bot wouldn't work.
I actually started using escape instead. I made sure there was a long pause for the quest to finish and then a second for it to clear to press escape.
My420Time is offline  
Thanks
1 User
Old 06/16/2010, 06:23   #576
 
elite*gold: 0
Join Date: May 2010
Posts: 77
Received Thanks: 352
Quote:
Originally Posted by My420Time View Post
I actually started using escape instead. I made sure there was a long pause for the quest to finish and then a second for it to clear to press escape.
thanks for info, ill change that tomorrow
0xDEC0DE is offline  
Old 06/16/2010, 06:26   #577
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Quote:
Originally Posted by 0xDEC0DE View Post
thanks for info, ill change that tomorrow
Code:
                    if (LocalGlobals.Char_Crusade_KillCount >= 60)
                    {
                        Thread.Sleep(20000); //wait for thing to complete, sometimes it lags
                        BoI_UseBagSlot(LocalGlobals.Char_Crusade_BagSlot);
                        LocalGlobals.Char_Crusade_KillCount = 0;
                        Thread.Sleep(12000); //wait for dialog
                        BoI_HitButton(Keys.Escape); //gets rid of dialog
                    }
My420Time is offline  
Thanks
1 User
Old 06/16/2010, 06:32   #578
 
elite*gold: 0
Join Date: May 2009
Posts: 5
Received Thanks: 0
why do we use the function to find memory of the roll paper in the bag then out put it's name on a listbox. It will easy to choose the roll paper instead of finding where is the roll paper in bag.
Beside that, Plz help me to find pBag_UseItem,pMap_AutoRoute because i am playing in a different server.Thanks.
BoyKFC is offline  
Old 06/16/2010, 10:37   #579
 
yougotaids's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 268
Received Thanks: 109
you are *** man
yougotaids is offline  
Old 06/16/2010, 13:15   #580
 
dulica's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 165
Received Thanks: 14
Quote:
Originally Posted by My420Time View Post
Tested mine with a stack of 20 crusade orders and had no issues. Everything works pretty well in this version. Need to fix a few visual things. Attached the bot and a picture.
when i pres start i get this error



i downloaded the dll and put it in sys32...the same eror
then i instaled
Microsoft Visual C++ 2010 Redistributable Package
then i got this error


i desinstaled the visual C and the first error apeared again..but the bot still works even the errors,,the problem is that the crusaide quests doesnt work..how can i make work and how to get rid of this eror ..i googled 5 hours for a solution but nothing
dulica is offline  
Old 06/16/2010, 13:30   #581
 
yougotaids's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 268
Received Thanks: 109
download this .....x86 Visual C++ 2010 Runtimes..


Btw can anybody confirm if Crusade option works, and how it works thx
yougotaids is offline  
Old 06/16/2010, 13:54   #582
 
dulica's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 165
Received Thanks: 14
Quote:
Originally Posted by yougotaids View Post
download this .....x86 Visual C++ 2010 Runtimes..


Btw can anybody confirm if Crusade option works, and how it works thx
as i told mate i instaled that and that is how i got the second error tipe..and if im not wrong the first slot is 0?..anyway how can i fix the dll error?And ho crusade work(for me doesnt)and how to make work?
dulica is offline  
Old 06/16/2010, 14:14   #583
 
yougotaids's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 268
Received Thanks: 109
the autopot didnt even work...
yougotaids is offline  
Old 06/16/2010, 15:06   #584
 
elite*gold: 0
Join Date: Sep 2007
Posts: 56
Received Thanks: 26
My420Time's version work fine
but sometimes (not all time?) the bot dont press ESC/ENTER to remove the Dialogbox :/
so the char stand and dont attack anymore.
if i press the Done-Button by myself the bot will work up any scrolls again.

maybe you can take a look on this, thanks
zeronoob is offline  
Old 06/16/2010, 16:44   #585
 
elite*gold: 0
Join Date: Sep 2009
Posts: 62
Received Thanks: 9
Quote:
Originally Posted by zeronoob View Post
My420Time's version work fine
but sometimes (not all time?) the bot dont press ESC/ENTER to remove the Dialogbox :/
so the char stand and dont attack anymore.
if i press the Done-Button by myself the bot will work up any scrolls again.

maybe you can take a look on this, thanks
i can verify this ^^
Sometimes the Dialog wont disappear, so the bot stops working ^^ But in general, the Crusade Quest option works.

btw, when stack of C-Quests runs out and a new item gets looted, the bot throws out an dialogbox(wrong item or something like this) and sometimes game.exe crashes

ps: i dont like the Food images :P but it is useful, to see your current HP in the BIOBB3 window. maybe this could be included in the official release or you could do some work together
oOldsqL is offline  
Reply




All times are GMT +1. The time now is 05:38.


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

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.