-
Posts
3448 -
Joined
-
Last visited
-
Days Won
17 -
Feedback
100%
Everything posted by Gunman
-
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
-
@Eagle Scripts I finally got that picture. And no it's not in dialogue, I checked. Making the bot move West fixes it. Maybe it isn't a dead spot but something else now I actually look at what the Status says.
-
What free scripts would you like to see on the SDN?
Gunman replied to Token's topic in Community Discussion
Some probably do, I would just make a muling script for that specific script and then muling everything to my mule. Would also re-launch all the accounts in CLI to even further make my work less. -
What free scripts would you like to see on the SDN?
Gunman replied to Token's topic in Community Discussion
The big farms do. Normally the big bot farms have everything privately made. -
@Eagle Scripts This happened a few minutes ago. Never seen it happen before think it may be a very rare thing.
-
Saw it a couple days ago but still GZ my guy
-
It will run really slow if you don't put the ms to 50. Other than that it works 98% of the time. Currently the only bugs I have experienced when using this script on only Mirror Mode because I only ran it on Mirror was these 2. 1. The script can get stuck talking to the npc near the entrance of the training area. It does this because the script thinks you don't have the hat when you do but it's equipped. Way to manually fix this is 1 restart the client, I think if you unequip the hat the script will then continue normally. I don't remember if that worked or not. 2. When in the telekinesis room sometimes the script gets stuck in a certain area that I guess it considers a dead spot. Manually moving the script closer to the maze will fix it. These 2 issues above are the only problem I received. If I get stuck in the dead spot again Eagle I will take a picture of the position with xyz values too. I keep forgetting to do that when I see it happen.
-
It's fixed now if you didn't know.
-
@Explv Update the map please. Would be very much appreciated.
-
@Jesus Christ Did you try lowering the Reaction time to 50ms. Hot key is shift+f4 to change reaction time.
-
It's because the way Mirror Mode works. Czar has a custom drop method. It's obvious it's in some of his scripts but not all. Ask him to add it in the others. There is a few things with Mirror that can cause it to be unstable but on Stealth Injection it works flawlessly. I suggest you watch and see how every script behaves with mirror. Also not all Scripters are willing to make there own drop methods. Don't use place holders on accounts you are botting with Mirror Mode btw because they are bugged on Mirror Mode. Also it shouldn't take 10 seconds to drop each item it should only take 40-60 seconds for a FULL inventory.
-
No I don't think you can or would want to. If I remember correctly running too many bots on 1 client will cause performance issues. But here is the CLI Table the one of the old dev's made when he introduced CLI.
-
I believe you are asking something like below? That would open 2 clients with 2 different rs accounts. The "timeout /t 3" will delay from opening the second client by 3 seconds. It's optional as well is proxy. If you want to add more just add more with the details filled in correctly. java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500 timeout /t 3 java -jar "osbot 2.5.58.jar" -login user:pass -proxy ip:port:user:pass -bot email:pass:0000 -world 500
-
I don't think they were either.