Everything posted by Isolate
-
Code not listening to meh.
Found the problem anyways. Its just in the walking method itself, it appears to not return or move on until it reaches its destination. so once started it does go back to the top check it just loops the step method inside that method . Fixed it by alter a custom walking method to what i needed and naa I'd prefer people not to rip apart my code only based on the fact i might not follow conventions :P
-
Code not listening to meh.
ok so i if (x != null && !myPlayer().isMoving()) { log("Walking to x!"); map.walk(x); sleep(random(250, 350)); } clicks once whilst idol then the moment i start moving spams the hell out of the mini map and also if (!myPlayer().isAnimating()) { //Do something that causes it to animate //sleep } keeps spamming on doing the //Do something that causes it to animate //no sleep during animation. this is all in main loop.
-
Utilites.takeScreenshot() save location?
^ I guess it would give an edit tag if it was an edit... but since i was the first post underneath the main thread It decided to merge them with no tag. k. thx. bai.
-
Free Earth Rune Crafter :)
i'm not a mod but code is clean. Although i'd want to look into optimizing that craft runes check :')
-
Utilites.takeScreenshot() save location?
where dat shiz at dw found it
-
Need help with my scripiting homework
Your code says to only loop whilst male & female...
- Taking any request
-
Unid Herbs
ruining the unid buying business since forever
-
Taking any request
Saves me editing my current one every time i want to change ores :P
-
Unid Herbs
either identify them in nardah or use the script which tells you which ones they are by id
-
Taking any request
Might do if you dont want to
-
Darkcore ManKiller
If need be i can do it, don't think it'd be too hard
-
When i try to private message someone website goes offline
so it was... but this is still a strange thing to happen because of that :P
-
When i try to private message someone website goes offline
Mmmm. this happens ^
-
RS2Object to MouseDestination
got it working fine pretty quick just forgot to update thread Happen to have a working zybez price getter? i have the old method but for some reason doesn't seem to be getting a value
-
RS2Object to MouseDestination
how plz. cant seem to get a point/mouse destination from a object edit x.hover(); //got it dw edit edit: seems to flick between hover point and point before hover.. why?
-
Varrock South-West Clay Miner w/Banking
I'll show you a proggie m8. ot: good release one of the first scripts i made aswell! keep up the good work
-
Disable autologin
I'd use this for adding my own break timers though for accounts :P In which case Default is not helpful
-
Quick Question.
So i have: final Area NOGOZONE = new Area(new Position[]{ new Position(3241, 3250, 0), new Position(3251, 3243, 0) }); public boolean isLoot(){ item = groundItems.closest(new Filter<GroundItem>() { @Override public boolean match(GroundItem groundItem) { return groundItem != null && COMBATZONE.contains(groundItem) && !NOGOZONE.contains(groundItem); } }); return item != null; } and for same damn reason. Its only detecting items in the NoGoZone.
-
Fast Question
move it to the start then.
-
Fast Question
Because I like to be sure ;) long time no doge
-
Fast Question
you could always try NPC cow = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc.getName().contains("Cow") && !npc.getName().contains("Dairy") && npc != null && npc.getHealth() >0 && npc.isAttackable() && !npc.isUnderAttack(); } }); if(!inventory.isFull() && COW_AREA.contains(myPlayer()) && !myPlayer().isUnderAttack() && cow != null) { cow.interact("Attack"); }
-
Why do I not have the veteran status?
heh
-
Two quick questions
if you get an error quote me and post it.
-
Darkcore ManKiller
Damn this thread still exists :') i should see if i still have dis :P