Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > PlayUO (Krrios' Client)

PlayUO (Krrios' Client) Support & Etc for Krrios's UO Client.

Reply
 
Thread Tools Display Modes
Old 03-19-2008, 09:54 PM   #1 (permalink)
Newbie
 
Join Date: Mar 2004
Location: Bellingham, WA
Age: 22
Posts: 18
Send a message via MSN to FeaR-hybrid
Default macros.xml - key="?" (Mouse 4, 5?)

I'm wondering what "key" number co-responds to mouse buttons 4 and 5. Anyone know? Is there a list I'm not able to find somewhere?

And before anyone asks, I tried the numbers immediately following mouseup, mousedown,and press. No dice

Any help would be appreciated. Thanks!

Last edited by FeaR-hybrid; 03-19-2008 at 10:17 PM.
FeaR-hybrid is offline   Reply With Quote
Old 03-20-2008, 03:23 AM   #2 (permalink)
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,257
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

I'm not sure if PlayUO even supports those buttons, and even if it does, I don't have them on my mouse to test with.
__________________
the runuo community has lost sight
Suil Ban is offline   Reply With Quote
Old 03-20-2008, 07:29 PM   #3 (permalink)
Newbie
 
Join Date: Mar 2004
Location: Bellingham, WA
Age: 22
Posts: 18
Send a message via MSN to FeaR-hybrid
Default

Blah. Anyone else have any insight? It would be awesome to be able to use them.
FeaR-hybrid is offline   Reply With Quote
Old 04-07-2008, 09:39 PM   #4 (permalink)
Newbie
 
Join Date: Mar 2004
Location: Bellingham, WA
Age: 22
Posts: 18
Send a message via MSN to FeaR-hybrid
Default

Bump. This would be an amazing feature
FeaR-hybrid is offline   Reply With Quote
Old 04-09-2008, 05:06 AM   #5 (permalink)
FLD
Forum Novice
 
Join Date: Feb 2005
Location: Finland
Age: 22
Posts: 238
Send a message via AIM to FLD
Default

Quote:
Originally Posted by FeaR-hybrid View Post
I'm wondering what "key" number co-responds to mouse buttons 4 and 5. Anyone know? Is there a list I'm not able to find somewhere?

And before anyone asks, I tried the numbers immediately following mouseup, mousedown,and press. No dice

Any help would be appreciated. Thanks!
Take a peek to Macro.cs and Macros.cs
__________________
FLD is offline   Reply With Quote
Old 04-09-2008, 09:25 AM   #6 (permalink)
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,257
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

Quote:
Originally Posted by FLD View Post
Take a peek to Macro.cs and Macros.cs
I'm not so sure pointing players towards ILDASM/Reflector is a good idea on these forums...
__________________
the runuo community has lost sight
Suil Ban is offline   Reply With Quote
Old 04-11-2008, 09:15 PM   #7 (permalink)
Forum Expert
 
Join Date: Aug 2003
Location: New York
Age: 21
Posts: 586
Send a message via AIM to EsK-ProDiGy Send a message via MSN to EsK-ProDiGy Send a message via Skype™ to EsK-ProDiGy
Default

Quote:
Originally Posted by FeaR-hybrid View Post
I'm wondering what "key" number co-responds to mouse buttons 4 and 5. Anyone know? Is there a list I'm not able to find somewhere?

And before anyone asks, I tried the numbers immediately following mouseup, mousedown,and press. No dice

Any help would be appreciated. Thanks!

you can find the company that makes the mouse and they usually have a program that'll let you rebind it. gonna assume you have logitech so google it or sumthin
EsK-ProDiGy is online now   Reply With Quote
Old 04-11-2008, 09:39 PM   #8 (permalink)
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,257
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

Quote:
Originally Posted by EsK-ProDiGy View Post
you can find the company that makes the mouse and they usually have a program that'll let you rebind it. gonna assume you have logitech so google it or sumthin
Yeah, good idea. I know that if you're using a wireless Logitech, it should've come with Setpoint, which enables you to do this.
__________________
the runuo community has lost sight
Suil Ban is offline   Reply With Quote
Old 04-15-2008, 03:11 PM   #9 (permalink)
Newbie
 
Join Date: Mar 2004
Location: Bellingham, WA
Age: 22
Posts: 18
Send a message via MSN to FeaR-hybrid
Default

Quote:
Originally Posted by EsK-ProDiGy View Post
you can find the company that makes the mouse and they usually have a program that'll let you rebind it. gonna assume you have logitech so google it or sumthin
Well aware of this feature, but that's a pretty cheap work-around. Also, that would disable the back/forward functionality the mouse has in a browser window, can't do that.

Bummer.
FeaR-hybrid is offline   Reply With Quote
Old 04-15-2008, 05:53 PM   #10 (permalink)
Newbie
 
Join Date: Nov 2007
Age: 22
Posts: 63
Default

sallos is down so i can't test but

XButton1 = 5
XButton2 = 6

XButton1 i think is Mouse4 but it could be Mouse5 and XButton2 i think is Mouse5 but it could be Mouse4, i really don't remember.

Code:
            string keyID = "6";

            Keys key = (Keys)Enum.Parse(typeof(Keys), keyID);
key will end up being Keys.XButton2 so this should work unless PlayUO pareses it different.
Chase.XNA is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5