Page 1 of 1

Is it possible the rightmouseup faster?

Posted: Thu Apr 22, 2004 5:29 pm
by NobodyImportant
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?

Posted: Thu Apr 22, 2004 5:56 pm
by Lax
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.

Posted: Thu Apr 22, 2004 9:52 pm
by NobodyImportant
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

Posted: Thu Apr 22, 2004 10:13 pm
by dont_know_at_all
/itemnofity is about 130% faster