Camaro Posted April 20, 2022 Author Share Posted April 20, 2022 On 4/17/2022 at 7:54 PM, dogdog said: Keeps clicking the spell want to try and give me more info on the issue maybe? Quote Link to comment Share on other sites More sharing options...
dogdog Posted April 23, 2022 Share Posted April 23, 2022 Fixed it, flawless running atm! Thanks. 1 Quote Link to comment Share on other sites More sharing options...
Slick Posted April 29, 2022 Share Posted April 29, 2022 (edited) This script works really great, can it be launched via CLI at the moment? EDIT: the script has disappeared from my script list did this happen to anyone before? Edited May 1, 2022 by jujusock Quote Link to comment Share on other sites More sharing options...
Camaro Posted May 4, 2022 Author Share Posted May 4, 2022 On 4/29/2022 at 6:12 AM, jujusock said: This script works really great, can it be launched via CLI at the moment? EDIT: the script has disappeared from my script list did this happen to anyone before? currently no cli options, as there is no gathering equipment/items/walking to location startup logic. And you should just be able to add it back from the store. Quote Link to comment Share on other sites More sharing options...
Rydong Posted May 5, 2022 Share Posted May 5, 2022 13 hours ago, Camaro said: currently no cli options, as there is no gathering equipment/items/walking to location startup logic. And you should just be able to add it back from the store. I'm sorry if this is a dumb questions but I am fairly new - What is CLI support? Also are you planning or thinking of writing a Combat progressive script similar? Quote Link to comment Share on other sites More sharing options...
Camaro Posted May 9, 2022 Author Share Posted May 9, 2022 On 5/5/2022 at 2:38 AM, Rydong said: I'm sorry if this is a dumb questions but I am fairly new - What is CLI support? Also are you planning or thinking of writing a Combat progressive script similar? CLI support is the ability to start the osbot client from the command line with predefined parameters and have it automatically start a script. Unfortunately, there are no plans for implementing that or progressive fighting at the moment. Quote Link to comment Share on other sites More sharing options...
Slick Posted May 12, 2022 Share Posted May 12, 2022 (edited) Would you mind sharing a rough idea how do the script determine a safespot? I came to realize safespotting is such a useful technique in questing and boss fighting and would like to try implementing it. Ran the script for a few days and it is has been running flawlessly, I am interested in knowing more how it works but certainly fine if thats too much of an ask. Edited May 12, 2022 by Slick Quote Link to comment Share on other sites More sharing options...
forumaccount Posted May 12, 2022 Share Posted May 12, 2022 On 6/28/2020 at 2:32 PM, botimusprime said: Script is already amazing but would you consider two small additions? -Re - equip picked up arrows after x amount. -Ranging potion support Would take this to another level for leaving bot alone you can talk to the range tutor in lumbridge to automatically equip arrows when looted (current ammo only so if your shooting iron arrows and looting iron arrows they go straight to the quiver) this applies to runes and the rune pouch and mage tutor respectively. 1 Quote Link to comment Share on other sites More sharing options...
Camaro Posted May 14, 2022 Author Share Posted May 14, 2022 On 5/12/2022 at 4:13 PM, Slick said: Would you mind sharing a rough idea how do the script determine a safespot? I came to realize safespotting is such a useful technique in questing and boss fighting and would like to try implementing it. Ran the script for a few days and it is has been running flawlessly, I am interested in knowing more how it works but certainly fine if thats too much of an ask. I have an algorithm that can calculate line of sight between spot a and spot b by checking the collision flags. I have another algorithm that determines if an npc can reach you by simulating the path it will take to walk to you by also checking collision flags. The second algorithm is probably the one you would need. You can determine how it works pretty easily by just watching how npcs walk towards you in the game. npcs will only move toward you in both the x and y directions first, x direction second, then y direction last based on which one it is able to do. They never move away unless you are out of its range, then it will only move backwards (extremely annoying when I made this script.) If an npc covers multiple positions, its main position is always the south-west post position. Feel free to message me if you need more info. 1 Quote Link to comment Share on other sites More sharing options...
GreatPerformance Posted September 1, 2022 Share Posted September 1, 2022 Trial plz Quote Link to comment Share on other sites More sharing options...
Sick Cunce Posted October 20, 2022 Share Posted October 20, 2022 Hi. This script doesnt work in wizards tower with the lesser demon Are you able to somehow fix this? Thanks Quote Link to comment Share on other sites More sharing options...
Camaro Posted October 20, 2022 Author Share Posted October 20, 2022 25 minutes ago, Sick Cunce said: Hi. This script doesnt work in wizards tower with the lesser demon Are you able to somehow fix this? Thanks This script is designed for more complex safespotting where it needs to run behind objects. There is a major limitation (as mentioned on the first page) where it will not work if the npc is not reachable, as is true with the wizards tower. I am sure there is another script out there that can handle this simple task. Quote Link to comment Share on other sites More sharing options...
Sick Cunce Posted October 21, 2022 Share Posted October 21, 2022 Ive tried all the free combat and VIP scripts and none of them are working? I've recently got back onto osbot. Is the site and program dead? Or are the scripts just outdated and i need to pay for premium scripts? Thanks mate Quote Link to comment Share on other sites More sharing options...
Camaro Posted October 21, 2022 Author Share Posted October 21, 2022 15 hours ago, Sick Cunce said: Ive tried all the free combat and VIP scripts and none of them are working? I've recently got back onto osbot. Is the site and program dead? Or are the scripts just outdated and i need to pay for premium scripts? Thanks mate what exactly is the issue Quote Link to comment Share on other sites More sharing options...
Sick Cunce Posted October 22, 2022 Share Posted October 22, 2022 It just doesnt attack. Because the gate is separating us the script just wont attack it. Could it be an easy coding fix? Thanks mate 1 Quote Link to comment Share on other sites More sharing options...