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

V1.1.4

Discussion in 'Announcements' started by Cloud, Nov 19, 2013.

  1. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Changelog

    API
    • Fixed "Could not initialize OSRS" error
    • Removed author attribute from Manifest (Security issue)
    • Enabled com.runemate.game.api.client.BotPane
    • Updated Tabs API
    • Added ChatBox API
    • Added Viewpoint API (For screenshots)
    • Improved Skills API and structure
    • Added CombatGauge API (i.e. Actor.getHealthGauge())
    • Added Keyboard support for '@'
    • Added Item interface (To abstract GroundItem and SpriteItem)
    • Added (Projectiles/Npcs/Players).(getLoaded/Nearest)(Actor target)
    • Added (Npcs/GameObjects/GroundItems/Projectiles).getLoaded(int... ids)
    • Added (Npcs/Players/GameObjects/GroundItems/Projectiles).getNearestTo(Locatable)
    UI
    • Store the login dialog username between sessions
    • Limited bank pin field to 4 numeric characters
    • Added transitions to windows
    Developer Toolkit
    • Added basic Widget debugger
    • Improved Npc and Player debugger
    Random Handlers
    • Added BankPin handler
     
    #1 Cloud, Nov 19, 2013
    Last edited: Nov 28, 2013
    Quantum likes this.
  2. Fox

    Fox

    Joined:
    Nov 3, 2013
    Messages:
    41
    Likes Received:
    6
    Still no strings?
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    What do you mean?
     
  4. dog_

    Joined:
    Nov 3, 2013
    Messages:
    277
    Likes Received:
    95
    he probably means stuff like GameObjects.getNearest(String... names)
    just use a filter lol, it's not hard
    obj.getDefinition().getName()
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    The problem is more often than not, the definitions and names are null, so it's a very unreliable form of entity search. The only type of entity that even has reliable names are Player. Npcs are relatively reliable compared to objects and items, but it's still not a very good form of search.

    Edit: I'm going force the names to load in the next update, so I'll add support then.
     
    #5 Cloud, Nov 28, 2013
    Last edited: Nov 28, 2013
  6. Fox

    Fox

    Joined:
    Nov 3, 2013
    Messages:
    41
    Likes Received:
    6
    Sounds great
     
  7. possived

    Joined:
    Nov 27, 2013
    Messages:
    7
    Likes Received:
    0
    awesome, thanks for the update : D
     
  8. dog_

    Joined:
    Nov 3, 2013
    Messages:
    277
    Likes Received:
    95
    afaik objects are the only ones that have a lot of nulls, and you can fix that by calling a method in the client
     
  9. EvilCabbage

    Joined:
    Nov 3, 2013
    Messages:
    2,389
    Likes Received:
    849
    Thanks for the update, Cloud!
     

Share This Page

Loading...