Help Simulating Mouse Wheel Button

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » Windower » Support » help simulating mouse wheel button
help simulating mouse wheel button
 Quetzalcoatl.Porcius
Offline
Server: Quetzalcoatl
Game: FFXI
user: Porcius
Posts: 8
By Quetzalcoatl.Porcius 2018-03-15 02:30:50
Link | Quote | Reply
 
anyone able to write me a script I can exec in game that will simulate me pushing the mouse wheel button?

I know that it might be trivial but I really want this and I cannot get it to work. if you don't feel comfortable posting please pm me.

Thank you in advance to anyone that can help me.
 Shiva.Berzerk
Offline
Server: Shiva
Game: FFXI
user: Berzerk06
Posts: 357
By Shiva.Berzerk 2018-03-15 04:04:36
Link | Quote | Reply
 
What does the mouse wheel button do that you're trying to replicate?
 Quetzalcoatl.Porcius
Offline
Server: Quetzalcoatl
Game: FFXI
user: Porcius
Posts: 8
By Quetzalcoatl.Porcius 2018-03-15 04:11:05
Link | Quote | Reply
 
opens the main menu in game
 Shiva.Berzerk
Offline
Server: Shiva
Game: FFXI
user: Berzerk06
Posts: 357
By Shiva.Berzerk 2018-03-15 05:46:26
Link | Quote | Reply
 
if you make a text file in your scripts folder, add this:
Code
setkey numpad- down;
wait 0.2;
setkey numpad- up;


and it'll open the menu for you.

I just named it menu.txt and //exec menu opens it like your center mouse click would
 Quetzalcoatl.Porcius
Offline
Server: Quetzalcoatl
Game: FFXI
user: Porcius
Posts: 8
By Quetzalcoatl.Porcius 2018-03-15 06:30:29
Link | Quote | Reply
 
I feel like a moron.....I was thinking too much into it.

thank you very much
 Shiva.Berzerk
Offline
Server: Shiva
Game: FFXI
user: Berzerk06
Posts: 357
By Shiva.Berzerk 2018-03-15 14:09:43
Link | Quote | Reply
 
No worries, happy to help.
Log in to post.