Everything posted by Precise
-
house glory
- Flashy new topic list <3
Very flashy Pls, more like where is my vet?- Khal Blast Furnace
Nice release, so fast- Best script you've ever tried?
This ^^ Another Script: Addictive Fighter by Addictive Scripts + JFrostDragons, both made me a fair amount of money before the bans became too much ;)- In need of HTML help
did you open the HTML document fully on your screen? Because if you do this, you'll see that your current HTML isn't the same as the one you took a screenshot of, yet if you reduce the page width, it works.- In need of HTML help
Add <br/> after the first row, should work I don't know if this is the best way, but it works- Accurate Flesh crawlers
Really guys? I didn't want to have any competition Jks. :p- Help with looping inventory
shouldn't you include a null check on fr? Because he says it is throwing an error where is checks the id which would lead me to believe it is an NPE. I may be wrong Precise- Help with looping inventory
You in need to null check the itemfr in the for loop before checking Id. if(fr != null) Hope this helped- Scripts Wont shop up?
did you place it in the OSBot scripts folder on your laptop?- Depositbox
This worked fine for me, are you using the mirror client? EDIT: i tested both on mirror and normal with no problems. what version of OSBot are you using?- Depositbox
Please post the portion of the code where the error occurred for debugging purposes.- Hello :)
Welcome! I hope you enjoy your stay ^_^- Bug report: Mirror client lag spikes & freeze
Just allocate more ram so it will last longer ^_^ I'm sure this will be fixed in the near future ^_^- Still freeze...
- Still freeze...
maybe allow it more memory? because as i can see it is maxed out.- Using certain slots help
you should look how to use for loops here: private int[] slotArray = {1,2,3,7,6,5,4,8,9,10,11,15,14,13,12,16,17,18,19,23,22,21,20,24,25,26,27}; public void clickAllRing() throws InterruptedException { for(int i : slotArray) { getMouse().click(getInventory().getMouseDestination(i)); //add sleep here } } you might want to change the order of the ints in the slotArray because they current will not obey your order of clicking. Precise- Using certain slots help
sticky a number would do something :P the parameter is an int which is the slot number and yes that would work too- Using certain slots help
Here is the code to click a certain slot in the inventory: getMouse().click(getInventory().getMouseDestination(**slot number here**)); i would include sleeps etc. if you want to click them in a certain order, make an array of the slot numbers in order of when they should be clicked and loop through it ^_^ hope this helped. Precise- Walking to a single tile not doing anything (localWalker)
are you walking along a path or just a single tile?- MirrorClient v1.04
- Force Right-Click interact
That is what i said :P you'll need to make your own method sorry. ^_^- mirror client for me or not for me
The mirror client is prone to bugs due to being in BETA.- Force Right-Click interact
I think he means when interacting with a monster, it will always right click and select option to attack instead of just left clicking. @OP: I would recommend writing your own method as it seems to not be included in the API from my looking.- Khal Motherlode
Another pro script bro! ^_^ - Flashy new topic list <3