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

Message
Author
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

AutoTrade[Made Easy] by Gamenikko

#1 Post by gamenikko »

MOD EDIT: read the whole topic, you may want to edit resulting macro to prevent issues described in macro manual, don't complain if you ignore that and would lose your zeny/items
---

##Reupload##
I wonder why moderators took down the thread for this!
This is useful so why took it down?
it only exports macros.txt, and anybody can check on that!

DOWNLOAD

Configure it,

Image

Then save to control folder.

Image

DOWNLOAD

Notes:
Be sure you have macro plugin, if you dont
you wanna check this thread first : http://forums.openkore.com/viewtopic.php?f=32&t=5658
Have fun =)
Just like old times.

jcd11
Noob
Noob
Posts: 2
Joined: 20 Mar 2011, 20:46
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#2 Post by jcd11 »

Sir Nikko, I have done everything on your autotrade tutorial, but it seems the macros.txt are not working anymore. My character was not opening a pub chat, and not dealing when i deals it. Kindly revise,fix, & test the macros generator. Thanks very much.. ;)

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: AutoTrade[Made Easy] by Gamenikko

#3 Post by gamenikko »

How come that it did'nt work on you?
it's still working fine for me, and besides macros are do not get old =)
unless they changed something vital on it.
Just like old times.

jcd11
Noob
Noob
Posts: 2
Joined: 20 Mar 2011, 20:46
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#4 Post by jcd11 »

Sir nikko, Im sorry, my bad, your autotrade program was working fine and good. The pub chat is visible now and its dealing too. Its just that u have to walk away few steps from the character pubchat to be able to see it. Though the the dealing is extremely fast ^^. Thanks very much. Godspeed. :ugeek: :D

Pornograffitti
Noob
Noob
Posts: 18
Joined: 02 Apr 2011, 07:22
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#5 Post by Pornograffitti »

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
}
}

genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#6 Post by genuineopenkore »

sir nikko i got an error when i run the application saying "The application failed to initialize properly". btw where do i save the application? thnx

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: AutoTrade[Made Easy] by Gamenikko

#7 Post by gamenikko »

genuineopenkore wrote:sir nikko i got an error when i run the application saying "The application failed to initialize properly". btw where do i save the application? thnx
install NET Framework 2.0 or higher, google for it =)
Just like old times.

genuineopenkore
Plain Yogurt
Plain Yogurt
Posts: 52
Joined: 16 Jan 2011, 03:06
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#8 Post by genuineopenkore »

This AutoTrade works fine but when I'm buying many Elite Siege Supply Box it only deals an amount just for 1 box only... soo how do i make it to multiply the amount that is equivalent to the boxes dealt? thnx

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#9 Post by EternalHarvest »

gamenikko wrote:I wonder why moderators took down the thread for this!
Maybe it's due to weird forum settings? "Share your macros" section doesn't seem to be affected by this.

bgksbot
Noob
Noob
Posts: 15
Joined: 10 Mar 2011, 18:28
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#10 Post by bgksbot »

GM PLEASE BAN TS!! his application is a macro creator BUT do creates a pub with passwords. and once he puts the password and join the pub and make a deal typ this *insert BUYINGLIST* x 10000 then the bots deal all of his zenny thnaks i have proof thnx

Post Reply