RuneMate / Issues

Client and API Issue tracking. See README for more information.
8 stars 0 forks source link

Can't open magic book with InterfaceWindows.MAGIC_BOOK #19

Open aidden93 opened 5 years ago

aidden93 commented 5 years ago

Describe the bug isOpen returns always returns false and open returns false and does nothing for InterfaceWindows.MAGIC_BOOK in legacy mode

Affected game modes: RS3.

RuneMate version: 2.95.11

To Reproduce Steps to reproduce the behaviour:

  1. Open inventory
  2. Run the code
  3. Open magic book
  4. Run the code

Please include the code used to produce this bug.

System.out.println("isOpen:"+ InterfaceWindows.getMagic().isOpen() );
System.out.println("open:"+InterfaceWindows.getMagic().open() );

Expected behaviour isOpen should return false when the inventory is open and true when the magic book is open open should open the magic book

ccarpenter04 commented 5 years ago

I can not reproduce this issue.

aidden93 commented 5 years ago

Make sure legacy interfaces is enabled under miscellaneous settings