Showing posts with label autotrade macro. Show all posts
Showing posts with label autotrade macro. Show all posts

Monday, September 6, 2010

Auto Trade Chatroom Buying & Selling Items...

As MELO was desperately looking for a solution to his auto trade problem... he asked me to help him search... then I found this... :)

****I did the instructions on my own bot... and i found out that there was so many errors in the instructions that i got... hahahah!! thankfully... i found out the problems and had it configured myself to it's original PURPOSE... ****

****ONCE AGAIN... Follow the SPECIFIED INSTRUCTIONS BELOW... and if you have done the following instructions below before I had the time to edit... i'd like you to reverse the process untill you've undone the errors i made... hehehe****

Just download the autotrade.pl HERE

then
1. put the autotrade.pl to plugins folder. If you have no plugins folder, create!


2.You have to set up a bot in a chat room, then when someone deals it, it will automatically add the money you want to give for the item.

You can setup a chatroom by editing your macros.txt inside control fodler. Again, if you don't have macros.txt, create!
Code:

automacro start {
console /You are sitting./i
run-once 1
delay 10
call openchat
}

macro openchat {
do chat create "B>iron300|stel3k|r.wind12k|ori-11k|elu70k" 2 0 123456
}

#please take note
#you can change the chatroom name
#by changing the sentence
#within the "" int the code

3. You need the config option in config.txt: tradeAuto 1
Note: dealAuto 0

4. Create an autotrade.txt in your control folder.

and follow the syntax:
Code:

# [item name] [price]

Steel 5000
Jellopy 1
Witherless Rose 20000
Elunium 50000


If it's not working or if there's any prblem... kindly POST a COMMENT in the comment section and i may be able to solve it :)

Q. What if I want to disconnect my bot if my zeny is xxx,xxx.
A. In config.txt, dcOnZeny 30000 <--- amount of zeny

PLEASE TAKE NOTE>>>>>> I've encountered an error... that needs to close my bot... since i've messed up by bot so much already I'm thinking that it's only in my bot program... PLEASE TRY TO DO IT AND REPORT IF ANYTHING HAPPENS TO YOU THANK YOU!!!