Jump to content

Th3

Veteran
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Th3

  1. Why is the function for the rainbow text being called 3 times? all 3 functions are named the same and two are totally the same?
  2. [ERROR][bot #1][05/17 05:42:53 PM]: Error in bot executor! java.lang.StackOverflowError at java.util.HashMap.hash(Unknown Source) at java.util.HashMap.put(Unknown Source) at java.util.HashSet.add(Unknown Source) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.addOpen(fl:53) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:165) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:8) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(fl:229) We are still getting this. Basically anywhere the tile is bit slanted. Makes it impossible to write a stable script that can walk places. also this.
  3. He fed me tonight. I love you @Timekeeper
  4. Is there a list of what was fixed?
  5. Th3

    Farewell

    I wanna make love to you under the midnight tree.
  6. can't we just search for interface text? Nevertheless, nice release. public boolean interfaceHandler() { List localList; if ((localList = interfaces.containingText(new String[] { "click to continue", "nobody", "don't tell them anything and ignore them.", "talk to any banker in RuneScape.", "nothing", "memorable", "politely tell them no and then use the 'Report Abuse' button.", "don't tell them anything and inform Jagex through the game website.", "no, it might steal my password.", "don't give him my password.", "to recover my account if i don't remember my password.", "nowhere", "no", "to help me recover my password if I forget it or if it is stolen.", "recovering your account if you forget your password.", "game Inbox on the RuneScape website." })).isEmpty()) return false; return ((RS2InterfaceChild)localList.get(0)).interact(); }
  7. It depends how tutorial island is handled.
  8. If it stands within a tile of an npc it can't reach it.
  9. He means you cannot release a script that can impact runescape in a large way and sell it for one time fee of $10. If I understand correct the whole point of SDN prem rules is to keep balance with the price and script capabilities. @Isolate Now you are calling it a scheme? You understand investors got nothing to lose. Even in their paypal notes it says the refund condition, making sure they would win any charge back claim if it were to reach that case. They are simply helping kickstart the project to release stage. Osbot 2 brings new opportunities if they chose to alter rules that's their decision to make.
  10. I did talk to both Alek and Maldesto before even starting full development on the script. And if anyone has anything against the investment thing, it's not your money you got no right to tell anyone how they should spend it. The people investing don't have anything to lose as even in my tos I stated I gave they have permission to a full refund after the 20th.
  11. Th3

    New Signature

    where is mah $10. i will cut you
  12. Before using a proxy make sure to login to the client and open a tab on a normal connection first. This way the client can download the rs client. Proxies don't proved best speed or are even restricted in some cases from doing this. Once the rs login page loads up you can close it and open it with the proxy. This only needs to be done when rs updates.
  13. Don't forget to have a look at this. It gets thrown when you try to walk to postions like that. Mostly near draynor.
  14. Was osbot 2 just hook updates?
  15. Position[] asPath = positionsList.toArray(new Position[positionsList.size()]);
  16. [ERROR][Bot #1][05/07 07:55:59 PM]: Error in bot executor! java.lang.StackOverflowError at java.util.HashMap.hash(Unknown Source) at java.util.HashMap.put(Unknown Source) at java.util.HashSet.add(Unknown Source) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.addOpen(gn:21) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:215) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:4) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:98) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) at org.osbot.rs07.api.util.BFSWalkableAreaFinder.visit(gn:249) full report: http://pastebin.com/7RRwP5sX Tile its trying to walk to: 3120,3223,0 Happened here.
×
×
  • Create New...