Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. generalsensei

    Question Efficiency and new query calls

    Hey guys im noticing whenever I poll for enemies to attack in my fighter bot I am having substantial stuttering and lag during the new query. The query in question is as follows, and makes sure enemies found are within my defined area constraints. Npc cow =...
  2. generalsensei

    Resource Determining if a drop originally belongs to LocalPlayer

    Does anyone got a good piece of code they use for determining if a drop originated for the LocalPlayer? Something to prevent iron mans from clicking on loot that doesn't belong to them and thus cant collect?
  3. generalsensei

    can i get perm banned if i bot with expired ban

    Double temp bans, total play time approx 30 days over 1100 day time period.
  4. generalsensei

    OSRS Are bans getting rarer?

    Got hit with a 1 day temp ban after earning 5 mil exp in 5 days. I did some mining, fishing, tempoross, nmz, firemaking, and gilded altar. Main account, 200 quest points. 2nd temp ban on this account. I'd say bans are still up so be incredibly careful on accounts that you truly care about.
  5. generalsensei

    Problem

    What bot were you using?
  6. generalsensei

    Question Charging trident?

    So it seems you're telling the code to activate whenever the EnterAmountDialog box is open. When charging a trident, I dont think that Dialog box ever happens. You just click your runes and charge the Trident and its done. You need to change the condition for when you want to charge a trident...
  7. generalsensei

    Question Charging trident?

    Can you post a snippet of your code? Specifically the code that activates this function, the code that brings up the interaction menu, and the code thats supposed to enter the amount?
  8. generalsensei

    Bug Edit > Preferences > Development Tab Not There

    Add the program argument -sdk to your run configuration to boot Spectre in Developer Mode
  9. generalsensei

    Question Wait for UI to finalize loading

    Id probably try something as follows. Before hopping, save the current world number as an int. Whenever you attempt to hop worlds, ensure Worlds.getCurrent() is different than the saved int. If it is, ensure the local player is not null, THEN run the rest of your code. I believe this should...
  10. generalsensei

    Resolved Some random npcs missing info (name null, actions empty)

    Seems like this behavior can be observed with other obscure npcs and objects, ive personally seen examples in the motherlode mine. Considering searching by id works, and seems to be consistent, is there any negative downsides besides being more obscure from using the npcs id vs their name? I...
  11. generalsensei

    Bug WebPath returning null

    Is this still an issue? Seems like my path only returns whenever the local player is already standing very near/directly next to the last point. @Cloud
  12. generalsensei

    Bug Runemate Bot Testing

    Ensure youve added the RuneMate.jar as a dependency for your project
  13. generalsensei

    Question How to more easily see entity ids, coordinates, etc in real time?

    Guys there has gotta be a better way to detemine coordinates then by moving your character around an area and logging all the points. I remember on a previous bot client there was a way to overlay all of this information on the client itself, so you could just see all the ids in the viewport of...
  14. generalsensei

    OSRS Paying to Create, Retribution Alts.

    Still interested?
  15. generalsensei

    Question Is it dangerous to make a script without camera movement?

    For any bot that relies on movement at all, I would think it unfeasible for jagex's bot pattern detection heuristic to not account for camera movement. Especially if your bot is interacting with objects a player wouldn't be able to physically see. So probably, yes.
  16. generalsensei

    Resolved Could I please have some old source code bots?

    I actually get the same issue too where I only get the manifests when attempting to download the source. I'm on a Ubuntu 18.04 Linux x64 if that makes any difference. I have previous experience coding bots on a different bot platform, i'm trying to look over old source code to familiarize...
Top