Everything posted by Isolate
-
need help with inventory.isFull() & inventory.isEmptyExcept(xx)
import org.osbot.rs07.api.filter.Filter; import org.osbot.rs07.api.model.Item; import java.util.Arrays; these ones?
-
Must See!Follow Today[1-99 Mining Mirror Client Project]Using Khals Motherloade[Daily Updates][Guide/Help] Help Prevent Bans! Must See Thread
only 30 mining i thinks
-
Spamming his way to 100
Only works when I do it.
-
need help with inventory.isFull() & inventory.isEmptyExcept(xx)
isEmptyExcept(); is broken. A fix along the lines of: boolean inventoryEmptyExcept(final int...ints){ return !inventory.contains(new Filter<Item>() { @Override public boolean match(Item item) { return item != null && !Arrays.asList(ints).contains(item.getId()); } }); } Could be edited to strings ect
-
Listening to NPC yells not visible in the chatbox
About 3 years now
-
Listening to NPC yells not visible in the chatbox
Don't honestly know. But i'd assume something like this. npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc.getHeadMessage().equals("YOLO!") && npc.getRecentMessages().contains("YOLO!"); } });
-
Banning Insight (Consistently Updated!)
Looks Familiar :P
- Buying Raw lobs
-
Laptop for my wife
Hey this is my computer (kinda). I have the special edition one. and black not purple, good computer/10
- Buying script help
-
[Req] [F2P MoneyMaking] Strength pot decanter
There is a decanting npc and im pretty sure he handles noted too.... so... wat....
-
OSBot 2.3.56 - All kinds of things
I don't mean in the case of errors, its just nice to know, i'm bad with timezones and never remember when i push things and is just a pain Would be much appreciated so we could let our users know easier
-
OSBot 2.3.56 - All kinds of things
Since you deleted the other thread i'll post the same thing here. Can scripters get notifications when theirs scripts are compiled.
-
Accepting script requests.
The amount of times i've seen this requested since mine was released is minorly disturbing to me. Not saying nobody else can make one, but is mine like broken or not good enough to use?
-
RIP- account banned
- check - client - client - client - impossible to do effectively
-
Where did all our whips go? Skull tricking
ALOT easier in rs3...
-
Need some help please.
Can you please post the error it throws. those errors tell you what the problem is/where
-
1.4 inventory.isEmptyExcept(...);
When bank is open (and potentially under more circumstances) in the mirror (and normal client) always returns true no matter whats in your inventory. 1.4 latest N/A N/A Personal script Inventory 64/64
-
Bug report: Mirror client lag spikes & freeze
Those console things are nothing to do with this problem, just walker debugs Problem is partially the amount of ram you're allocating and the amount of ram the mirror uses when it passes between regions. I find allocating 1100 seems to not crash but the client jumps between 500-600mb of ram for me. Unfortunately it just uses alot for now.
-
Acerd
- Acerd
- Failed to initialize: Please download mirror client jar..
you need to put mirrorclient.jar in C:/Users/*YOUR_NAME*/Osbot/data- Failed to initialize: Please download mirror client jar..
did you put the jar in the right folder?- Question about objects belonging to players
I thought it didnt show details for other users traps?- Need some help please.
if(this.equipment.contains(1935)) should be inventory return 0; not a good idea I don't really know why you put try/catch around everything when you run it and it breaks in the client it should generate a stack trace/error report for you to read, it tells you where the errors are and what they are. if you could post that here it'd be alot easier to help. - Acerd