Jump to content

About the transaction, please help me


Recommended Posts

Posted

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 :)

Posted

公共布尔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

Posted

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

 

 

Posted

 

 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

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...