Jump to content

About the transaction, please help me


hansen19498

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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