Everything posted by KEVzilla
-
How to check if npc was interacting other player within last 10 seconds?
for(Player player : getPlayers().getAll()){ Why do you need to get all players nearby? And you could use a Timer class (which you would have to implement yourself) or.. use the /general/ Timer class of a few years back: https://github.com/dunnkers/RSBot-API/blob/master/util/Timer.java
- Script Christmas Giveaway
-
Action needs to be taken.
Or.. OP needs to finish his script.
-
AssFleshies - Kills Flesh crawlers
Was gonna check this script for some constructive feedback for you, but upx.nz is down. =/ OP: keep them scripts going!
-
Concerns About the Script Market
You can always try to write and sell your scripts. Nobody will stop you buddy.
-
[TTC Graphic Shop] TTC's Work ! SIGNATURES | AVATARS | GUI
Well, yes and no. Since I dont use PayPal and don't own much rsgp.. lol
-
[TTC Graphic Shop] TTC's Work ! SIGNATURES | AVATARS | GUI
Nice work and designs. But I don't see any prices listed..
-
My first achivement on this site.
Congrats man. What's your next script? ;)
- how to check if
- anyone wanna derp on league?
-
Traveling to Europe
Or come to Amsterdam and have a good time. ;)
-
Paint keeps disappearing
Post your whole script here or PM me it.
-
Paint keeps disappearing
Graphics2D g = (Graphics2D) graphics; No need to cast here, since the parameter already uses Graphics2D.
-
Auto login
Why would you need to get the password? And there is a login solver within the client.
-
Worth Starting?
C# looks very much on Java. I don't think you will have any trouble.
-
Entity or EntityAPI
final RS2Object wheel = getObjects().closest("Spinning wheel"); The final modifier is optional.
-
Requesting a FREE RockCrabs script
Free AIO resource scripts are not allowed on the SDN. I am pretty sure someone could release a Rock Crab script for free on the SDN.
- bot won't open
-
bot won't open
With what is it opening? Check if it is: C:\Program Files\Java\jre1.8.0_66\bin\javaw.exe
-
Script only banks
There exist builders for GUI's. And for a path, if you need it.. Here's a simple Path Maker: http://dunnkers.github.io/DunkPathMaker/
-
Script only banks
Alright here in pseudo-code: NPC spot = get NPC's nearby with a filter which have the name "Fishing spot" and have an action called "Net" if (spot is not null) if (spot is visible on our screen) interact with the spot with action "Net" else // so the spot isnt visible walk to the spot This isn't really pseudo-code, but it serves the purpose.
-
Script only banks
The fishing spot is a NPC, and not an object.
-
Will pay someone for help [Must live in USA]
Why are you hacking man?
-
Why doesn't it click on continue?
What does the logger log
-
English speakers
Feel free to PM me it. I have a C2 level of English. - http://www.deutsch-als-fremdsprache.org/en/faq/323-what-does-language-level-a1-a2-b1-b2-c1-and-c2-mean.html