Everything posted by Joseph
-
deselect inventory item snippet
the inventory deselect is bugged out so i made my own method. This could help out others. public boolean deselectItem(){ if (inventory.isItemSelected()) { int slot = inventory.getSlot(inventory.getSelectedItemName()); return script.mouse.click(inventory.getMouseDestination(slot), true); } return false; }
-
Requesting script paint
anybody up fro my challenge
-
Exp per hour request
experienceTracker already has a exp per hour methods. But the only reason why i didnt use their method and i was requesting one is because of my furniture list. If i use the method from the api i will be giving my users wrong information. Thanks for the method. naw i wasnt talking about that one. i knew about it though thats i know about it already, i explained why i need the method, thanks anyway
-
Exp per hour request
I'm requesting a method that returns the exp per hour
-
What RuneScape NPC is the guy above you?
Chicken level 2
-
Got one of my mains unbanned.
You should give me 1-5m then we both could be happy
-
Requesting script paint
im looking for chat box size. im looking for something that has to do with tabs. (2 Tabs) Main Tab Status Timer Currently made Current exp gained (exp per hour) Level (level gained) Version Furniture Tab Current furniture Previous total made Previous total exp gained Also i would love to see a percentage bar in the paint to
-
Need Some scripting help with a Fungus Bot!
but it isnt his script
-
Requesting script paint
Im requesting a paint for my construction script. Thread link: click here previous paint: im looking into the lines of tabs which would seem nice.
-
Ent & smoking rock debug
I thought when tree become ents. if your still interacting with them, who they are facing. which is obliviously you
- How to
- How to
-
How to
How exactly are am i suppose to use experience tracker class? Is it just mean, or does the method return wrong values. edit: that was weird
-
hovering snippet osbot 2
Osbot 2 hovering for intractable, is bugged out. it like to interact with them. I don't know why so i decide to write me a quick method for hovering. Could be useful for other. public boolean isHovering(Entity entity) { if (entity != null) { EntityDestination des = new EntityDestination(bot, entity); return des.getBoundingBox().contains(mouse.getPosition()); } return false; } public boolean hover(Entity entity) { if (entity != null) { EntityDestination des = new EntityDestination(bot, entity); return mouse.move(des); } return false; }
-
client statements?
some body should explain yo him, why that isnt conventional
-
Randoms fixed with OSBot 2 (soon)
Warming, when another entity is on top of a random event it will start to go crazy trying to interact with. For example one of those talking randoms
- client statements?
-
PositionPolygon question
thanks for the help, i guess i did something wrong somewhere ill look into it later
-
PositionPolygon question
let me try it out real quick, it isnt working for me
-
PositionPolygon question
im trying to check to see if the entity is within that position polygon which they said it's the new "area wanna be class"
-
PositionPolygon question
i want to use position polygon to determine if it contains an entity. They have a method that accepts Vector3D. i looked into entity and they have a super of Vector3D. Vector3D and Position are the same thing except for it being different data types. so my question is how would i use the method contains(vector3d) with my entity? i already tryed putting the entity in the argument but it didnt work out.
-
client statements?
java and javascript are two different things. Also learn arguments of methods ;) Also here the link for the dj (which accepts .jar files) click here
-
client statements?
just a head sup we dont use client as offend for OSbot 2, as we use to do it for OSbot 1. um java is broad but you should learn the basics. Like if/ else if/ else statements, for loops, methods, return types, etc... They are a key fundamental of java. If you want to learn some java go online and start reading up. You could also download a java decompiler. and decompile script from the local script section to help you better understand how scripting works
-
client statements?
your welcome, since your trying to learn to script. i would suggest learning it from osbot 2. i never knew about this, thanks man love you
-
client statements?
you are correct if he was talking about osbot 2, but he isnt hes talking about osbot 1