[Bot MOD]Battle of Immortals Bot

07/25/2010 23:45 My420Time#331
Quote:
Originally Posted by V2usah6969 View Post
What did you do to trigger this?
This message is proc'd when caliburst can't read from BoI. Posted the code below of where it is in Caliburst.



Code:
//receive, msg loop
	while (true)
	{
		DWORD numRead = 0;
		BYTE Received_Data[64];
		ReadFile(hPipe, Received_Data, 64, &numRead, NULL); //Waits to read message from Server
		if (numRead == 0) //if it's 0 then the server is dead
		{
			MessageBox(NULL, TEXT("za"), NULL, NULL);
			FlushFileBuffers(hPipe);
			CloseHandle(hPipe);
			return;
		}
07/26/2010 00:16 Roflbox#332
Im not using any quests, simply grinding mobs..
Still get that error occasionally

Things active:

Attack Skills
Buffs
HP / MP (food)
Diamond run back system


P.S - Skills also seem to not work, i actually set the attack skills on the buffs for the slayer..
The regular ones just dont seem to fire
07/26/2010 00:28 V2usah6969#333
Quote:
Originally Posted by My420Time View Post
This message is proc'd when caliburst can't read from BoI. Posted the code below of where it is in Caliburst.



Code:
//receive, msg loop
	while (true)
	{
		DWORD numRead = 0;
		BYTE Received_Data[64];
		ReadFile(hPipe, Received_Data, 64, &numRead, NULL); //Waits to read message from Server
		if (numRead == 0) //if it's 0 then the server is dead
		{
			MessageBox(NULL, TEXT("za"), NULL, NULL);
			FlushFileBuffers(hPipe);
			CloseHandle(hPipe);
			return;
		}
Bugs I currently run into is Start / Stop ( Still attacks when I stopped ).
07/26/2010 00:50 My420Time#334
Quote:
Originally Posted by V2usah6969 View Post
Bugs I currently run into is Start / Stop ( Still attacks when I stopped ).
Ya, I just uploaded a fix for that. I left out a quote in a statement and it was causing issues.
07/26/2010 01:23 savage27#335
heres the error, i cant copy/paste the rest of the info, or at least, i dont know how lol
07/26/2010 07:22 zlost1#336
my420, this one is horible. it goes crazy every 10 minutes and stars hiiting food pet pots and mana when oits not supposed to
07/26/2010 11:06 shiremiya#337
Dear V2usah6969,
I still get the same error.
Should i just upgrade my character? SO that the exp isn't over 100%?
07/26/2010 23:53 defenderous#338
I have on idea that would be good. Add something so it consumes A Heavenfeather after 6hours when one is out. :)
07/27/2010 03:05 KyRoN#339
3.10 beta crashes instantly when i press start, fresh install, fresh .ini
07/27/2010 03:06 SeijunX™#340
very nice
07/27/2010 04:00 haxgamer#341
doesn't work, it gives me an error as soon as i select a character.
07/27/2010 04:02 V2usah6969#342
Quote:
Originally Posted by shiremiya View Post
Dear V2usah6969,
I still get the same error.
Should i just upgrade my character? SO that the exp isn't over 100%?
Download the latest version of My420Time, he fixed it. It should work, if not I'll try to figure it out.
07/27/2010 05:25 overunity#343
im still LOL that BIOBB3 acronym error still hasnt been fixed =p (BIOBB3 = BOIBB3?)

but ya, DEC0DE provided a great core to continue work on. I actually wrote and still use BOIBB4, back when he said he quit.

Includes some of them fancy bot upgrades in a fancy interface, along with speed and teleport hax.

And you integrated address checker, My420Time? Nice touch man!
07/27/2010 05:34 rulic#344
Quote:
Originally Posted by haxgamer View Post
doesn't work, it gives me an error as soon as i select a character.
same problem:confused:
07/27/2010 06:32 My420Time#345
Quote:
Originally Posted by haxgamer View Post
doesn't work, it gives me an error as soon as i select a character.
Quote:
Originally Posted by rulic View Post
same problem:confused:
If it gives you an error please post it. Just telling me that it gives you an error does nothing. If your using the newest bot turn on debug. Also, have you tried updating your MemAddr.ini file? It contains the offsets for the bot to update to. You can manually delete this file and it will create a new one. The newest version of the bot has an option on the help page to update it.

\Battle of the Immortals\Bin\MemAddr.ini

Quote:
Originally Posted by overunity View Post
im still LOL that BIOBB3 acronym error still hasnt been fixed =p (BIOBB3 = BOIBB3?)

but ya, DEC0DE provided a great core to continue work on. I actually wrote and still use BOIBB4, back when he said he quit.

Includes some of them fancy bot upgrades in a fancy interface, along with speed and teleport hax.

And you integrated address checker, My420Time? Nice touch man!
Truthfully I have been pretty lazy and need to update it to something better. It bothered me at first but I just got use to it since I never changed it. Decode actually wrote the address updater/checker I just further tweaked it.

What do you mean you wrote and still use BOIBB4? If you have code you should share it with the community to further improve the bot for everyone.