Jump to content

popshopadop

Suspended
  • Posts

    45
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by popshopadop

  1. When run normally via the gui, there does not appear any issue. However, when Osbot is run via CLI, it automatically runs the vanilla client without the arg being present. Is this expected or should -launchgame have a boolean attached to it?

    Example below:
    javaw -jar C:\Users\RickAstley\Desktop\OSBot.jar -mirror -hwmouse -login popshopadop:nope -bot e@mail.com:pass:0000 -script example:null

     

    to follow guidelines:

    OSB version: OSBot 2.6.52
    Console output / terminal output: N\A
    Crash report if a crash occurred: N\A
    Script that you ran: None
    Hooks that failed: None
    JVM/Browser bit version (32 / 64): 1.8.0_311-bl1

    • Like 1
  2. On 9/1/2022 at 9:38 AM, Czar said:

    Pat sent us a zip file of dumped varbits containing config id msb and lsb, I usually do a search for config that changes and it shows every single varbit applicable. We should be able to do a search on the scripter discord to find it, I’ll upload here as soon as I get home :doge: 

    zip file containing all varbits  you say...

     

     

    • Mald 1
  3. theres a bot manager??? anyway, if the bot manager kicks off osbot as a child process, check the command line. this can be done with more advanced task manager tools. if the command line isnt correct, that might also be a reason. check this if theres nothing else to check

  4. best advice is to never use public scripts. if using paid scripts, understand the botting pool that uses that script is lower and more effort is likely to be put in. finally, private scripts or ones written personally will have the least amount of "detections" compared the botting pool of the previously mentioned scripts. then its a matter of code quality. there can be many factors but public scripts will likely have multiple bots run them and therefore patterns that are highly detectable.

  5. I recommend going to the api, and googling that api with"site:osbot.org" attached at the end. there is an api that if you have an array of dialogues you want the bot to read through, it will. issues with this is if you have more complex dialogues to go through that each question has to be answered which iirc, RandJ does not have. i dont have the code on hand for what you want but the api will be something of:

    getDialogues().completeDialogues(String ... ArrayOfDiags)
    • Like 1
  6. yeah, if i could buy one. i do not run bots on the one i do have, but i would guess 2 maybe 3. it looks like 1.2gb is running in mirror mode and using about 1.5 cpu 100% load. math would say 3 could be done but would lag the clients while 2 should run with little issue. though, windows might have some overhead.

  7. Client Version: 2.6.41
    Script Version: v3.4.0
    Date: 2022-01-12
    Low CPU Mode (yes/no): no
    Bug Description: after picking any stats to train, it stops and attempts to adjust volume. it does not appear to handle click-dragging or whatever task it wants to perform and moving on
    Bug Occurs When: when the script is started (just after any skills are picked)
    Where Bug Occurs: anywhere
    Screenshots (if applicable): 

    uRgNL9S.png

     

    • Like 1
  8. Quote

    [ERROR][Bot #1][12/05 03:48:59 PM]: jvmstat
    java.lang.IllegalArgumentException: Could not find sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider: sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
        at client.ZC.eoz(Unknown Source)
        at client.nat.nattach.WindowsVirtualMachine.aqeo(Unknown Source)
        at client.nat.nattach.WindowsVirtualMachine.ywys(Unknown Source)
        at client.Bt.tbl(Unknown Source)
        at client.Bt.njoq(Unknown Source)
        at client.fKB.uyep(Unknown Source)
        at client.emu.cK.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: sun.jvmstat.perfdata.monitor.protocol.local.MonitoredHostProvider
        at java.lang.ClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.osbot.nd.loadClass(dy:271)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        ... 7 more

    i was getting a similar error with the bot previously open. rebooting or wiping the osbot folder did not fix. the above message i was getting. now it is stuck at searching for osrs client to attach to

  9. the mirror mode process itself uses about 1 gb itself while the game uses about 400mb. i like to to round up no matter what to 2gb for the game/bot overall as the OS needs some space to breath. i use windows and have yet to use mac at all so memory-wise, before booting up osbot, is there enough memory?

  10. It would be nice if there was a library that could handle actions. Not only a bot that walks to an area, but a function that the writer supplies walk to this area, find the npc, and chat. It could also be simple things like use two items together, and build in randomness into how each function performs its internal actions. This is not a script, but rather a supporting tool.

×
×
  • Create New...