Jump to content

ARCEUUS_HOME_TELEPORT does not work


Bobbey

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

On 8/13/2023 at 5:00 PM, Bobbey said:

The following code always returns false even if you are able to use the spell.

https://oldschool.runescape.wiki/w/Arceuus_Home_Teleport

 

getMagic().castSpell(Spells.ArceuusSpells.ARCEUUS_HOME_TELEPORT)

I will debug it some more and send @Patrick some more detailed report :)
Thx for reporting!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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