Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

About the transaction, please help me

Featured Replies

 

 

 

My backpack is full, full of different items, (note). 
I want all the items automatically placed in the first trading window. I can not find the api,
 who can help me thank you
 


offerAll(java.lang.String... names)

.offerAll("item 1", "item2");

  • Author
offerAll(java.lang.String中...名称)



.offerAll(“项目1”,“ITEM2”);

Backpack each slot names are not the same

Backpack each slot names are not the same

public boolean offerAll(java.lang.String... names)

Offers all the items in the filter in the trade screen.
Parameters: names - The ids of the items to be offered. Returns: True if all items specified do no longer remain in the inventory.

i dont know what u mean. explain better so I can understand friend :)

  • Author

公共布尔offerAll(java.lang.String中...名称)

信息在屏幕贸易过滤器中的所有项目。
:参数 要提供项目的id -名称。 返回: 如果真指定的所有项目都不再停留在清单中。

我不知道是什么ü意味着。解释更好,所以我能理解朋友smile.png

 public static final String[] goods_ID = { "Amulet of strength","Strength potion(3)","Strength potion(2)", 
       ,"Air rune","Water rune","earth rune","firer rune"
       ,"Blue wizard hat","Blue wizard robe" , "wizard hat"  ,"Shade robe top","Shade robe"}
if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){
 
 
trade.offerAll(goods_ID);
sleep(random(800,1400));}

My test results, the mouse will move on each item, but does not click

try this friend 

http://osbot.org/forum/topic/102089-easy-trade-method/

 

 

 

 

 public static final String[] goods_ID = { "Amulet of strength","Strength potion(3)","Strength potion(2)", 
       ,"Air rune","Water rune","earth rune","firer rune"
       ,"Blue wizard hat","Blue wizard robe" , "wizard hat"  ,"Shade robe top","Shade robe"}
if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){
 
 
trade.offerAll(goods_ID);
sleep(random(800,1400));}

My test results, the mouse will move on each item, but does not click

 

 

 

 public static final String[] goods_ID = { "Amulet of strength","Strength potion(3)","Strength potion(2)", 
       ,"Air rune","Water rune","earth rune","firer rune"
       ,"Blue wizard hat","Blue wizard robe" , "wizard hat"  ,"Shade robe top","Shade robe"}
if(trade.isFirstInterfaceOpen()&&!inventory.isEmpty()){
 
 
trade.offerAll(goods_ID);
sleep(random(800,1400));}

My test results, the mouse will move on each item, but does not click

 

 

Hey friend try Trade.offerX(goods_ID);

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.