~~Simple Buffs Seller~~
1. Leave your character in save your character in alberta inn.
2. Download the macro here: BufferMacro or paste the code below on your macros.txt
automacro Entry {
location alberta_in
run-once 1
call talk
}
automacro chatCreate {
console /^You are sitting./i
call doCreate
}
automacro doPM {
console /^(.*) added (.*) z to Deal/i
call PM
}
automacro doBuffs {
console /^You gained 2,000 zeny./i
call buffs
}
macro talk {
do talknpc 26 146 c r1 c r0 n
pause 5
do move pvp_y_room 50 17
do sit
}
macro PM {
do pm "$.lastMatch1" $.lastMatch1 has added $.lastMatch2 zeny.
}
macro buffs {
do chat leave
do sp 34 "$.lastMatch1" 10
do sp 29 "$.lastMatch1" 10
do sit
}
macro doCreate {
do chat create "Buffs 2k" 2 0 2341
}
No comments:
Post a Comment