Jump to content

ProjectPact

Script Factory Developer
  • Posts

    6430
  • Joined

  • Last visited

  • Days Won

    37
  • Feedback

    100%

Everything posted by ProjectPact

  1. Need a little more help than that. Mirror mode or injection? Where were you? Did the bot open the bank? Where are your items din your bank? Was your inventory clear?
  2. That’s a bug with the client, not the script.
  3. This is VIP only, so you would have been on injection
  4. Script has been approved for release and should be out soon! Only ~ 20 slots for about a month or two for Alek to get feedback, then it will be open for unlimited amount of purchases! Keep an eye out on the store! No ETA as of now, but will hopefully be soon! Thanks Alek and the Rest Of the admins and devs for making this possible!
  5. If you type 75, then from level 5 wildy up you will pull that range
  6. Thanks! Check this out! http://projectpactscripting.com/Features.html
  7. need to set threshold to 0 or use minimap on exact tile
  8. * Added automatic Bird nest support if you have banking enabled * Added Infernal axe and Infernal pickaxe support * Added special attack support * Added a new preset Willow tree area in Catherby * Loads of other improvements!
  9. Version: OSBot 2.5.10 (Mirror Mode v2.62.171) Description of bug: When ran in debug mode, you can see that the bot is throwing a RuntimeException upon startup after Initializing mirror client bot and creating temp copy of files. [INFO][06/22 08:28:40 AM]: Updated injection hooks for client revision : 171! [DEBUG][Bot #1][06/22 08:28:40 AM]: Initializing mirror client bot... Created temp copy of nattach_64.dylib as /var/folders/8_/zwh6yj595wxg19g2c8d33rk80000gn/T/qwe5400029489176375908.dylib Created temp copy of stream_64.dylib as /var/folders/8_/zwh6yj595wxg19g2c8d33rk80000gn/T/qee4657615205071717190.dylib Created temp copy of stream_32.dylib as /var/folders/8_/zwh6yj595wxg19g2c8d33rk80000gn/T/wew5346800458755806705.dylib Created temp copy of stream_64.dylib as /var/folders/8_/zwh6yj595wxg19g2c8d33rk80000gn/T/eqwe2429431290953078163.dylib java.lang.RuntimeException: Could not find field in the class at client.nat.stream.Stream.m11(Native Method) at client.MJS.xrw(Unknown Source) at client.MJS.fzyk(Unknown Source) at client.emu.WTV.run(Unknown Source) Operating System:
  10. Version: OSBot 2.5.10 (Mirror Mode v2.62.171) Description of bug: When ran in debug mode, you can see this NPE being thrown. I did not have anything being drawn to the canvas at the time of the error. [ERROR][Bot #1][06/22 08:30:34 AM]: Error drawing canvas! java.lang.NullPointerException at java.lang.String.equalsIgnoreCase(String.java:1106) at org.osbot.rs07.api.util.GraphicUtilities.iiIIIiiIIIII(vo:200) at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174) at java.util.LinkedList$LLSpliterator.tryAdvance(LinkedList.java:1249) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464) at org.osbot.rs07.api.util.CachedWidget.cache(gm:18) at org.osbot.rs07.api.util.GraphicUtilities.getMainInterfaceId(vo:26) at org.osbot.rs07.api.ui.Tab.isOpen(dj:1) at org.osbot.rs07.api.Client.onPaint(ti:2) at org.osbot.rs07.canvas.WrappedCanvas.IIiIiiiIIiiI(hi:8) at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(hi:32) at client.Mk.run(Unknown Source) Operating System:
  11. Version: OSBot 2.5.10 (Mirror Mode v2.62.171) Description of bug: Whenever performing the banking check "getBank().getAmount("ITEM_NAME")", the bot recognizes a placeholder as a value of 1. So when you have run out of a certain item, but have a placeholder enabled, the bot thinks that there is still one of that item left. How to reproduce: Set your bank to recognize placeholders by locking it. Then simply make sure you have 0 of that item you want to test left, only having it's placeholder visible. Then simply run a test. Example: if (getBank().contains("ITEM_NAME")){ if (getBank().getAmount("ITEM_NAME") > 0) log("Amount: " + getBank().getAmount("ITEM_NAME")); } Operating System:
  12. Mirror Mode on Mac OS Updated: May 2021 Step 1: Go to the following addresses to download the OldSchool RuneScape and the newest OSBot client: OSBot client: https://osbot.org/mvc/get RuneScape client: https://www.runescape.com/downloads/OldSchool.dmg Step 2: Please pay attention to this step, as it is different based on your computer specs (If you need help figuring out which chip you have, simply click on the apple icon on the top left corner of your screen, and click "About this Mac". It should open up a new screen that will tell you the type of processor your computer has): Mac M1 Chip: If you are on the M1 chip, you will need to download a special version of Java provided by Zulu. The link to the .dmg file may be found here. (Please make sure to download the correct one according to your system requirements. Remember, this is ONLY for M1 chip users) https://www.azul.com/downloads/?version=java-8-lts&os=macos&package=jdk Mac Intel Chip: If you are using the standard Intel chip, you may simply download the standard version of Java here: https://www.oracle.com/java/technologies/javase-jre8-downloads.html Step 3: After installing Java and the OldSchool RuneScape client, launch the official RuneScape client. Step 4: Once the OldSchool RuneScape client is fully loaded, open up Terminal. (If you need to know how to open Terminal, simply go to the top right corner of your screen and look for the search icon. Click that icon and type "Terminal", then press enter. A new Terminal window should appear.) Step 5: Now that Terminal is open, please type the following command and press enter: java -jar [DRAG AND DROP CLIENT HERE] (Notice: where it says "[DRAG AND DROP CLIENT HERE]", you must literally drag and drop your client onto the Terminal window. This will automatically grab the location of the jar file for you so you do not have to type it out.) Step 6: After a few moments, OSBot should launch. Select "Mirror Mode" and continue logging in as normal. Step 7: After a few moments, the bot should successfully attach to the OldSchool RuneScape client! If you run into any problems, please make sure you are in Fixed mode! Please let me know if there is anything you are stuck on!
  13. HUGE updates almost finished dealing with the advanced detection and prediction system! Super excited for it to be completed! (The yellow is debug paint to display a visual representation of the new detection system. It will NOT be in the public release)
  14. When typing a private message in the chatbox, it can become very confusing who is typing what when you have a lot of messages piling up. It does not help that they are all the exact same color. What a helpful feature would be is to simply add color to message names. Example: You: Hello. Them: Hi. You: This is an example. Them: You have too much time on your hands.
  15. Rewrote how item prices are collected for a faster and more reliable way. Made loads of small additions and features. Excited for release!!
  16. It will log you out. Made it like that because not a lot of people run orange salamanders because 1. It is slow exp and 2. Because of the use of water skins. Falconry is way faster exp so people typically do that until red salamanders which are super fast if you force 3 spots
  17. Does it grab any data or information off a website?
  18. Added Games necklace and Ring of dueling support to the script for barbarian fishing and traveling to the GE from far places
  19. How much are you looking to spend? I've got a badass account with 14hp 50 attack 35 str 11 pray and DT done.
  20. Just finished testing Barbarian fishing and it works perfectly!
  21. Unfortunately the mouse is controlled by OSBot but I appreciate the kind words!
  22. Just realized when I got to gold ores... forgot to turn world hopping on, so everything just slowed down... but she is still running smooth!!!
×
×
  • Create New...