Jump to content

Pegasus

Lifetime Sponsor
  • Posts

    424
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pegasus

  1. 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
  2. Is it ok to reverse engineering some api class in osbot client?
  3. Nice, I like reading other's intelligence
  4. 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.
  5. 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.
  6. 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?
  7. Why are you so sure? You code osbot client?
  8. TWC-third world country?
  9. thanks, I deleted it But I cannot find any string or encrypted string about these messages in the script how does he put it?
  10. I edited other's open source script. I think it is generated by osbot client, not by the script.
  11. Thank, I thought all elements in the class were deprecated
  12. att 70 str 70 def 70 ranged 84 prayer 63 magic 74 agility 58 done quests: Regicide underground pass Mage Arena
  13. But... there are so many space inside the load profile panel
  14. Could you put the start button below load profiles panel?
  15. Is this script still working? Could I get a trial?
  16. Could you add an option to loot all untradeable items?
  17. 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?
  18. 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.
  19. it is not new items. Release date 12 May 2016 (Update)
  20. Could you add Fenkenstrain's castle teleport tablet to get to Canifis?
  21. 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.
  22. Sometimes character is stucked by obstacles when it walking to same bank from same fight area.
  23. Falader patches : Amulet of glory to Draynor Village Ardougne patches : Skills necklace to Fishing Guild
×
×
  • Create New...