1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

RuneMate V1.0.0 - Beta 26

Discussion in 'Announcements' started by Cloud, Jun 17, 2014.

  1. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Changelog
    • Improved Tab.open(boolean) and Tab.open()
    • Added SerializableCallable interface and Usable interface
    • Fixed running away during random combat events (osrs)
    • Added support for more npcs in talking npc events (osrs)
    • Fixed Drill Demon (osrs)
    Also, Arbiter has been taking advantage of the new resource managers ability to deliver silent ui updates, so expect to see some nice changes in regards to that now and over the coming days :)
     
  2. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    • Added SerializableCallable interface and Usable interface
    What can those two be used for? Also, is isReachable finding out if it is possible to get to a particular spot, not taking into account obstacles, and is isReachableFrom taking those obstacles such as doors or different planes into consideration?
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    They were both for things related to packaging more complicated things in the web, and I may change them up a bit because I'm not really sure that I like them/need them in the api. isReachable checks if the coordinate is within the loaded area and reachable (taking into account collisions) from the local player. isReachableFrom does the same but instead of from the local player position, it's from the specified locatables.
     
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Sweet :p
     

Share This Page

Loading...