Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Is there a way to make my character move 1 whole block instead of whatever it is now?
I know this moves the bot:
con.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
But can i move myself?
Offline
you need to edit EE client for that.
Offline
you need to edit EE client for that.
Well, then.. Smh
Offline
I guess you could use /teleport to move someone, although youd need something keeping track of where people are (I guess the botbits physics thing would be the best option)
Edit: Im guessing you mean move some other player, not the player the bot is using
Offline
How do i use botbits? and if i do use it does it really help that much??
Edit: I mean myself also, idc if i move others or not.. not really
Offline
How do i use botbits? and if i do use it does it really help that much??
Ive always just written whatever I wanted the bot to do myself, as you can do pretty much everything that you need to fairly easily
What botbits does have though is a physics plugin thing, which is by far the best option if you want to simulate the EE physics, otherwise when you get a players position, youd have to use the last place they pressed a key, which isnt very good for some things (I wouldnt advise trying to write a physics engine yourself, as its a very big job)
Edit: By yourself, do you mean the player the bots logged in as, or the player youre logged in as?
Offline
EEPhyics
Thanks - that helps
Offline
EEPhysics isn't so much updated, but I have been working on updating it with the new physics in EE.
I was needed to recode EEPhysics, to work like I want it too be.
Offline
ON-TOPIC: I can't code in C# AT ALL, but did you try checking the EE Protocol?
OFF-TOPIC: Remember me from my world?
Offline
but did you try checking the EE Protocol?
I think he took this code from that.
con.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
Offline
POLAK23P wrote:but did you try checking the EE Protocol?
I think he took this code from that.
con.Send("m", X * 16, Y * 16, 0, 0, 0, 0, 0, 0, 0, false, false, 0);
Well, as I said, I have no idea how to code in C#.
Offline
EEPhysics isn't so much updated, but I have been working on updating it with the new physics in EE.
I was needed to recode EEPhysics, to work like I want it too be.
Let me know when it's done / if you need an extra set of eyes.
Offline
Pages: 1
[ Started around 1732442189.8031 - Generated in 0.053 seconds, 13 queries executed - Memory usage: 1.57 MiB (Peak: 1.75 MiB) ]