Jump to content

OSRS Script Factory 2.0


ProjectPact

Recommended Posts

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

58 minutes ago, Firi said:

Is the expansion to SF still separate or is it merged all together now? There are 2 prices for each SF and SF:E, but only this post about it

Here you go! This should help answer some questions :) 

https://osbot.org/forum/topic/165996-purchase-script-factory/

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

v1.73:

  • [Script Network] Added new illegal characters
  • [Script Network] Fixed a bug that did not wrap comment text
  • [Script Network] Fixed a bug that did not send messages correctly
  • [Script Network] Fixed a bug that not reset the scroll position when filtering searches
  • [Script Network] Minor fixes
  • Like 1
Link to comment
Share on other sites

  • ProjectPact changed the title to OSRS Script Factory 2.0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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