PDA

View Full Version : Forum Suggestion



nkd2009
02-24-2017, 12:14 AM
I think it would be nice to have a mirrored forum section from RS3 Scripts (and OSRS) that is just for rough draft scripts that people dont want to polish all the way. I know I have a few I have not released just because I don't have any sort of logout function when it is done performing the action. Any scripts posted within this new section would allow people to fix them up and then repost new drafts. I think it would add some more contributions to the forums and would facilitate learning.

Thoughts?

KeepBotting
02-24-2017, 12:26 AM
You could probably use the First Scripts section for this, doubt anybody would complain

nkd2009
02-24-2017, 01:58 AM
I thought about that but after 25 posts it would be off the page and forgotten about forever.
Maybe a new section could be added to jr mem's script section? It seems like everyone just waits for you or other high level scripters to release super polished scripts and there's not a lot of cooperation (not talking about active jr. mem forum posters/users). It's great that people enjoy the community and get like 2 million forum posts but if less and less scripts are released the community suffers.

AFools
02-24-2017, 02:09 AM
This is a learning forum.. people usually publish their works from time to time.. A - to encourage others B - to give back

Co-operation does occur; but usually behind the scenes. I have seen a few co-operation threads.. but everybody works at different levels. It falls apart rather quickly.

coding styles are different.. plus once you begin something you will generally see it through. asking questions where needed.

Dan the man
02-24-2017, 02:41 AM
I think the scripts that are posted are for people to use, but people lose interest in maintaining them.

The same problem would still exist as people would post the script in the current section, potentially with the intention of maintaining the script, then get bored or lose interest in keeping it up to date.

Borland
02-24-2017, 04:25 AM
I'd suggest posting these types of scripts in the snippets section. If you have a few, possibly create one thread and release them all in one, with a paragraph outlining the usage and things to know of each script. Make it clear at the top these are baby-sit scrips with flaws and/or specific setups.

Got a mostly working Blackjacking script that I was going to post in there, but decided I'd finish the last 10% soon enough.

nkd2009
02-24-2017, 06:51 AM
This is a learning forum.. people usually publish their works from time to time.. A - to encourage others B - to give back

Co-operation does occur; but usually behind the scenes. I have seen a few co-operation threads.. but everybody works at different levels. It falls apart rather quickly.

coding styles are different.. plus once you begin something you will generally see it through. asking questions where needed.

@AFools - I agree about cooperation, people here have helped me many times. I didn't mean like we all get on a skype call and work on a script, I just meant, post a raw script, if people make it better, it gets re released on one thread.


I think the scripts that are posted are for people to use, but people lose interest in maintaining them.

The same problem would still exist as people would post the script in the current section, potentially with the intention of maintaining the script, then get bored or lose interest in keeping it up to date.

@Dan the man - I meant to suggest a new section for scripts that work but are not complete. There would be no intention to maintain them from the get-go.


I'd suggest posting these types of scripts in the snippets section. If you have a few, possibly create one thread and release them all in one, with a paragraph outlining the usage and things to know of each script. Make it clear at the top these are baby-sit scrips with flaws and/or specific setups.

Got a mostly working Blackjacking script that I was going to post in there, but decided I'd finish the last 10% soon enough.

@Borland - I could be misunderstanding the snippets section purpose but it seems to me that its meant to be a collection of working snippets or lines of code that you can use in a script to perform a specific function or task.

Borland
02-24-2017, 08:26 AM
@Borland - I could be misunderstanding the snippets section purpose but it seems to me that its meant to be a collection of working snippets or lines of code that you can use in a script to perform a specific function or task.

That is its purpose.

The type of scripts you're describing do fall between the Snippet and Scripts section, so I'd suggest posting into which ever one they're closest to being. If it does go into the script section mark it as baby-sit required or whatever it is, then encourage for any of the code to be used in another script should someone want to create a polished version.

So in their practical use, they are snippets that just so happen to have enough other stuff going on such that they can be run under certain conditions. Honestly it's very unlikely someone will continue to work directly on your unpolished version, they'll start afresh and rip the required functions because unless there's a channel of open communication, they'll want to do it in their style. So in that light, the snippet section fits the bill.