-
Posts
3556 -
Joined
-
Last visited
-
Days Won
19 -
Feedback
100%
Everything posted by Gunman
-
1. Make a method for checking the value and enabling it using the API. 2. Try using this below instead of isWearingItem. getEquipment().isWieldingWeaponThatContains(axe); 3. Actually number 16. Adding a GUI in this post is I think 95% copy and paste for your current situation lol.
-
The script has a mode to try and pick up from where it left off; By hitting f4 when the menu is open to enable this mode. If you have everything the script needs more than likely it will pick up from where it left off and continue.
-
Explv's Script Tutorial will explains most commonly used API methods for scripts. Explains how to setup Intellij for scripts, if you are using Intellij. You could learn enough Java to make basic scripts from Code Academy Learn Java course. Just google Code Academy and sign up then find and add the java course. This could probably teach you a few things over time as well. Beyond doing all this it's kinda useless if you don't try and utilize what you are trying to learn to get a feeling for it.
-
2 days ban - worth continue botting in mirror mode or not?
Gunman replied to nimby's topic in Botting & Bans
In my experience yes. I have taking 2 day ban and quashed perm ban accounts over 2 months. I currently have one thats a month old after a double perm got quashed and it only bots 1 mini game. Nothing else. -
mirror mode vs stealth injection
Gunman replied to gs specced123's topic in Forum Feedback/Suggestions
Um yes and no? When using mirror it will default set a reaction time of 1000ms which you can lower to 50ms and raise up to 5000 ms. Some scripts won't work right if it's not at 50ms do keep in mind. -
Start with learning basic Java first then start learning how to use and read the API. Then learn more Java. I am out at dinner atm but when I get home I might be able to link a few things that could help.
-
Pretty what you are talking about is linked within the first few lines here but it's gone.
-
By freeze does the Official Runescape client go black? Like the entire screen and most the time you gotta force close it with task manager?
-
mirror mode vs stealth injection
Gunman replied to gs specced123's topic in Forum Feedback/Suggestions
Both can last you a long time but Mirror can let you get away with a lot small screw ups. Mirror would also be easier for beginners to use when starting out. You can make fresh off the 2 day ban /quashed ban accounts last months with it if used right. -
So one should delete ez post saying first and then someone else should post first
-
Sounds like a simple and effective fix. Please do.
-
Yeah I basically suicided the account and the issue never happened. 100% certain it's a mirror mode only thing.
-
Stealth builder is better.
-
Yeah but I lost basically 3k Chins dieing 6 times in 10 minutes.
-
Actually never noticed but Khal isn't a Veteran. Thought he would be.
-
No he isn't. Check #13 on Explv's scripting 101 where he explains what Configs are and using them. Quoting from Charlotte's post again "A switch works with the byte, short, char, and int primitive data types. It also works with enumerated types (discussed in Enum Types), the String class, and a few special classes that wrap certain primitive types: Character, Byte, Short, and Integer" Sorry I am lazy to manually change the black text. So basically in your case, your pray level will return as an int. So configs can return as int as well. So we tell the switch to grab that int value and which ever case equals that int, is the section of code we run for that specific Prayer level. Sorry if I explained this poorly and confused you.
-
You can write it either way. As the the link in Charlotte's post says and I quote "Deciding whether to use if-then-else statements or a switch statement is based on readability and the expression that the statement is testing." Which is why I said I and not should be written. I organized it that way by config number being config 660 or 670 so I can go straight to that section for bug testing. I don't know about you but I def prefer using the switch in the case. If it's something small like 4 things then I just use if statements.
-
What Charlotte posted is correct; But a script example where it I would use a switch is when grabbing the config(281) value on tutorial island to find which stage of the tutorial island the player is at; And based off that value I will tell it to run the section of code for that stage.
-
The only account I have doing this has quashed bans on it and it only does MTA so it's probably certain to receive a ban if I ran it in stealth. So I will make another account to test in stealth injection. I am pretty certain it is a Mirror only issue because I just recently deleted my Jagex cache which fixed a crashing issue I had with Mirror and the offical client but then I ran into this issue more. To give you a better answer I will make another account for Stealth Injection.
-
Don't think there is but it would be super easy to make.
-
From what I can remember I only ever moved it West because it was closer to the maze. So I have no idea if it does or not sorry. EDIT: Just happened again but on a new solve level(1). It got stuck around the exit just like the last one. On this one it only fixed when I got about 8 tiles away from the maze. Moving around anywhere else didn't fix it. It did it again and I got a picture. Blue is where I can walk and it will NOT fix it's self. Same level as the edit above. EDIT 2: This has happened like 3-4 more times idk why it's happening more often now but on every level it behaves the same. You need to walk closer to the maze to fix or leave the room/restart the script. Also not gonna bother taking anymore screen shots.
-
OSBot mirror mode banking problem
Gunman replied to stonedgzuz94's topic in Forum Feedback/Suggestions
Also try not to use place holders on Mirror mode accounts because there is a bug involving it. It would read there is a item there even though it has 0 in the bank. But it thinks there is some there. -
1000