Leaderboard
Popular Content
Showing content with the highest reputation on 04/13/14 in all areas
-
I have came up with an idea of a way for the community to go against each other in Competitions. What Is This About? Well, I came up with an idea that will allow the community to have fun and be competitive against each other. What Is It? A Weekly/Monthly Botting Challenge: This allows Global Mods + To Organise these such events, and allows a new rank to be created. I don't know what it should be called. It can be either a botting challenge or something else. I know there's always SOTW event, but that may not be for everyone. For example, one week it would be one skill, and the winner would get a rank for a couple of days, with VIP benefits. Or monthly. I think it's a good suggestion, but i'd like to see what you guys think. Thank You.4 points
-
lol it's not really a donation though, your receiving a "rank" on the forums, based on how generous you are. and really it's just used in most cases so people look more trustworthy.3 points
-
2 points
-
2 points
-
2 points
-
public boolean checkIfMiningSmokingRock() { if (myPlayer().isAnimating()) { RS2Object rock; Position myPosition = myPlayer().getPosition(); switch (myPlayer().getRotation()) { case 0: //SOUTH rock = getRockAtPosition(new Position(myPosition.getX(), myPosition.getY() - 1, 0)); break; case 511: case 512: //WEST case 513: rock = getRockAtPosition(new Position(myPosition.getX() - 1, myPosition.getY(), 0)); break; case 1023: case 1024: //NORTH case 1025: rock = getRockAtPosition(new Position(myPosition.getX(), myPosition.getY() + 1, 0)); break; case 1535: case 1536: //EAST case 1537: rock = getRockAtPosition(new Position(myPosition.getX() + 1, myPosition.getY(), 0)); break; } return rock != null && !arrayContainsPrimitiveInt(MINABLE_ROCK_ID_ARRAY, rock.getId()); //method is not needed if the rock id's are stored in a list, #contains() would work fine } return false; } private RS2Object getRockAtPosition(Position position) { for (RS2Object current : client.getCurrentRegion().getObjects()) { if (current != null && current.getName().contains("Rock") && position.equals(current.getPosition())) { return current; } } return null; } private boolean arrayContainsPrimitiveInt(int[] array, int integer) { for (int current : array) { if (current == integer) return true; } return false; } FYI switch statement looks like that because when mining you're rotation isn't "exactly" what it's supposed to be and may be off by +- 1. This should give people a good idea on how to implement smoking rock detection into their own mining scripts.1 point
-
Add lower tier donation ranks such as 25$ donator and 50$. ATM there is only 100$ which is expensive for lots of people. I think this would encourage more people to donate. #SupportiCeLandRs1 point
-
I prefer the existing one. The shading (bevel) just does not fit the background at all, simple one colour text as it is now is far nicer. As for the logo text itself, the existing one looks far better.1 point
-
OH SNAP! Normally I just use a VNC or even Teamviewer to hook up to my computer when im out and about but this sounds like a great idea for something like what i would need, as well as for people using stuff like bot VPSs etc Nice one man ! EDIT - Installed it, running it now. created a new gmail account and it is running perfectly. Get the updates on my phone every x minutes - just what i need Keep up the good work but this is amazing !!1 point
-
1 point
-
1 point
-
Member: Mikasa Feedback on activity: Havent seen to active, but i have not heard any complains about him Abusive or Non Abusive?: non abusive What could Mikasa improve on?: N/A Does Mikasa handle situations well?: N/A Anything else?: not for him :p Overall Rating 1/10: 5/10 Member: Smart Feedback on activity: very active! Abusive or Non Abusive?: Non Abusive What could Smart improve on?: Nothing hes great! #Smart4Admin Does Smart handle situations well?: He hands them with much profession and being active alot helps that out alot! :P Anything else?: like i said #Smart4Mod Overall Rating 1/10: 10/10 Member: Gilgad Feedback on activity: Havent seen him active in the fourms lately Abusive or Non Abusive?: Non abusive What could Gilgad improve on?: N/A Does Gilgad handle situations well?: In the chat box he is a very chill guy great to have a conversation with! Anything else?: nope Overall Rating 1/10: 7/10 Member: Arctic Feedback on activity: Very Active Abusive or Non Abusive?: Non Abusive What could Arctic improve on?: Stop being great! Does Arctic handle situations well?: Certainly does! Anything else?: nope Overall Rating 1/10: 8/10 Member: Nick Feedback on activity:greatly active Abusive or Non Abusive?: Non Abusive What could Nick improve on?: Nick is through with his work no improvements needed Does Nick handle situations well?: Nick knows what hes doing handles all problems/situations with great communication and in a timely order Anything else?: nope Overall Rating 1/10: 10/10 Member: Catastrophe Feedback on activity: not very active Abusive or Non Abusive?: non abusive What could Catastrophe improve on?: havent seen him active latley Does Catatrophe handle situations well?: not sure Anything else?: nope Overall Rating 1/10:5/5 why no CBA? @Gilgad damn man i havent had tears in my eyes in a long time i wish u the best of luck i hope u can get out of ur though position! and my prayer go out to your family bro!1 point
-
if(door.getDefinition().getActions()[0].equals("Open")){ door.interact("Open); }1 point
-
wtf why is gilgad one for me empty. Anyhow Gilgad is the one of the best global moderators right now.1 point
-
Thanks for making this for me @Divinity THE GRIND IS REAL!1 point
-
1 point
-
1 point
-
1 point
-
I've always just checked entity height. public boolean isRockSmoking(RS2Object r) { boolean ret = false; if (r.getModel().getHeight() > 150) { // rock is smoking ret = true; } return ret; }1 point
-
1 point
-
1 point
-
But you did have it in the past. Why didn't you complain about having it then? Why do you have to advertise your scripting rank? Why can't you just make scripts without wanting a rank?1 point
-
1 point
-
Member: @Mikasa Feedback on activity: Good job Abusive or Non Abusive?: Non-Abusive What could Mikasa improve on?: I'm not sure. I guess beat on Smart in disputes XD? Does Mikasa handle situations well?: Yupyup Anything else?: Keep on jiggling Overall Rating 1/10: 9/10 Member: @Smart Feedback on activity: Really active Abusive or Non Abusive?: non-abusive What could Smart improve on?: NOTHING Does Smart handle situations well?: Yes, you sound like a customer service wtf. Anything else?: Keep on jiggling. Overall Rating 1/10: 9.8/10 Member: Gilgad Feedback on activity: Abusive or Non Abusive?: What could Gilgad improve on?: Does Gilgad handle situations well?: Anything else?: Overall Rating 1/10: Member: Arctic Feedback on activity: Decent Abusive or Non Abusive?: Non What could Arctic improve on?: Being more active out from Market. Does Arctic handle situations well?: Yes he does handle situations maturily. Anything else?: Keep on jiggling Overall Rating 1/10: 7.9/10 Member: Nick Feedback on activity: Don't see you often Abusive or Non Abusive?: Non-abusive What could Nick improve on?: Less trolling Does Nick handle situations well?: ^ Anything else?: Keep on jiggling Overall Rating 1/10: 7/10 Member: Catastrophe Feedback on activity: Good Abusive or Non Abusive?: Non-Abusive What could Catastrophe improve on?: Nothing Does Catatrophe handle situations well?: Yes, he is fast, mature and active just like Anything else?: I support you for Super mod inshallah. Overall Rating 1/10: 9/101 point
-
1 point
-
In 5 hours, I will be giving a SUPER COOL DELUXE VIP voucher to anyone who ever wins. The game is going to be trivia, and going to be in the chat box. IN ORDER TO BE ELIGIBLE TO WIN: STEP 1: LIKE THIS [uNLIKE AFTER IF YOU WANT] IN 5 HOURS I will start the trivia. first one to answer 2 questions' correct wins. Have fun my babies1 point
-
1 point