| View previous topic :: View next topic |
| Author |
Message |
Glasscannon
Joined: 27 Dec 2006 Posts: 5
Digg It |
Posted: Wed Dec 27, 2006 1:41 am Post subject: playing wow with the wiimote |
|
|
i got the wiimote to work and i can look around and move my curser but i set it up so that the B button is right click and the A button is the left click, and normally on my mouse when i press the right and left buttons on my mouse i move.. but when i click A and B nothing happens. What could be the problem? i even checked it on my desktop, when i right click it goes to the properties/arrange icons/new/refresh, and when i click the A button it highlights stuff. So i know they work, just not in wow for some reason. Has anyone else had this problem?
Thanks. |
|
| Back to top |
|
 |
JoCliMe
Joined: 15 Dec 2006 Posts: 16 Location: El Centro, CA
Digg It |
Posted: Wed Dec 27, 2006 1:52 am Post subject: |
|
|
I would make a separate button be for the mouse middle click
| Code: | | mouse.middleclick = wiimote.[choose your wiimote button] |
|
|
| Back to top |
|
 |
Glasscannon
Joined: 27 Dec 2006 Posts: 5
Digg It |
Posted: Wed Dec 27, 2006 2:11 am Post subject: |
|
|
| how do you make it so the up/down/left/right on the pad is up/down/left/right on your keyboard? |
|
| Back to top |
|
 |
Ninkul

Joined: 19 Dec 2006 Posts: 18
Digg It |
Posted: Wed Dec 27, 2006 2:15 am Post subject: |
|
|
| Glasscannon wrote: | | how do you make it so the up/down/left/right on the pad is up/down/left/right on your keyboard? |
| Code: | Up = Wiimote.Up
Down = Wiimote.Down
Left = Wiimote.Left
Right = Wiimote.Right |
Easy  _________________ ninkul.net
Ninkul // [1218-2570-1815-4900] |
|
| Back to top |
|
 |
penguinwhoflew
Joined: 27 Dec 2006 Posts: 16
Digg It |
Posted: Wed Dec 27, 2006 2:15 am Post subject: |
|
|
Why would you need middle click? I've played WoW semi-successfully with a script that assigns 'A' to right click, 'B' to left click, the D-pad buttons to various hotbar keys, 'Home' to tab (for easy targeting), and a quick upward flick to jump. Works great, you click 'A'+'B' to run, 'Home' to target, cast some spells with the D-pad, and everything else you can click on yourself. Improvements I have planned include getting a nunchuck so I can access more hotbar keys (e.g. holding 'C' to access spells 5-8, holding 'Z' [I think 'Z'? Don't have a nunchuk yet] accesses 9-0 '-' and '=' [that's the whole bar =D], and holding both will either access your pet hotbar or additional spell bars) and also putting the attack key to '-' and the assist key to '+'. Can't wait to get good with it, though my guild says I have to raid with a keyboard anyways xD
I'll upload my completed script perhaps tomorrow, depends on when I get my nunchuck. So far it looks like it's completely doable. |
|
| Back to top |
|
 |
Glasscannon
Joined: 27 Dec 2006 Posts: 5
Digg It |
Posted: Wed Dec 27, 2006 2:18 am Post subject: |
|
|
| Ninkul wrote: | | Glasscannon wrote: | | how do you make it so the up/down/left/right on the pad is up/down/left/right on your keyboard? |
| Code: | Up = Wiimote.Up
Down = Wiimote.Down
Left = Wiimote.Left
Right = Wiimote.Right |
Easy  |
thats for moving the wiimote, i don't want to do that, i'm talking about the D-pad.. |
|
| Back to top |
|
 |
penguinwhoflew
Joined: 27 Dec 2006 Posts: 16
Digg It |
Posted: Wed Dec 27, 2006 2:19 am Post subject: |
|
|
| Check again, wiimote.up is the D-pad. |
|
| Back to top |
|
 |
|