Jump to content

ARCEUUS_HOME_TELEPORT does not work


Recommended Posts

Posted

you could open the magic book manually and then use mouse.click() to click it manually.
I like to make a random area window over spells so its not clicking at the exact same coords every time, not sure if it really matters or not.

Not sure where on the screen that spell is located, so just turn on 'Mouse Position' in the settings to get these values

 

if(getTabs().open(Tab.MAGIC)){
	mouse.click(random(xxx, yyy), random(xxx, yyy), false);
}

 

  • Like 1
Posted
9 minutes ago, Alakazizam said:

you could open the magic book manually and then use mouse.click() to click it manually.
I like to make a random area window over spells so its not clicking at the exact same coords every time, not sure if it really matters or not.

Not sure where on the screen that spell is located, so just turn on 'Mouse Position' in the settings to get these values

 

if(getTabs().open(Tab.MAGIC)){
	mouse.click(random(xxx, yyy), random(xxx, yyy), false);
}

 

Yeah thanks. But I am mostly reporting it so that the underlying problem can be fixed

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...