Everything posted by FushigiBot
-
Method Request - Gets Time Until Next Break
Bribe attempt: I'll make a Vyrewatch Sentinel Fighter for the network if this is added. 😎
-
Junior Java programmer course enough?
More than enough -- the API eliminates much of the need to know extensive java.
-
Giants Foundry Script coming soon?
You cannot but anvil smithing is only worth it in f2p. Therefore useless in p2p as both money maker and training method.
-
Giants Foundry Script coming soon?
Yeah the double cannonball mould is the only nice reward imho. The outfit is just meh since you can't use it in f2p.
-
Method Request - Gets Time Until Next Break
Method: If time until next break > or < (I don't think we need all the operators since the timer is always running when not breaking) int getTimeUntilNextBreak() Gets the time (in seconds) until the next break will occur. Why is this useful? As of right now, there is no way to make the bots do a particular action when the breaking timer is a certain value without using custom breaks. The problem with custom SF breaks is that you have to turn off OSBot breaks for it to work properly. Not every SF script and/or SDN script supports custom breaks, making the turning on/off of OSBot breaks a bit dangerous/tedious (especially when using cli) since you might forget to turn them back on when using another script and the bot will go YOLO for 12 hrs. How can it be used? It's all about dangerous activities that can result in the death of the bot. For example, say you're doing Undead Druids. One could tell the bot to walk to a safe area if the timer until next break is, say, less than 10 seconds. The applications are many and it would give scripters more flexibility when writing scripts, especially on activities where the bot can die or any other inconvenient situation caused by breaking on the spot.
-
Giants Foundry Script coming soon?
Don't think there is high demand for it since BF is just better in every aspect except for the unique rewards part.
- hi everyone
-
Stealth Passive Goldfarmer
Working flawlessly as far as I can tell.
-
Stealth Passive Goldfarmer
Will run it tonight with accs that have and dont have the reqs
-
Stealth Passive Goldfarmer
This is why we all love Token.
-
First time botter looking for advice
Just so that you have an idea, my farm makes around 2b per week and I have nearly 200 accs running + have been botting for years.
-
Khal Guardians Of The Rift
It's not working even with the settings enabled, but again, only when launched with CLI. hopWorld=true dropFireRune=false dropBodyRune=false disableLootTracking=false dropAirRune=false repairPouchesEveryRound=false usePortalTalismans=true dropNatureRune=false useUimMode=false hopWorldVal=464 dropDeathRune=false mediumPouchUsed=false
-
Khal Guardians Of The Rift
It's not hopping worlds when launched through CLI.
-
Stealth Passive Goldfarmer
Hey man. Do you think you can add a check where, even if farming guild is enabled in the GUI/CLI, it won't use it until level 65 farming? That way I dont have to write multiple cli files/tasks and it will just start using it once it reaches the required level :x
-
no ban guide
This is neither an effective anti-detection or botting method. ;|
-
control multiple client inside osbot with one script
It is possible but I can't think of any instance where this would be a good idea other than multiboxing. If it's this, just get script factory pro and do it with that.
-
Khal Rogues' Den
It was zoomed out. I zoomed in to take a pic. I dont know much about Rogues Den but i think the bot accidentally clicks on a gate is not supposed to click and ends up in an area that hasnt been coded to get out from. Clicking on the north gate resets it and it goes around again,
-
Khal Rogues' Den
Bot often gets stuck here. Will go around and continue if you click on the north gate.
-
Khal Guardians Of The Rift
Another suggestion: Have the bot move closer to the gate when waiting. As of right now, it waits anywhere and it's creating a pile of bots in the login position, lol.
-
Khal Guardians Of The Rift
Just an idea: Add mouse moving + right clicking every 1 - 4 mins while waiting to get in the game so that it doesn't logout. 😛
- Lunar Zero to Minnows
-
Ultimate AIO Fighter
This script has been sitting on my list for a while. Was looking for something to progressively train on some accs. I've encountered two problems: 1. Armor updating may be broken. Doesn't bank for it or get it out of the bank when needs to bank. Walks to the npc regardless. Spams this on the log. [INFO][Bot #1][06/21 08:56:56 PM]: Update armor [INFO][Bot #1][06/21 08:56:57 PM]: 15392 [INFO][Bot #1][06/21 08:56:58 PM]: Update armor [INFO][Bot #1][06/21 08:56:59 PM]: 15392 [INFO][Bot #1][06/21 08:57:01 PM]: Update armor 2. For custom NPCs, if the selected area contains like a tree or any other unreachable positions, the script doesn't try to use another (reachable) position from the area. Most areas are kinda irregular and I have to include parts that are unreachable. Log spams this. [INFO][Bot #1][06/21 09:02:34 PM]: WebWalkingEvent; No route found! Destinations = [[x=3197, y=3184, z=0]]; [INFO][Bot #1][06/21 09:02:35 PM]: Update armor [INFO][Bot #1][06/21 09:02:36 PM]: WebWalkingEvent; No route found! Destinations = [[x=3197, y=3184, z=0]]; [INFO][Bot #1][06/21 09:02:37 PM]: Update armor
-
Khal Blast Furnace
Botting will almost never get you near the same amount as manually doing something at high intensity. But anyhow, I suspect a ban coming soon since I'm assuming you're not breaking or anything.
-
Script Factory Request - If inventory does not contain items other than
Can't be done currently. What I personally do is turn on a boolean if the check "if it contains items other than" comes back as true. Then, have the account bank and deposit the entire inventory and turn off the boolean as it deposits.
-
Script Factory Request - Interact with NPC (Hp % Filter)
The checks sides is fine. The action is the problem.