Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Easiest way to walk around in an instanced zone?


    Before

    Recommended Posts

    I made a MTA script a few months ago but there wasn't much walking around that needed to be done there, but now I'm trying to make a Last Man Standing script. What's the easiest way to walk around in an instanced zone?

    Link to comment
    Share on other sites

    I think grabbing the whole area and then get the tiles for specific entities you want to interact with or walk to?

    Link to comment
    Share on other sites

    Currently working on a problem like this...

     

    I think I've found the solution:

    find a game object which only appears ONCE in that instance, and grab its tile. Now you know where your main location can be, and can base everything else off of it...i.e. areas

    Tile t = new Tile(gameObject.getTile());
    Area lastManStandingFightZone = new Area(t.getX()+20, t.getY()+20, t.getX()-20, t.getY()-20);
    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.