Elix-x / toolscompressor

Toools compressor mod for minecraft
GNU Lesser General Public License v3.0
3 stars 0 forks source link

M + NUM not working. #2

Open CoolJoey244 opened 9 years ago

CoolJoey244 commented 9 years ago

I am pressing M + 6 and all the other stuff, even tried to change the control. It just reverts to the combined tool. I can't even use by bow! Please help. Thank you.

Elix-x commented 9 years ago

Try pressing it in another order (Numpad 6 and then M (be sure, that when you press M, 6 is pressed)

Elix-x commented 9 years ago

@CoolJoey244 Did it work?

CoolJoey244 commented 9 years ago

i haven't tried yet. I just saw you're message, i will by 5:00 tomorrow.

CoolJoey244 commented 9 years ago

Okay,,, still doesn't work. Do you have any more ideas?

Elix-x commented 9 years ago

Not really. For me it works. Try this: hold down 6 (numpad) and press M (or what ever key you set)

CoolJoey244 commented 9 years ago

It is not working for me either. I did try that too.

Sent from my iPod

On Feb 5, 2015, at 11:35 AM, elix-x notifications@github.com wrote:

Not really. For me it works. Try this: hold down 6 (numpad) and press M (or what ever key you set)

— Reply to this email directly or view it on GitHub.

Elix-x commented 9 years ago

This is very very very starnge... Nave you set numpad 6 for something other or not?

CoolJoey244 commented 9 years ago

No I haven't. Do you want to know my specs of my PC?

Sent from my iPod

On Feb 6, 2015, at 7:52 AM, elix-x notifications@github.com wrote:

This is very very very starnge... Nave you set numpad 6 for something other or not?

— Reply to this email directly or view it on GitHub.

CoolJoey244 commented 9 years ago

Okay,,, this is weird. Everything works, sorry for complaining, but there is one problem, It only works if you press the NUM + # fast, like tapping a phone. can you make it so when you hold it, it does it?

Elix-x commented 9 years ago

sorry for delay, i've been working with HyperMan19680. Actually code is written like so: when M is down, check: NUMPAD 0 is down? -No NUMPAD 1 is down? -No NUMPAD 2 is down? -No NUMPAD 3 is down? -No NUMPAD 4 is down? -No NUMPAD 5 is down? -No NUMPAD 6 is down? -Yes NUMPAD 7 is down? -No NUMPAD 8 is down? -No NUMPAD 9 is down? -No

send Packet to server: M is down and NUMPAD 6 is down.

That means: press M, while holding down numpad 6!

HyperMan19680 commented 9 years ago

Honestly I'd like to see them both work. And maybe a way to tell when the tool is locked.

Sent from my iPhone

On Feb 13, 2015, at 2:35 AM, "elix-x" notifications@github.com wrote:

sorry for delay, i've been working with HyperMan19680. Actually code is written like so: when M is down, check: NUMPAD 0 is down? -No NUMPAD 1 is down? -No NUMPAD 2 is down? -No NUMPAD 3 is down? -No NUMPAD 4 is down? -No NUMPAD 5 is down? -No NUMPAD 6 is down? -Yes NUMPAD 7 is down? -No NUMPAD 8 is down? -No NUMPAD 9 is down? -No

send Packet to server: M is down and NUMPAD 6 is down.

That means: press M, while holding down numpad 6!

— Reply to this email directly or view it on GitHub.

Elix-x commented 9 years ago

@HyperMan19680 There's a way to tell, that tool is blocked: look in description (Current mode is (not) fixed)

HyperMan19680 commented 9 years ago

Ah, I see. I'll check once I get home. I should mention I am seeing some sort of debug text in the tool description...

Sent from my iPhone

On Feb 13, 2015, at 11:33 AM, "elix-x" notifications@github.com wrote:

@HyperMan19680 There's a way to tell, that tool is blocked: look in description (Current mode is (not) fixed)

— Reply to this email directly or view it on GitHub.

CoolJoey244 commented 9 years ago

Sorry again for the delay on replys, but I have to ask you this: did you just update the mod? I have 1.0.0v.

Sent from my iPod

On Feb 13, 2015, at 3:35 AM, elix-x notifications@github.com wrote:

sorry for delay, i've been working with HyperMan19680. Actually code is written like so: when M is down, check: NUMPAD 0 is down? -No NUMPAD 1 is down? -No NUMPAD 2 is down? -No NUMPAD 3 is down? -No NUMPAD 4 is down? -No NUMPAD 5 is down? -No NUMPAD 6 is down? -Yes NUMPAD 7 is down? -No NUMPAD 8 is down? -No NUMPAD 9 is down? -No

send Packet to server: M is down and NUMPAD 6 is down.

That means: press M, while holding down numpad 6!

— Reply to this email directly or view it on GitHub.