Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Battle of the Immortals
You last visited: Today at 16:06

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

Advertisement



Inathero's Phoenix Bot.

Discussion on Inathero's Phoenix Bot. within the Battle of the Immortals forum part of the MMORPGs category.

Reply
 
Old 05/09/2013, 07:35   #271
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by kuzu01 View Post
yes i am.
Ok just tested and works fine over here

What version of the bot do you have? Latest is 1.0.3.6 (version is on the title of the bot, very top)
Inathero is offline  
Old 05/09/2013, 08:58   #272
 
elite*gold: 0
Join Date: Jun 2008
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by Inathero View Post
Ok just tested and works fine over here

What version of the bot do you have? Latest is 1.0.3.6 (version is on the title of the bot, very top)
yep it's version 1.0.3.6.

Got it to work. I didn't run it as administrator before. Sorry for the trouble Inat and thanks.
kuzu01 is offline  
Old 05/19/2013, 03:52   #273
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by kuzu01 View Post
yep it's version 1.0.3.6.

Got it to work. I didn't run it as administrator before. Sorry for the trouble Inat and thanks.
Ah my bad, That's great to hear you got it fixed. I have everything running as admin by default on my computer so I forget that it's an option people need to do manually XD
Inathero is offline  
Old 05/31/2013, 04:58   #274
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Ok guys, I had some time so I did a complete overhaul on the skill slots.

you should experience little to no staggering now when attacking (you know, when your character is going to attack a new monster and needs to walk there, it would pause every second or so).

Edit: With more testing, there is no staggering between monsters when using melee skills. If using ranged skills, staggering is experienced. As of now, not sure if I can fix it, as this is a game issue not bot issue.

Hopefully I didn't break anything so please let me know asap if the new version broke anything lol.

I did not touch buff slots, not certain if new skill slots will effect buff slots or not.

I changed the method in which BoI gets key presses, This is my main concern if it breaks bots, but I highly doubt it since It's flowing rather good here.

Expect update in less than 10 minutes from this post. Enjoy guys =)

If you have any other suggestions (asside from quiz bot, I'll probably work on that next) on fixes to my bot or additions, let me know. I know this was a rather requested feature that I didn't do for quite some time, but now I figured out how to do it correctly lol
Inathero is offline  
Old 06/14/2013, 01:47   #275
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Bot is updated for BoI's latest expansion, however I ran into one issue

For some reason they made pet's hp/mp address from static to dynamic.

It still follows the same rules though (add 4 to current hp addy gives max hp addy and same for mana), however because it's dynamic I can't use it in the bot

tried to find the static addy from dynamic, but I completely failed =\

So if anyone has the static addy, please let me know!=3
Inathero is offline  
Old 06/14/2013, 15:43   #276
 
elite*gold: 0
Join Date: Feb 2009
Posts: 418
Received Thanks: 142
Pointer?
iNFIDEL_ is offline  
Old 06/15/2013, 23:03   #277
 
elite*gold: 0
Join Date: May 2010
Posts: 425
Received Thanks: 555
Was able to find statics for the pets hp/mp. The hp values don't update until the pet takes an update for the first time on login but they are there. Relogged the client a few times to make sure they didn't change as well.

Code:
pPet_CurrentMp = 1935948
pPet_MpMax = 193594C

pPet_CurrentHp = 19355DC
pPet_HpMax = 19355E0
My420Time is offline  
Thanks
1 User
Old 06/16/2013, 01:09   #278
 
elite*gold: 0
Join Date: Sep 2010
Posts: 49
Received Thanks: 2
Hi there I'm truly fan of your work since u begun, u even implemented one of my ideas (about character name in tray minimized bot). I was wondering if it is even possible to block somehow copying pressed keys to minimized BOI windows. For example - I'm playing WoT while BOI is launched and minimized. I'm using WSAD on WoT and this movement is copied to BOI client window. Is there any way to block this so my BOI character stay in one place ? That would be a nice "happy botting" option
bot78 is offline  
Old 06/16/2013, 21:02   #279
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by iNFIDEL_ View Post
Pointer?
Yep. Sometimes you have static addresses and other times you have dynamic addresses. Pointers is a static address that "points" to a location in data that is dynamic (which always changes). That way, even though the data you want keeps changing locations, as long as you have the static pointer to it, you can always find it.

Quote:
Originally Posted by My420Time View Post
Was able to find statics for the pets hp/mp. The hp values don't update until the pet takes an update for the first time on login but they are there. Relogged the client a few times to make sure they didn't change as well.

Code:
pPet_CurrentMp = 1935948
pPet_MpMax = 193594C

pPet_CurrentHp = 19355DC
pPet_HpMax = 19355E0
Thanks My420Time again :P Was a fun chat on GTalk

Quote:
Originally Posted by bot78 View Post
Hi there I'm truly fan of your work since u begun, u even implemented one of my ideas (about character name in tray minimized bot). I was wondering if it is even possible to block somehow copying pressed keys to minimized BOI windows. For example - I'm playing WoT while BOI is launched and minimized. I'm using WSAD on WoT and this movement is copied to BOI client window. Is there any way to block this so my BOI character stay in one place ? That would be a nice "happy botting" option
Thanks for the kind words =). I know exactly what you're talking about and its an issue with the BoI game client. Its hard for me to replicate on my end cause i don't know exactly what causes it, but I did experience it a couple times. The fix that I found is to just go back in game, move a little, then alt tab back out, and press any of the WASD keys. If character doesn't move, good. If it moves again, then repeat. Don't know any foolproof solution currently though =\
Inathero is offline  
Old 06/18/2013, 05:56   #280
 
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 0
Exclamation

hello thanks for the bot but i seem to fail starting bot for 3 characters when i click on start button on one another stops what i am doing wrong?i appreciiate if you could explain me how to run it for 3 chars at the same time
lifesilent is offline  
Old 06/19/2013, 00:48   #281
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by lifesilent View Post
hello thanks for the bot but i seem to fail starting bot for 3 characters when i click on start button on one another stops what i am doing wrong?i appreciiate if you could explain me how to run it for 3 chars at the same time
You need to open a new bot for each client. So if you have two clients running, you'll need to open two bots and have one on each client.

When I have time in the future, i'm planning on making it so one bot controls multiple clients, but I have no ETA on that.
Inathero is offline  
Old 06/19/2013, 08:56   #282
 
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by Inathero View Post
You need to open a new bot for each client. So if you have two clients running, you'll need to open two bots and have one on each client.

When I have time in the future, i'm planning on making it so one bot controls multiple clients, but I have no ETA on that.
thanks again now i got it to work on 3 chrs simultaneously
lifesilent is offline  
Old 06/24/2013, 02:27   #283
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by lifesilent View Post
thanks again now i got it to work on 3 chrs simultaneously
Happy to hear that, hope this bot helps you out =)
Inathero is offline  
Old 06/25/2013, 12:48   #284
 
RezideNNt's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 192
Received Thanks: 132
working for woi private server?
RezideNNt is offline  
Old 06/30/2013, 03:01   #285
 
Inathero's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
Quote:
Originally Posted by RezideNNt View Post
working for woi private server?
Download and check all the servers that are in the bot

If none of the servers work, then nope sorry =\
Inathero is offline  
Reply


Similar Threads Similar Threads
Epic Compilation of BoI Tools by Inathero
08/21/2014 - Battle of the Immortals - 210 Replies
Hello guys I've been making quite a few tools for BoI, having an individual thread for each one. Problem with that is that all my threads are floating around which can make it hard for people to find them. On the suggestion by dlnqt, I decided to make a single thread to contain all my releases :D I will not put my bot in this thread since It's already quite large and self sustaining. All the files do not have icons so they do seem suspicious. Reason why they don't have any icons is...
>>i request inathero 1hit or attack speed hack
03/17/2011 - Battle of the Immortals - 16 Replies
uhum its ok



All times are GMT +1. The time now is 16:06.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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