Everything posted by Jack
-
Fresh Level 3 Account Staking
- More chatbox mods?
I feel that we need another 1-2 chatbox mods. It seems we are left with no staff in the chatroom quite often. They really dont even need to do anything other that idle in the chatbox. People are a lot less likely to spam when they see a staff member. Just a suggestion. Everyone seems to be doing there job but it seems we could use one more.- The most popular game ever...
- [Snippet] Get the Nearest Npc You can Attack
private NPC getBestNpcToAttack(ArrayList<String> ourNames){ java.util.List<NPC> allNPCs= client.getLocalNPCs(); //all local npcs ArrayList<NPC> goodNPCs = new ArrayList<NPC>(); //all npcs with names we are looking for ArrayList<NPC> temp = new ArrayList<NPC>(); //A holder int[] currentBest = {-1,1000}; //Used in returning value //Find all npcs with names we are looking for for(int i = 0; i < allNPCs.size(); i++){ if(ourNames.contains(allNPCs.get(i).getName())){ temp.add(allNPCs.get(i)); } } //Make sure they exist, are alive, and attackable for(int i = 0; i < temp.size(); i++){ if((temp.get(i).exists())&&(temp.get(i).getHealth()>0)&&!temp.get(i).isUnderAttack()){ goodNPCs.add(temp.get(i)); } } if(goodNPCs.size()<1) return null; //No npcs you can fight else{ //Find out which npc is closest for(int i = 0; i < goodNPCs.size(); i++){ if(goodNPCs.get(i).getPosition().distance(myPlayer().getPosition())<currentBest[1]){ currentBest[0] = i; currentBest[1] = goodNPCs.get(i).getPosition().distance(myPlayer().getPosition()); } } if(currentBest[0]==-1) //Should never happen, just a check. return null; else{ return goodNPCs.get(currentBest[0]); //returns the closest npc } } } Usage: NPC openNPC = getBestNpcToAttack("NPC_NAME_HERE"); openNPC.interact("Attack"); Please post if you can improve it. I just threw this together really fast and thought it would be a good recourse for people new to scripting that want to make a combat script.- MATLAB and Java
It does not look that much like java to be honest.- Jagex: bot detection methods.
Seems to be accurate- Porn on the forums
- links iron knife maker
Mac vs pc has no effect. You should pm the scripter who made it if you want him to update it.- Looking for 1 def staker
I have an account that is around 60/60 (I cant exactly remember) with 1 def and 1 pray. It has mm and lost city and Mith gloves. Pm me if you are interested. It has no membs so I would need to put a bond on it.- Why won't created accounts stay?
You need to only have one client open at once when adding new accounts.- is someone cutting onions?
The rumors are true. You have no feelings :P I would but... you should like this- is someone cutting onions?
- Helping my girlfriend graduate.
Tell yo girl to get a JOB- iTunes
- 『In Need of Fire Caper』#FSU AIO Services is in need of a Fire Caper 『In Need of Fire Caper』
I read the title but I could find what type of worker you needed- Price Check full quested zerker
This account is almost too good. People will be scared to buy :P You defiantly should try to get over 50m.- Expand OSBot --> OSBot 2 + RS3Bot = OSBot 3?
osbot 2 is still not working...- Runescape glitch (new)
- Congratulations to our 2 New Mods!
Mod Jack?- Zybez price fetcher
- So I found one of those invisible randoms...
That is probably how they know to put you in a bot world. This is my 1000 post by the way- 999
- 999
- need help
So you really want to be banned?- For the first time ever...
- More chatbox mods?