-
Posts
92 -
Joined
-
Last visited
-
Feedback
0%
Posts posted by Apple
-
-
updated list.
need more information please.
-
have updated some of the list,
can we have confirmation of working randoms that have recently been fixed these include:
the maze
freaky forrester
surprise exam
frog queen
-
Just dipping in my opinion. I like the current mods & Admin team. There all pretty down to earth like a good chat and have always been pretty cool with me
Thats just me. I dont really post around the forum unless its on my threads so... yah.
-
List up to date, any now fixed random events can Admin please post thanks
-
thread is up to date as of 17/05/2013
keep it up guys, try to fill in the ones that are missing from the complete list/ ones not verified.
-
thread now up to date thanks guys
-
intrerested,
been on GB before, placed 10-25th spot(first page) on various teams
add me: CTz ENGLISH
-
list is up to date as of 1PM GMT +00 15/05/2013
thanks to everyone so far that has helped.
MANY randoms still to be verifed, community effort needed to complete the list.
Thanks.
-
1
-
-
good addition to the section, well done. Have a like.
-
bump, any progress on this ?
-
this is 100x times better, thanks Maxi!
-
i know people that have special characters in their password such as *and it works fine.
-
removed.
-
-
let me know then.
-
the client currently isn't recognizing any of the maps inside of the runecrafting altars. if i check for an area or an X,Y inside of one it doesn't find it. I'm not sure about the altar's as objects also if you have added those. If not please add them to.
cant make any runecrafting bots until this is fixed
-
use speech marks like so:
"yourScript.groovy"
it will then recognise the file type and your wont have to switch the drop down box.
-
for now im using myX & myY to get by. if you set it out correctly it will work for walking large distances.
-
idk if you will be able to access it but we shall see.
Team Conceptz
31 - 0 (31 flags) Capture the flag on Highrise MW2.
https://www.facebook.com/photo.php?v=10151365895559915&set=o.421237067894448&type=3&theater
we also hold records of 64-0 CTF on rust mw2
numerous 200-0 domination games
and quickest TDM of just under 3 minutes for 50 kills 4v4
-
nice to see Maxi & Co reading up on suggestions, half way to a solid admin team right there.
-
yep im having this issue with EVERY walking method. Ive basically made my own to overcome this issue, but not before trying every method to get it to walk. I found using
if(myY() <= #### && myX() >= ####) {walkExact(new Position(####, ####, 0))while(myPlayer.moving)sleep(500)return ### + random(###, ###)}
worked best.
-
boolean isOnScreen() {//stuff} //returns true if the object is on the screen
This really needs to be added, would make checks so much easier.
thats and path walking. (traversing) & (reverse.traverse)
-
very good positioning. Nice Link.
going to add ess p/hr?
-
NPC npcName = closestNPC(npc's ID); if (npcName != null && !myPlayer().isUnderAttack()) { do whatever }
rotateCameraToAngle() only rotates clockward
in Archive
Posted
yeh i noticed this when getting angle to face bank booth, would be nice to have a boolean in there for
clockwise=true
counter clockwise=false