Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved [Clouse] Interaction failing

Java Warlord
Joined
Nov 17, 2014
Messages
4,906
I've recognized that interacting fails if the mouse is not hovering the object.
The mouse would only hover the object in the first loop, without clicking.
In the second loop, when the mouse hovers the object initially, it interacts properly.

This problem makes interaction with moving npcs very hard for spectre.
 
Joined
Dec 10, 2014
Messages
3,332
Not sure whether this is a Clouse issue or just the way that interaction is coded at the moment.
Like you said, if it's not currently hovering the entity, it moves the mouse to it and then returns false, else it attempts to interact and returns based on that. Although I don't see why it wouldn't be done so that if hovering is successful then it'll attempt to interact in the same method call.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Not sure whether this is a Clouse issue or just the way that interaction is coded at the moment.
Like you said, if it's not currently hovering the entity, it moves the mouse to it and then returns false, else it attempts to interact and returns based on that. Although I don't see why it wouldn't be done so that if hovering is successful then it'll attempt to interact in the same method call.
It's the latter. Entirely unrelated to Clouse and isn't a new issue. Not Spectre related at all, and as such will be dealt with post-release.
 
Top