Battle of Immortals Bot

06/07/2010 01:51 dangflabit#451
*EDITED*: Nevermind , I fixed it ...
And btw when you put ur skills at settings then start the bot... then stop it then blank all ur skills at settings it still uses it.. and Crusade Quest ... i put on the first slot at my bag, then i put number 0 under bag slot, put the name of the target and then when the quest is finish it doesnt use it the scroll again.
06/07/2010 05:36 gerble93#452
#Please post a scan using virus total!
Thank you!
06/07/2010 07:02 0xDEC0DE#453
Quote:
Originally Posted by gerble93 View Post
#Please post a scan using virus total!
Thank you!
source is included which is imo a lot better.


Anyways... I feel bad about having my final release being so bad~ especially when i think i know what the problem is: i made the in-game function addresses static instead of being searched for on startup and since the game is loaded by the packer on each startup, it can cause problems for other peoples comps. And since making a signature scanner could be fun i think i might make an update (no promises).
06/07/2010 07:13 Siion#454
For those having pot issues, use a high threshold, for example my healer has 9k hp and I want them to roughly keep above 5k, so i put it on 7500, this way even if it doesnt immediately detect when im <7500 it has another 2.5k hp to get round to it. Also it works best if you use pots rather than say food, mine goes through pots perfectly and works with the healers Heal.

Also for your skills MS use thousands 2000 3000 etc. To convert to seconds, in Bot_Session at lines 159 > 166, just put *1000 on each one,

Code:
LocalGlobals.Char_SkillWaitTime1 = LocalGlobals.Char_SkillWaitTime1 * 1000;
06/07/2010 08:27 podypo#455
hello i cant make the program work, no setup file here plz tell me how i can make this progam work thnx :)
06/07/2010 08:53 wormym#456
Hello i'm from VN (viet nam), in my country this game just published, so please help me:
How can i know the version of game? Can you create auto for VN gamer?
06/07/2010 09:01 wormym#457
Quote:
Originally Posted by podypo View Post
hello i cant make the program work, no setup file here plz tell me how i can make this progam work thnx :)
Originally Posted by Huseby View Post
The program is located at BIOBB2\bin\Release\BIOBB2.Exe, remeber to run as admin if your on vista or win7 0.o
The rest of the files are the source code.

Check the information in page 1:
1) Version are u using?
2) The locate of file in bin\Release\BIOBB2.Exe
06/07/2010 09:04 boblhead#458
Quote:
Originally Posted by wormym View Post
Hello i'm from VN (viet nam), in my country this game just published, so please help me:
How can i know the version of game? Can you create auto for VN gamer?
[Only registered and activated users can see links. Click Here To Register...]
06/07/2010 10:01 Huseby#459
Quote:
Originally Posted by wormym View Post
Hello i'm from VN (viet nam), in my country this game just published, so please help me:
How can i know the version of game? Can you create auto for VN gamer?
Most likely the memory values would be different on the Vietnam version.
And i believe youd have to go a couple steps back in the bot version to be abel to select a process, unless its named the same in Vietnam version.
06/07/2010 11:00 hellboy999#460
can anyone teach me how to use it?
06/07/2010 11:42 My420Time#461
Quote:
Originally Posted by Biber155 View Post
[Only registered and activated users can see links. Click Here To Register...]
Biber155

1. Update to newest version of bot.
2. You need to change the values of your skills. 1ms/50ms is nothing. Your waiting 1 thousandth of a second... try to count that and see how it works for you. 1 second = 1000 milliseconds
3. I'd set a range also so that it stays near where you want it to hunt.
4. Makes sure your calling your HP and mana before your at 50%. This will help quite a bit and ensure it procs before you die.
06/07/2010 12:02 wormym#462
Quote:
Originally Posted by Huseby View Post
Most likely the memory values would be different on the Vietnam version.
And i believe you have to go a couple steps back in the bot version to be abel to select a process, unless its named the same in Vietnam version.
Thanks for your reply!
The version in VN is different with global version, now we're trying with auto IT for create the small bot, but it has basic function. So small with 0xdecode bot!
Thanks!
06/07/2010 12:31 My420Time#463
Quote:
Originally Posted by wormym View Post
Thanks for your reply!
The version in VN is different with global version, now we're trying with auto IT for create the small bot, but it has basic function. So small with 0xdecode bot!
Thanks!
Shouldn't really be too hard to do it. You'd need to run the game.exe through IDA pro or something similar for all the offsets needed. Then go through the actual code and update snippets like the one below to the correct info.


Code:
            Process[] BIO_Proccesses = Process.GetProcessesByName("game");

            for (int i = 0; i < BIO_Proccesses.Length; i++)
            {
                if (BIO_Proccesses[i].MainWindowTitle.Contains("Immortals")) //game.exe seems generic, so a second check is in place
06/07/2010 14:42 encorus#464
Crusade don''t work for me ;/
06/07/2010 14:57 patricia1#465
there is a problem with crusade, when a chied mob pop in the spot, the bot don't kill this mob, so the mob will make you loose all ur hp pot and u die

and what to put exactelly in range X and range y ?