Everything posted by jelknab
-
Just testing :)
the 3d picture doesnt really fit for the top of the site since it creates a contrast with al the 2d stuff around it, this would be perfect for multimedia like movies though,
-
Teamspeak voice chat service.
Hi, I think it would be a rather good idea to have the ability to voice chat over Teamspeak rather than type in the chat, this is quite usefull since you dont want to have the chat in your screen at all times or incase you just dont feel like typing. happycamel5 is kind enough to offer a teamspeak server hosted on his behalf for this community. Cheers.
- Hello! :D
-
creating area and path
this is how I walk: public void WalkTo(String Location) throws InterruptedException { Position Pos = null; Position [] WalkPath = {}; int Radius = 8; int distance = 1000; if (Location.equals("bank")) { Pos = new Position(3271, 3167, 0); WalkPath = new Position [] { new Position(3304, 3148, 0), new Position(3282, 3151, 0), new Position(3270, 3167, 0) }; } if (Location.equals("house")) { WalkPath = new Position [] { new Position(3282, 3151, 0), new Position(3304, 3148, 0), new Position(3321, 3142, 0) }; } for (int I=0; I < WalkPath.length; I++) { if (myPlayer().getPosition().distance(WalkPath[I]) <= 2 && I < WalkPath.length-1) { Pos = WalkPath[I+1]; } else if (distance > myPlayer().getPosition().distance(WalkPath[I])) { distance = myPlayer().getPosition().distance(WalkPath[I]); Pos = WalkPath[I]; } } while (myPlayer().getPosition().distance(Pos) > 1) { distance = myPlayer().getPosition().distance(Pos); if (distance < 8) { Radius = distance; } int x = myPlayer().getPosition().getX(); assert Pos != null; int x1 = Pos.getX(); int y = myPlayer().getPosition().getY(); int y1 = Pos.getY(); double pureX = ((double) (x1 - x) / distance) * Radius; int dirX = (int)pureX; double pureY = ((double) (y1 - y) / distance) * Radius; int dirY = (int)pureY; walkMiniMap(new Position(x + dirX, y + dirY, 0)); WaitWalking(); } } public void WaitWalking() throws InterruptedException { sleep(random(150, 250)); while (myPlayer().isMoving()) { sleep(random(50, 150)); } }
-
Battlefield 3 - PC - Drop your username!
Jelknab - Jelknab Stealthy, slow and accurate. Not very good at long range, I like airvehicles and big maps. I play in a very supportive way for my team.
-
Script Project Section
script development board sounds better i think.
-
Looking for a good quality paint.
Maybe you could add some stuff, right now its just an image with text, think of something :p! Be creative
-
Looking for a good quality paint.
Not bad, but I'd like to see what other people have to offer aswell.
-
Looking for a good quality paint.
Paying up to 500 k OSR gold + up to 5k lobsters and 1k sharks. I'm looking for a good quality paint for an upcoming script. If you are trusted over here i will definatly go first on the payment. This is for my Sorceress garden script. Suggestions space for: - Times succeeded - Times failed - Thieving XP - Farming XP - Time running Theme: Something that includes all sorceress garden's seasons. Be creative . I'm aware i pay above average, but i really want the best i can get for this script.
-
Calling all JAVA Script "Tutors"
I know its against the rules, but a few other long existing rs bots have lots of tutorials for java. Their api is different, but you can get a lot of general knowledge. Thats how im learning ;).
-
Sponsors, Vip, Donations!
Well, the guy was obviously a scammer, but I think you miss what I mean. I dont think there is anything wrong with funding the site by payments. But its more like buying something instead of donating. It always confuses me a little :-).
-
Sponsors, Vip, Donations!
Its great you get something back for the hard work, but just like the discussion we had with the guy selling his scrip through skype, isn't this more like buying privileges instead of donating?
-
Random improvements of May 17'th
Yeah, areas need updating. I cant wait for the next update!
-
good day to you
Hi, I am currently in the progress of learning to make bot scripts using java. I'm not an active poster, but I love to monitor the forums. I choose this bot for the active development team and continues updates. Right now I am making my first script; a socress garden herb/fruit collector. It can already do the winter garden, but most likely won't be released. I however already made an all supportive flawless Catherby fishing script for a colour bot. So I'm not all new to this ;p. I'm willing to make some friends here and become an experienced script writer for this bot.