AutoTrade[Made Easy] by Gamenikko

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

Moderator: Moderators

Uzah
Human
Human
Posts: 25
Joined: 04 Jun 2011, 18:29
Noob?: Yes
Location: pRO Payon

Re: AutoTrade[Made Easy] by Gamenikko

#61 Post by Uzah »

Yeah you're absolutely right. Actually I just lost 400+ pcs raydric cards on Dec 29 2011 because of the cheap hunter's talkie box trap. Luckily I did not put all of my raydric cards on that particular character. I still have 700 pcs left and I managed to fix the problem by adding another automacro resulting to this:
Image
Pornograffitti wrote: can anyone post a working autodeal plugin? i know there's a working one since I see them in prontera.
I already have the working autotrade.pl. I'll just find the link where I have gotten it and post it immediately here.
What have you done so far?
Pornograffitti
Noob
Noob
Posts: 18
Joined: 02 Apr 2011, 07:22
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#62 Post by Pornograffitti »

w8, so even with the bogus talkie automacro he still got you scammed? and follow up on that Autotrade.pl xD
Pornograffitti
Noob
Noob
Posts: 18
Joined: 02 Apr 2011, 07:22
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#63 Post by Pornograffitti »

hey, what macro did you use to counter the talkie box, id make one myself but i cant really test it since i dint have a hunter class.
and could you post a link to the autorefine.pl? xD
i hope someone would...
zhebby27
Noob
Noob
Posts: 16
Joined: 13 Oct 2009, 09:27
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#64 Post by zhebby27 »

Sir this autotrade macro is for buying,, is there a an autotrade macro for selling?? please help me!! ive been searching for an week now but still no luck for me

can any1 help me or show me some guide how to do autotrade but selling
johndoedumb
Noob
Noob
Posts: 1
Joined: 04 Feb 2012, 20:16
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#65 Post by johndoedumb »

i read all of the post on this topic.. and i found another user to have the same query?

HOW about the non-stack-able items?

if he adds 2 non-stack-able items the core will recognize it as only 1 item. so he will just put the price of 1 non-stack-able item.
wexo
Noob
Noob
Posts: 2
Joined: 01 Mar 2012, 04:09
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#66 Post by wexo »

can you reupload it..
link doesnt work anymore tnx
PepsiCoke
Human
Human
Posts: 46
Joined: 21 Apr 2012, 22:41
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#67 Post by PepsiCoke »

Pornograffitti wrote:Changed some to make it work. It can now deal more than 1 item type(still cant deal 2 same non stacking items though)

My macros.txt :
This is used in pRO New Loki
#######################################
########AUTO TRADE#####################
#######################################


automacro sit {
console /Your Coordinates/i
zeny > 339999
call {
do e e2
$total1 = 0
$total2 = 0
$total3 = 0
$total4 = 0
do move 110 80 prontera
pause 4
do chat create "B>AFM39k,EDP4k,ESB47k,AFMB390k" 20 1
do sit; do conf dealAuto 0
}
}

automacro dersadeal {
console /(.*) \(level (.*)\) Requests a Deal/i
call {
do e e2
pause 2
do deal
pause 15
do deal no
}
}

automacro check {
console /(.*) added Item to Deal: (.*) x (\d+)/
call {
do e e2
$item = $.lastMatch2
$amount = $.lastMatch3
$item1 = Poison Bottle
$item2 = Elite Siege Supply Box
$item3 = Advanced Field Manual
$item4 = Advanced Field Manual Box
$item1price = 4000
$item2price = 47000
$item3price = 39000
$item4price = 390000

if ($item == $item1) goto item1
if ($item == $item2) goto item2
if ($item == $item3) goto item3
if ($item == $item4) goto item4
do deal no

stop

:item1
$total1 = @eval ($amount*$item1price)
stop

:item2
$total2 = @eval ($amount*$item2price)
stop


:item3
$total3 = @eval ($amount*$item3price)
stop


:item4
$total4 = @eval ($amount*$item4price)
stop
}
}

automacro final {
console /(.*) finalized the Deal/i
timeout 7
call {
$finalamount = @eval ($total1+$total2+$total3+$total4)
pause 3
do deal add z $finalamount
do deal
do deal
$total1 = 0
$total2 = 0
$total3 = 0
$total4 = 0
pause 3
do deal; do deal
}
}

automacro canceld{
console /Deal Cancelled/i
timeout 1
call {
do e e2
$total1 = 0
$total2 = 0
$total3 = 0
$total4 = 0
}
}



automacro canceld{
console /There are no items to sell./i
run-once 1
timeout 1
call {
do closeshop
do chat create "B>AFM39k,EDP4k,ESB47k,AFMB390k," 20 1
}
}

automacro openshop {
run-once 1
zeny < 390000
call {
do e e2
$total1 = 0
$total2 = 0
$total3 = 0
$total4 = 0
pause 12
do chat leave
pause 1
do openshop
}
}


automacro restock{
run-once 1
soldout > 0
call {
do e e2
do closeshop
pause 2
do openshop
}
}

automacro reset{
map prontera
timeout 1200
call {
do e e2
pause 5
do relog 1
release all
}
}

oh.. this one works perfectly.... i try to use talkie box.. i try to put ignoreall to 0 and boom! CANCEL DEAL!
krisma
Human
Human
Posts: 36
Joined: 05 Mar 2009, 07:47
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#68 Post by krisma »

you can still use he's macro make sure use ignoreall 1 in config
and add this to your macro


automacro madaya {
console /(.*) shouts : added (.*) z /i
exclusive 1
call {
do deal no
release madaya
}
}

automacro madaya1 {
console /(.*) shouts : (.*) added (.*) z/i
exclusive 1
call {
do deal no
release madaya1
}
}


automacro madaya3 {
console /(.*?) uses Talkie Box/i
exclusive 1
call {
do deal no
release madaya3
}
}

automacro madaya4 {
console /(.*?) talkie box message/i
exclusive 1
call {
do deal no
release madaya4
}
}
TormenT
Human
Human
Posts: 33
Joined: 13 Nov 2012, 07:57
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#69 Post by TormenT »

reupload please, thanks
welhim
Noob
Noob
Posts: 18
Joined: 23 Feb 2013, 10:56
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#70 Post by welhim »

the link is dead, can you re upload please?