Everything posted by Pegasus
-
java.lang.NullPointerException-model.Item.iiIiiiiiIiiI(rk:290)
Your guess is correct. I didn't think about that the filter variable can be null. It is troublesome that NPE printstacktrace doesn't print the method
-
reverse engineering
Is it ok to reverse engineering some api class in osbot client?
-
Master's Thesis on Economics in Runescape
Nice, I like reading other's intelligence
-
AIO Construction
My character has many house teleport tab in inventory but gui keeps showing no house tab. Edit: it works after I restart this script a few times. Such issue has been happening since months ago, and it worked after restarted a few times.
-
java.lang.NullPointerException-model.Item.iiIiiiiiIiiI(rk:290)
thanks, I found out that it is caused by a filter variable. public Filter<Item> jewFilter = (jew) -> { return jew.nameContains(this.getAllCharged()); }; this.equipment.isWearingItem(JEW.getEquipmentSlot(), jewFilter)) I use this instead which works now this.equipment.isWearingItem(JEW.getEquipmentSlot(), new NameFilter<Item>(JEW.getAllCharged())) I am not familiar with filter class now.
-
java.lang.NullPointerException-model.Item.iiIiiiiiIiiI(rk:290)
org.osbot.rs07.api.model.Item.iiIiiiiiIiiI(rk:290) java.util.stream.MatchOps$1MatchSink.accept(Unknown Source) java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source) java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) Anyone know what code in osbot use java.util.stream.AbstractPipeline.copyIntoWithCancel?
-
Close file - How to put hidden message in non-obfuscated jar?
I know why now. turn out, I edited the script to print other players' messages Lol close file.
-
Close file - How to put hidden message in non-obfuscated jar?
How to put hidden message in non-obfuscated jar? I decompiled a non-obfuscated jar and edited it. It sometimes show creepy message in the logger. But I cannot find any string or encrypted string about these messages in the script how does he put it?
-
deleted deleted
Why are you so sure? You code osbot client?
-
lol hiring workers
TWC-third world country?
-
RSJackpot/RS.Gold Looking for Reliable LiveChat [Time Available]
hire me bro skype: edwas.fas
-
deleted deleted
thanks, I deleted it But I cannot find any string or encrypted string about these messages in the script how does he put it?
-
deleted deleted
I edited other's open source script. I think it is generated by osbot client, not by the script.
- deleted deleted
-
how to detect current world is pvp world?
Thank, I thought all elements in the class were deprecated
-
price check - zulrah account
att 70 str 70 def 70 ranged 84 prayer 63 magic 74 agility 58 done quests: Regicide underground pass Mage Arena
-
AIO Farming
But... there are so many space inside the load profile panel
-
AIO Farming
Could you put the start button below load profiles panel?
-
Acerd's Gilded Altar
Is this script still working? Could I get a trial?
-
Perfect Fighter AIO
Could you add an option to loot all untradeable items?
-
AIO Farming
Could you add foolproof function? For example, a character have only 20 level farming, but I select higher level seeds(Harralander seed) accidentally. Then, this script will spam using the seeds to patches. Could you make it check farming level before starting at all Or pause when the "not enough level" dialogue appears?
-
AIO Farming
It is a tablet , you can buy it from GE to use it. The player does not need to have the relevant Magic level to use the tablet, which shares the same rule with all tablets and the player will not receive any experience, The player needs to have completed Priest in Peril to use this tablet. Priest in Peril is a short quest.
-
AIO Farming
-
AIO Farming
Could you add Fenkenstrain's castle teleport tablet to get to Canifis?
-
AIO Farming
It is weird that every time character teleports to falador first with teleport tablet, and then uses amulet of glory. And, it wastes one inventory space. And, the script has no web walking only option for now.