I know that battlelist stores information saying whether character is near u or not (1/0). I've made a bot that attacks monsters using mouse, but even after creature goes invisible, my bot keep on...
Type: Posts; User: arbuz
I know that battlelist stores information saying whether character is near u or not (1/0). I've made a bot that attacks monsters using mouse, but even after creature goes invisible, my bot keep on...
Thanks for the reply, however, I've got all that stuff implemented. All I need is now an idea, on how to prevent character from being logged out. Isn't your code moving your character north/south?...
I'm wondering, what would be the best way to make anti-idle function in a bot, using mouse and keyboard only. Hope some of you could give me a tip.
sorry to bother you, but how to recognize player's summon?
Hi. Is there any way to do that? I'm changing adrGo x,y,z in client and then I'm setting up 0 to 1 under my char and my char moves.
Theres a problem when the way is blocked. I've got my function...
thank You, works very fine :)
I might be mistaken, but from my researches it seems, that there's IsWalkingX and IsWalkingY in battlelist structure and changing em will not result in a character movement :P
Hi,
I've found out today cool thing on the forum. Easy way to make my char move. Unfortunately, I'm not sure if Im doing it correctly.
I've taken addresses from blackD 9.81 release.
...
I'm sorry but I'm not using tibiaAPI at all. I'm writing everything mysef.
So... There's a black square, just like red and green square, right?
All I need to do is find black square's ID and check,...
Just like the tittle says :P Thanks :)
The only way I'm thinking of is filtring received messages, is there any other way?
thank you very much :D awesome tutorial, helped me alot :)
thats the function I'm using to change text_field into string (c#), might be useful to some1 :P
public static string...
Hi. It took me a while to find trade window's data. It was not here on the forum so I've decided to share it with you :P :)
[trade + 0x18] - distance from container start (pixels)
[trade +...
I'm only mean to people who want shit handed to them, usually. You seem to know what you're doing, and you're asking for a "how," not a "give me code please."
Also, let me clarify, ITEM...
To be honest, I didn't expect such a nice and not aggressive answer from you, DarkStar. Thanks :P :)
Hi.
Do any1 know, how to get trade window's content? I've got all trade structure window stuff like height, width and so. What about content?
It doesn't seem to be static like backpacks and their...
Hi.
I've finally succeed to read packets that comes from the server. For now, I'm using blackD's address - adrLastPacket = H7B9D7A.
Unfortunately, It's not reading all the packets. And it is not...
Not by using a TcpListener, no.
You could hook the socket, but I can't help you with that.
You need to change the IPs and ports in the character list, whether through modifying the packet or...
(?)1. Overwrite them in tibia's memory? What would I do that for ? Can't I just set up tcp listener and receive very same packets tibia client receive?
(?)6. Why would I need to change anything in...
Hi, I'm working on my little bot that controlls character with mouse and keyboard. I know, there's many PROgrammers thats gonna laugh at me, say im shitty, its shitty way, i dont know shit...
thank You very much! :)
I know it has something to do with character's ID, however i couldn't find it here.
Thanks :)
Hi,
I'm wondering whats the best way to solve that.
I've tried to read monsters position out of battlelist with a condition of 0% hp but it wasnt working. It might happen, that body of a death...
I'm facing problem with simulating spy++ action:
-mouse down
-move cursor
-mouse up
have any1 of you got it working? : p
I've got all the combinations like ctrl+q, arrows mouse clicks and so...
ur like:
I've got problem with my bot, help me pls, It's not cavebotting and looting property, heres the code
class Bot
{
Cavebot c1;
Looter l1;
}