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 Legacy mode superheat

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
I'm drawing the bounds of the Magic.SUPERHEAT component and it's finding it correctly, but for some reason the mouse is deciding to move to where it is in this picture everytime
Screenshot%202014-09-11%2020.13.57.png

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
I'm drawing the bounds of the Magic.SUPERHEAT component and it's finding it correctly, but for some reason the mouse is deciding to move to where it is in this picture everytime
Screenshot%202014-09-11%2020.13.57.png

@Cloud
1. Are you interacting with the component directly?
2. Can you consistently reproduce it?
3. Can you display the points returned by getInteractionPoint?
4. If you interact directly with the interaction point, what happens?
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
1.Interacting with the component directly works fine, it's just Magic.SUPERHEAT_ITEM.activate() that hovers the point shown.
2.Yes, it happens every single time i call the above method in legacy mode. Also, i've made sure that it IS the rs3 import and not the osrs one.
3/4. I'm guessing these are irrelevant as interacting with the component works fine and getInteractionPoint is in the component not the power
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
1.Interacting with the component directly works fine, it's just Magic.SUPERHEAT_ITEM.activate() that hovers the point shown.
2.Yes, it happens every single time i call the above method in legacy mode. Also, i've made sure that it IS the rs3 import and not the osrs one.
3/4. I'm guessing these are irrelevant as interacting with the component works fine and getInteractionPoint is in the component not the power
Wait a minute, are we talking about Powers.Magic.SUPERHEAT_ITEM? If that's the case then it's likely just a matter of disabling a check that's required for EOC(or modifying it... that would probably be the better option...)
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Wait a minute, are we talking about Powers.Magic.SUPERHEAT_ITEM? If that's the case then it's likely just a matter of disabling a check that's required for EOC(or modifying it... that would probably be the better option...)
That's the one. That's also for legacy mode i'm guessing? @Cloud
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
@Cloud this still hasn't been resolved. I've just done a quick check and it seems to keep clicking in the location shown in this image:
S374VfK.png
 
Top