Macro deal bot to bot (farming purpose)

Indonesia

Moderator: Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) maybe outdated. Read the wiki for instructions on how to update those information and please contribute when you obtain them. Contact Cozzie to join the team as a regular server supporter.
Message
Author
surviveryuga
Human
Human
Posts: 30
Joined: 19 Dec 2012, 12:57
Noob?: No

Macro deal bot to bot (farming purpose)

#1 Post by surviveryuga »

I have a lot of items which is need to be transfered to my merchant(item and Zeny collector character) from my rogues when they have more than 49% weight inventory. I have try this macro but it's seems that the rogue fail to make a deal

My rogue try to deal, but failed becoz cant detect my merchant although the merchant around them.. they cant specify my merchant to start a deal. Here's my macro :oops: :oops:

Code: Select all

automacro farming {
weight > 49%
 run-once 1
 exclusive 1
 call {
 do ai manual
 do move prontera 123 456
 }
 }

Code: Select all

 automacro deal {
 location prontera 123 456
 call {
 do deal @player(Architect)
 do deal add @inventory(Eluminium)
 pause 1
 do deal add @inventory(Eluminium)
 pause 1
 do deal
 pause 3
 do deal
 do ai auto
 }
 }

itsjayem
Noob
Noob
Posts: 5
Joined: 25 Jun 2013, 15:04
Noob?: No

Re: Macro deal bot to bot (farming purpose)

#2 Post by itsjayem »

have your merchant say a "WORD" on public chat whenever a player is 1-cell near.
and use that word as a console trigger for your farmer to do the deal.

usually the target match that corresponds the player number is the 3rd one if not then try the 2nd match

Code: Select all

 example:
do deal $.lastMatch3
or
do deal $.lastMatch2

Post Reply