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 Ourania teleport missing in Magic.Lunar

Joined
Jul 19, 2016
Messages
35
Hello!

I just discovered that the Ourania teleport is missing in the Magic.Lunar API.

Do you guys know how I can solve this manually?

Thanks,
 
Joined
Apr 8, 2018
Messages
45
Use visual developer tool to find the interfacecomponent corresponding to the Ourania teleport spell. You can then just interact with this component, clicking or activating it.
 
Joined
Aug 23, 2015
Messages
1,961
No its not. I used this in one of my old bots:
Magic.Lunar.OURANIA_TELEPORT.activate()

For some reason I don't see it listed in the Jdocs though.

If the api method doesn't work, the response above would be correct. Be sure to open the magic tab before trying to click the interface component.
 
Top