FarmBot Helps

01/10/2021 09:20 musty19945#1
Hello friends; I'm making a new farmbot. But I got stuck somewhere, I turn the mobs and go and attack. but when i kill a mob it is waiting because the mob takes 3 seconds to disappear from the game. how can i do mobdead?
01/10/2021 15:41 MrCrisp#2
Read the HP value and continue with the next mob, if the value is less or equal to zero.
01/10/2021 16:42 musty19945#3
Quote:
Originally Posted by MrCrisp View Post
Read the HP value and continue with the next mob, if the value is less or equal to zero.
How can I read hp? Float does not come out, 2byte does not come out, I can not read mob hp in any way
01/10/2021 23:35 MrCrisp#4
Quote:
Originally Posted by musty19945 View Post
How can I read hp? Float does not come out, 2byte does not come out, I can not read mob hp in any way
How do you code your bot? Is it C++-based? How do you access mob info in general? More details could help to solve your problem.
01/11/2021 16:01 musty19945#5
Quote:
Originally Posted by MrCrisp View Post
How do you code your bot? Is it C++-based? How do you access mob info in general? More details could help to solve your problem.
with c ++ builder dll form did a trick and farmbot is available on it
01/11/2021 20:08 MrCrisp#6
Quote:
Originally Posted by musty19945 View Post
with c ++ builder dll form did a trick and farmbot is available on it
Well then if you think that this is enough information then good luck on solving it.
Weird "trick" you are talking about.