Bot to Bot item Transfer

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
bongzhd
Noob
Noob
Posts: 1
Joined: 14 Aug 2014, 10:46
Noob?: Yes

Bot to Bot item Transfer

#1 Post by bongzhd »

I would like to ask how am i supposed to make a macro which my bot1 will transfer its item when it reaches 80% weight to my bot2

automacro overweight {
weight >=80%
run-once 1
exclusive 1
call trade
}

macro trade {
do c @warp prt_in 168 135
pause 1
do deal @player (Supplier)
pause 1
do deal add @inventory (Box of Thunder)
pause 1
do deal add @inventory (Ygg Drasilberry)
do pause 1
do deal
pause 3
do deal
do c @go 0
}

i have made dis but my bot2 don't seem to respond when my bot1 initiate a deal request ,

genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

Re: Bot to Bot item Transfer

#2 Post by genskull »

you should create macro for your bot2 to accept/ok/trade all the request deal of your bot1 in that way your bot2 and bot1 will do the trade. your macro is have missing something, the bot1 only do the deal and transfer item, where is the click ok macro and click trade macro or closing trade. you should have that.

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Bot to Bot item Transfer

#3 Post by SkylorD »

Learn rules

Post Reply