Everything posted by Krulvis
-
Very Unreliable Scripters
Well, it is in some way subjective. But the thing I want to achive with it is making OSBot more available and easy to use for customers. Because right now if you want to buy a script you have to do a whole lot of background research before you know which script is safe to buy. If scripters earn there place to get a specific script on the SDN then they will be more motivated to update + maintain their script, otherwise they might lose their place in the SDN.
-
Very Unreliable Scripters
I've had this discussion before and I will open it again. I believe that osbot should lean more towards No advertising´s method regarding scripters. I think it would be best if only one premium script per method should be allowed to be on sale, this way scripters have to be competitive with their scripts to get a place in the sdn and this way there won´t be confusion as to what you should buy because there is only one script for whatever you want. This script will be good because it has outperformed the other scripts of the same method. Now some people asked me to be more specific because they didn´t fully understood me exactly so I am going to give an example. Let´s say some guy released a Shark fishing script, if I want to release my shark fishing script then I would have to prove that mine is better than his. I could on the otherhand still release a salmon fishing script or an AIO fishing script that holds a shark fishin method. But two script which do exactly the same aren´t allowed. (the shark fishing script should also prove to have better shark fishing methods than the shark fishing included in the AIO fisher provides, otherwise it will also be taken off). This way there won´t be two abyss script which causes confusion to the customers. No one is required to do background research on which script to buy which can save a lot of time.
- I'm back
-
What do you think about Chief Keef?
F*ck Rehab
-
Anyone here into shoes/kicks?
Yeah had some Janoski's before, atm rolling with these: I know they are old but I they were only 30euro's and I was in bad need of some new skaters xD http://solecollector.com/news/nike-sb-paul-rodriguez-v-lr-black-mint/
-
Looking For Quick Homework Help
do It with case again if you want ? look up how to convert string to integer in just basic and check if it's >0 otherwise command denied ?
-
Looking For Quick Homework Help
Yeah, I know but I went back to far and shared a vid of BASIC which is older than Just Basic which is used on some "newer" MSwindows machines. Maybe give a new option list and let user input new value after selecting option in first menu, user types A -> "How much/Give Value" -> add points etc?
-
Looking For Quick Homework Help
Oh oops, I think I went back a decade too far.
-
Looking For Quick Homework Help
Just Basic is awesome old school stuff, too bad I have no knowledge in it. https://www.youtube.com/watch?v=Ou2A-JWszVA
-
The saddest moment in Internet history!
tbh I really dislike that guy
-
Thanks Raflesia! VerifiedChopperPro
The thumbnail is lovely
-
money maker ( cons/magic/pure)
5m for 88 magic? Isn't that a bit overpriced ?
-
amazing staker make 100's of mils
Starting bid 10m, I dont think thats a fair start at all.
-
Back in the good old days...
brb, making yew longbows.
-
Chatbox
How long will it take before people will start to understand that online is not the same as updated. The bot is online it is just outdated because rs updated. These are two different things. One has to do with the servers on which OSBot runs (online/offline) and one has to do with recent Runescape updated (updated/outdated).
-
OSBot Currently OFFLINE - NEW UPDATE -
Offline/Online on the top has nothing to do with OSBot being outdated.
-
Artemis' Merch Script
Are you seriously just asking help for something you already mentioned won't be released ?
-
@Artic - Thank You!
I'm happy we all have different taste in music.
-
Smoking rock detection
I don't think that's going to stop your player from keeping on mining while your rock changed in smoking rock. Maybe you should try something with states: (I'm just writing this now and I never wrote a mining script so it could be wrong) private Enum State { MINING,WAITING} private State state = State.MINING; private RS2Object currentRock = null; private int rockId = <ROCK_ID>;// replace with your rock id switch (state){ case WAITING: if(currentRock.getId() == rockId){// currentRock still is normal rock (I don't know what to check for, could be id or modelHeight or something) // sleep or antiban or w/e }else{ currentRock = null; state = State.MINING; } break; case MINING: currentRock = closestObject(rockId); if(currentRock!=null){ currentRock.interact("Mine"); } break; }
-
Smoking rock detection
RS2Object rock = closestObjectForName("rock"); OR closestObject(<ROCK_ID>); currentRockId = rock.getId(); While mining constantly check if rock.getId() == currentRockId; if it is not the same the rock you are currently mining changed id.
-
SO F,N MAD
http://osbot.org/mvc/sdn/scripts/15 Here are some free flax spinners.
-
"Java Expert" Rank
best snippet of the week will always go to xavier for writing trade hooks before they were added, led to the most succesful script evar hurr hurr
-
"Java Expert" Rank
polish is master jarba genius
-
Smoking rock detection
I personally wouldn't check for animation this way because there might be loop in the animation and a break which causes the bot to think that it is done animating though it is only looping the animation. Now ofcourse the rock you are currently mining will probably still be the rock it sees as new closestObject but this does cause the script to click it again.
-
Requesting an account - Can split profits
If you are willing to do DT on my account then you can lend it