Jump to content

OSRS Script Factory 2.0


Recommended Posts

Posted
5 minutes ago, tryingthishard said:

Oh okay 

A lot of the public/free scripts are not updated after released.  However you can check for newer versions or reach out to the author by checking if they post here: https://osbot.org/forum/forum/342-script-factory/

For the fishing issue, this was caused by jagex changing the name in game from "net" to "Net" same with "lure" to "Lure".  You just have to fix the case setting in the script restart and you should be good to go.

  • Like 1
Posted
43 minutes ago, Botthestrange said:

A lot of the public/free scripts are not updated after released.  However you can check for newer versions or reach out to the author by checking if they post here: https://osbot.org/forum/forum/342-script-factory/

For the fishing issue, this was caused by jagex changing the name in game from "net" to "Net" same with "lure" to "Lure".  You just have to fix the case setting in the script restart and you should be good to go.

Would I just have to find the script and edit it in Notepad or something?

Posted (edited)
16 minutes ago, tryingthishard said:

Would I just have to find the script and edit it in Notepad or something?

 

1 hour ago, Botthestrange said:

A lot of the public/free scripts are not updated after released.  However you can check for newer versions or reach out to the author by checking if they post here: https://osbot.org/forum/forum/342-script-factory/

For the fishing issue, this was caused by jagex changing the name in game from "net" to "Net" same with "lure" to "Lure".  You just have to fix the case setting in the script restart and you should be good to go.

Also, checking in-game the name of the item is still 'Small fishing net' and not 'Small fishing Net' , do I need to change it still ? 

 

 

Edit :  Nevermind -- it was the action of net itself  I think I needed to change (when hovering over a fishing spot that is nettable)> 

Edited by tryingthishard
Posted (edited)
3 hours ago, tryingthishard said:

 

Also, checking in-game the name of the item is still 'Small fishing net' and not 'Small fishing Net' , do I need to change it still ? 

 

 

Edit :  Nevermind -- it was the action of net itself  I think I needed to change (when hovering over a fishing spot that is nettable)> 

You will need to find the methods that are calling the action to the rs2object.  Then remake it with the correct case in this example 'lure' needs to be changed to 'Lure'

Do the same for net for the shrimps - You will need to make the change in SF

2TzsuZM.png

Edited by Botthestrange
  • Like 1
Posted

v1.69:

  • Added #rightClickRandomPlayer in Player
  • Added #stringContains to Variables
  • Added #isRelativePosition to RS2Widgets
  • Added #isRelativePositionContainingText to RS2Widgets
  • Added ‘Current Position’ to #replacePositions in Variables
  • Added the new delimiter in the CLI generator in Variables
  • Added a new settings option for automatic screenshots on level ups and pets
  • Fixed a bug loading CLI (new delimiter is “;”)
  • [Script Network] Fixed a an issue with script threads that have not been approved yet
  • [Script Network] Added a warning if leaving an empty comment
  • Minor fixes
Posted

v1.71:

  • Added a new check for Thread eating when HP is <= 0
  • Added a reminder on the Queued scripts GUI
  • Added new hover effects for the Script selection GUI
  • Fixed an issue that caused Thread eating not to work with other skills besides HitPoints
  • [Script Network] Fixed a bug that would display full email addresses as usernames
  • Minor fixes
  • Like 1
Posted
On 5/5/2021 at 11:39 PM, tryingthishard said:

Hello, I ran into an issue this morning with the F2P Quests script and also the Hero 2 Zero Script. 

The F2P script completed Cooks Assistant and Sheep Shearer but then ran to Juliet and got caught in a loop.

The Hero 2 Zero script took the small fishing net to Lumby to fish shrimp but then gets stuck.

Any help please? I bought this morning and have only run into issues. 

Use Notepad++ then edit the script file. Then there is an option to replace all. (Think its ctrl + R) for the shortcut. 
Type "lure" replace all with "Lure" and it should be fine. 

jagex made an update what changed the name. 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...