February 26, 201411 yr Hey guys, I got some questions about the API: - Is the method closestObjectForName(String) global? (does it search for objects all around runescape map?) - is there API available to get the local objects? - is there API available to get all the objects over the map? - Is there API available to filter these objects? Thanks in advance! CoderDimi
February 26, 201411 yr Hey guys, I got some questions about the API: - Is the method closestObjectForName(String) global? (does it search for objects all around runescape map?) - is there API available to get the local objects? - is there API available to get all the objects over the map? - Is there API available to filter these objects? Thanks in advance! CoderDimi ... You're posting a lot of threads about really basic stuff... Firstly, closestObjectForName(String) is obvioulsy going to find the closest object if it isn't a null. Why would a method look at al-kharid if it's in Camelot? So no. - there is one api. - no - what does this question even mean? Please learn some basic Java and learn about API's before even trying to script..