|
You last visited: Today at 16:06
Advertisement
Inathero's Phoenix Bot.
Discussion on Inathero's Phoenix Bot. within the Battle of the Immortals forum part of the MMORPGs category.
05/09/2013, 07:35
|
#271
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by kuzu01
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)
|
|
|
05/09/2013, 08:58
|
#272
|
elite*gold: 0
Join Date: Jun 2008
Posts: 4
Received Thanks: 0
|
Quote:
Originally Posted by Inathero
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.
|
|
|
05/19/2013, 03:52
|
#273
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by kuzu01
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
|
|
|
05/31/2013, 04:58
|
#274
|
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
|
|
|
06/14/2013, 01:47
|
#275
|
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
|
|
|
06/14/2013, 15:43
|
#276
|
elite*gold: 0
Join Date: Feb 2009
Posts: 418
Received Thanks: 142
|
Pointer?
|
|
|
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
|
|
|
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
|
|
|
06/16/2013, 21:02
|
#279
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by iNFIDEL_
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
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
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 =\
|
|
|
06/18/2013, 05:56
|
#280
|
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 0
|
 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
|
|
|
06/19/2013, 00:48
|
#281
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by lifesilent
 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.
|
|
|
06/19/2013, 08:56
|
#282
|
elite*gold: 0
Join Date: Mar 2013
Posts: 8
Received Thanks: 0
|
Quote:
Originally Posted by Inathero
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
|
|
|
06/24/2013, 02:27
|
#283
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by lifesilent
thanks again now i got it to work on 3 chrs simultaneously 
|
Happy to hear that, hope this bot helps you out =)
|
|
|
06/25/2013, 12:48
|
#284
|
elite*gold: 0
Join Date: Apr 2013
Posts: 192
Received Thanks: 132
|
working for woi private server?
|
|
|
06/30/2013, 03:01
|
#285
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by RezideNNt
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 =\
|
|
|
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.
|
|