

darkxor
Lifetime Sponsor-
Posts
388 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by darkxor
-
Can just make always not including firstEntry, lastEntry? And like if(includeFirstEntry) firstEntry--; if(includeLastEntry) lastEntry++;
-
I know objects.closest() uses many CPU - because there can be 1000s objects loaded. Check NPC amount npcs.getAll() - if they're a little - then i think it should'nt consume much. And you can just call getAll() and then iterate yourself and compare CPU usage.
-
Started getting "Error authenticating bot profile!" again on some proxies. There were no such responses last days.
-
For example, I want to add Pickaxe Head random solver for mining. How can I do this? I wrote PickaxeHead class extends RandomSolver. BUT: what RandomEvent to specify within its constructor? I already have RandomEvent.OTHER used for other random solver. Adding 2 solvers with same RandomEvent.OTHER type seems be broken. Any ideas? Thanks, darkxor.
-
Can add that entire U.S. government policy is policy of lies. They lie to their own citizen. The entire propaganda machine of U.S. is so huge that they can transfer their point of view to half of the world. This leads to people get lost and do wrong things. The first thing U.S. do when they occupate a country is take mass media to control and start transferring propaganda.
-
I think the question is why do you starting a war? Usually, wars have target to occupy enemy's oilfields, or other resource source. Or to make people slaves and get them working on you. Those targets does'nt justify destroying factories, infrastructure etc. And, of course, does'nt legitimate killing civilians. There are no legitimate wars in the world.
-
If you want to kill civilians, then you want to destroy towns. This comes together. Also, you want to kill captives. If you think that killing civilians is good because they could'nt supply enemy army, then killing captives is also good - you can use them, but in the end - kill.
-
I think that almost any war leads to decreasing of standing of living, to both sides of war. Just imagine, where we could be now, if there were no first world war and second world war. Even USA and England didnt get their life level better from those wars, they just lowered life level of other world, so they can say "we live better".
-
Killing civilians during war called genocide. It is useless. You could'nt do anything with ruined territory without people.
-
Malaysia Airlines Passenger Jet Crashes in Ukraine
darkxor replied to Dashboard's topic in Spam/Off Topic
Aircraft was directed to fly through war zone. It was controlled by Ukrainian fly control office. Unconfirmed, there was Ukrainian fighter in air in the tail of Boeing. Unconfirmed, a day ago Ukrainian Air Force moved Buk battery to the Donetsk region. A day ago Obama stated that he will provide weapons and defense technology to Ukrainian Government. Those people dead in aircraft were sacrificed in attempt to prolongate Ukrainian War and legitimate U.S. aggression in Ukraine. -
Yeah, have my own script.
-
Some of my accounts getting banned after solving Tutorial Island (in 10 minutes - 3 hours). Not all though. I can register account & get ban on IP, then register other account on the same IP and do not get it banned after Tutorial Island. Any idea why does my accounts getting banned, but not all? Sometimes almost no bans of new accounts, sometimes - many?
-
Because when player stops moving, camera continues to move some time. If I need precisely click some object, camera should be stopped at this moment.
-
Is there a method to check if camera is moving now?
-
[Menu] Option.var2, Option.var3 - what does they filled with?
darkxor replied to darkxor's topic in Scripting Help
I think new Position(2513, 3765, 0).interact(getBot(), "Walk here"); can mismatch tiles. Yeah, iterate over menu options, but how to detect if the "Walk here" option points to needed tile? -
[Menu] Option.var2, Option.var3 - what does they filled with?
darkxor replied to darkxor's topic in Scripting Help
I am trying to precisely click tile on screen. To be sure no error occur. -
Got my acc banned immediately after passing Tutorial Island. I applied timecard just before starting TutIsland. Then registered new account on same IP, and passed Tutorial Island via f2p. No ban. Applied game time card and continued botting. Still no ban. Question: why does my first acc got banned fast, and second still alive? The time between applying card and ban of first acc was less than 30 minutes, second acc running more than hour and still no ban, I did the second acc same pattern, just applied membership AFTER passing Tutorial Island. Is it matter, or its just moderators random?
-
You can use MainScreenTileDestination or WalkingEvent with setMinDistanceThresholdand setMiniMapDistanceThreshold() i think.
-
Does Jagex has filters for changing IPs often? Like 2 times a day, or every hour? Is is ok if IPs are same .255 subnet? Anybody have experience with this? P.S. You can talk here or write me in skype (dark_xor).
-
If you have movement path found LocalPathFinder pathFinder = new LocalPathFinder(scp.bot); LinkedList<Position> path = pathFinder.findPath(entity); you can just check its tiles for visibility from index 0 to 20 for example. new MainScreenTileDestination(bot, path.get(i)).isVisible() If you need specific direction, you can ray-trace the line:)
-
How do you get pointer to Entity not in the loaded region? LocalPathFinder searches only in loaded region. You cannot use it for web walking etc.
-
I did'nt wait until they fix OSBot1 and moved my scripts to OSBot2:) Think that support of OSBot1 is almost dead now. Equipment is still not fixed fully, etc. Will check OSBot2. Hope it is enough stable now.