Is it possible the rightmouseup faster?

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

NobodyImportant
a lesser mummy
a lesser mummy
Posts: 46
Joined: Sun Nov 02, 2003 8:42 pm

Is it possible the rightmouseup faster?

Post by NobodyImportant » Thu Apr 22, 2004 5:29 pm

Ok, this is a very basic, very simple mac, its just for canni'ing down with a manastone,

[code]
#turbo

Sub Main
:manastone

/itemnotify pack8 rightmouseup

/if (${Me.CurrentHPs}<=500) /end

/goto :manastone

/return
[/code]

Currently, replacing

[code]
/itemnotify pack8 rightmouseup
[/code]
With...

[code]
/click right
[/code]

Makes it work like 2-3times as fast, but youhave to have your inventory open, or you mana stone hotkeyed, I would absolutely love to just hit /mac Canni without any windows open and canni down, but its a bit slow to do that, so im still using /click right, I was just wondering if there was a turbo, or a setting somewhere that could make the bypassing mouse clicks work faster?

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Thu Apr 22, 2004 5:56 pm

honestly.... i have no idea why /click would be faster than /itemnotify in any situation. In fact, I dont even believe I'm reading that you believe it is, so I'm just going to skip past this one.
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

NobodyImportant
a lesser mummy
a lesser mummy
Posts: 46
Joined: Sun Nov 02, 2003 8:42 pm

Post by NobodyImportant » Thu Apr 22, 2004 9:52 pm

Unless it simply moves to fast for the video to pick up which doesnt seem to be the problem, try running my code in game, just use the bag in your 8th inventory slot, watch how fast it open/closes, click right is indeed faster but if you dont know why, obviously you cant make it faster so nps, I will just continue using /click right

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Thu Apr 22, 2004 10:13 pm

/itemnofity is about 130% faster