valdes305 Posted February 1, 2022 Share Posted February 1, 2022 On 11/29/2019 at 7:44 AM, ProjectPact said: I appreciate it OP has more stuff checked off on it im thinking about buying a good script im hearing a lot of good stuff about ur script. it seems nice neet and clean. so i wana ask you if i can get a free trail to check out the script for my self. Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 1, 2022 Author Share Posted February 1, 2022 6 hours ago, valdes305 said: im thinking about buying a good script im hearing a lot of good stuff about ur script. it seems nice neet and clean. so i wana ask you if i can get a free trail to check out the script for my self. Hi! Unfortunately I don't offer trials for Script Factory. Usually OSBot hosts free-trial give-aways for Script Factory. However I encourage you to join my Discord and speak to the hundreds of users who are using it every day! Quote Link to comment Share on other sites More sharing options...
valdes305 Posted February 3, 2022 Share Posted February 3, 2022 On 2/1/2022 at 9:33 AM, valdes305 said: im thinking about buying a good script im hearing a lot of good stuff about ur script. it seems nice neet and clean. so i wana ask you if i can get a free trail to check out the script for my self. hey all i got is 10 dollars right now is there a way i can pay u 10 this week and the other 15 next week Quote Link to comment Share on other sites More sharing options...
mspowage Posted February 5, 2022 Share Posted February 5, 2022 Hi there - i'm in need of some scripts that does not seem to be available anywhere. more focused to ironmen. Mainly including selling to shops and hopping and collecting items. Is this type of thing possible from your factory? Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 6, 2022 Author Share Posted February 6, 2022 3 hours ago, mspowage said: Hi there - i'm in need of some scripts that does not seem to be available anywhere. more focused to ironmen. Mainly including selling to shops and hopping and collecting items. Is this type of thing possible from your factory? Oh yea! There is already a shop buying script for free when you download script factory Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 7, 2022 Author Share Posted February 7, 2022 v2.38: Added ‘Switch to Script’ support to the Script Network Added Exact location, Break if under attack, Break on death and Disable run to #walkPath Added Script Network status checks Minor fixes Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 9, 2022 Author Share Posted February 9, 2022 v2.39: Added updated ‘Switch to Script’ support to the Script Network Minor fixes Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 12, 2022 Author Share Posted February 12, 2022 v2.40: [Pro Edition] - Added new Observer mode [Pro Edition] - Added new Click to Script performance mode [Pro Edition] - Added new KeyBoard listener Added #interactWith to Bank Added #clickOnArea to Walking Added #myPlayerHeight to MyPlayer Fixed a bug loading scripts to Script Network Fixed a bug with instanced positions Minor fixes Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted February 15, 2022 Author Share Posted February 15, 2022 v2.41: [Pro Edition] - Added new detection system for Click to Script [Pro Edition] - Added the ability to interact with entities at position with Click to Script Added a new method for data replacement in the Script Network Minor fixes Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted March 5, 2022 Author Share Posted March 5, 2022 Pushed some minor fixes Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted March 11, 2022 Author Share Posted March 11, 2022 Pushed minor fixes. More coming soon. Quote Link to comment Share on other sites More sharing options...
SouthGuy21 Posted March 29, 2022 Share Posted March 29, 2022 (edited) Just want to throw this in here , Purchased this a few days ago and i'm impressed on how robust this is. After a day or so of use you can throw up scripts in less than half an hour. It would help to have some programming knowledge so you know what methods are along with other details like how to use vars, booleans, intergers and timers etc. However having said the above without any coding knowledge you can probably figure it out from the free scripts and copy them and see how they execute etc, All in all well worth the price if you want to start your journey into OSRS scripting would definitely reccommend. Please note my opinion is my own and i'm in no way affiliated with the thread owner. EDIT: I do have a quick question as i haven't experimented on it yet but is there a way to implement starting other scripts when a certain condition is met, Such as : -> If skill level is - [MINING, >=, 40, true] Start script : [Woodcutting.txt] ; As an example, Appreciate any response. Edited March 29, 2022 by SouthGuy21 1 Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted March 29, 2022 Author Share Posted March 29, 2022 (edited) 1 hour ago, SouthGuy21 said: Just want to throw this in here , Purchased this a few days ago and i'm impressed on how robust this is. After a day or so of use you can throw up scripts in less than half an hour. It would help to have some programming knowledge so you know what methods are along with other details like how to use vars, booleans, intergers and timers etc. However having said the above without any coding knowledge you can probably figure it out from the free scripts and copy them and see how they execute etc, All in all well worth the price if you want to start your journey into OSRS scripting would definitely reccommend. Please note my opinion is my own and i'm in no way affiliated with the thread owner. EDIT: I do have a quick question as i haven't experimented on it yet but is there a way to implement starting other scripts when a certain condition is met, Such as : -> If skill level is - [MINING, >=, 40, true] Start script : [Woodcutting.txt] ; As an example, Appreciate any response. Hi! I appreciate your nice comments in regards to Script Factory! To answer your question, you may absolutely do that! It is under Other->Variables->Switch to Script. It lets you quickly switch whatever script is running to another. There are also things you may take advantage of, such as global variables that remain even after switching scripts. For more information on comparing skills you can choose between either dynamic compare or static compare. Just go to Other->Skills and you will see a method called #getSkillLevel. You'll have two options, one to get the static level, and the other to get the dynamic level. If your strength level is 60/60 and you take a random pot that changes it to 68/60, the dynamic skill level is the numerator and the static skill level is the denominator. Typically, when checking the level for prayer as an example, you would want to get the dynamic skill level. This way you will know when you are about to run out of prayer points. I hope this helps! Edited March 29, 2022 by ProjectPact Quote Link to comment Share on other sites More sharing options...
SouthGuy21 Posted March 29, 2022 Share Posted March 29, 2022 8 minutes ago, ProjectPact said: Hi! I appreciate your nice comments in regards to Script Factory! To answer your question, you may absolutely do that! It is under Other->Variables->Switch to Script. It lets you quickly switch whatever script is running to another. There are also things you may take advantage of, such as global variables that remain even after switching scripts. For more information on comparing skills you can choose between either dynamic compare or static compare. Just go to Other->Skills and you will see a method called #getSkillLevel. You'll have two options, one to get the static level, and the other to get the dynamic level. If your strength level is 60/60 and you take a random pot that changes it to 68/60, the dynamic skill level is the numerator and the static skill level is the denominator. Typically, when checking the level for prayer as an example, you would want to get the dynamic skill level. This way you will know when you are about to run out of prayer points. I hope this helps! Fantastic thank you for the pointers will definitely look into making some more complex scripts over the upcoming weeks appreciate! Quote Link to comment Share on other sites More sharing options...
alberto856 Posted April 8, 2022 Share Posted April 8, 2022 Hi PP, I would like to know which are the scripts that are no longer available in the pack Quote Link to comment Share on other sites More sharing options...