Friday, September 16, 2011

YGGBOX AUTO CREATE

 DOWNLOAD Updated

UPDATE:
Fully working YGGBOX auto make
note: Use merchant class with CART equip.
Auto Add yggbox to CART.

Latest Config


automacro yggbox start {
exclusive 2
map prontera
call yggbox
run-once 1
timeout 25
}

macro yggbox {
        do move prontera 142 173
        do c @gstorage
        do storage u
        do storage get Yggdrasil Berry 260
pause 3
        do cart add Yggdrasil Berry Box(10)
    do storage close
pause 0.5
    do talknpc 144 173 c r0
pause 0.3
    do talk num 260
release yggbox start
}

###################END######################

NOTE;
copy paste it, to your macros.txt under control folder.
Minor Problem = It won't stop creating yggbox forlife.
I need to know how openkore detect cart inventory amount.
I will update it when I found out how.
Thanks, You need to monitor it for about 1 minute or less it depends on how many ygg do you have at your GUILD STORAGE. it won't hurt you to wait and close it manual.

FUNCTION 
  • It will get 260 ygg from your GSTORAGE
  • Then it will talk to YGG Trader to convert it to YGG BOX
  • Then it will auto add all YGG BOX to CART
  • Then it will start over again.
 NOTE:
You should use merchant class with 8000++ weight available
It will makes your weight 90%
Make sure you have a lot of strength and skill that increase your weight limit. 
IF you don't have Guild and you want to take items from storage and not from guild storage, SIMPLY change @gstorage to @storage in codes below.

Make sure you remove @warp command at your config and edit your lock map  

automacro login {
exclusive 1
console "Have fun! :)"
run-once 1
call robin
}

macro robin {
do ai manual
do c @go 0
pause 5
do c @pk
do c @nobc
do ai on
pause 2
release login
}

automacro yggbox start {
exclusive 2
map prontera
call yggbox
run-once 1
timeout 25
}

macro yggbox {
        do move prontera 142 173
        do c @gstorage
        do storage u
        do storage get 3 260
pause 3
        do cart add 7 26
    do storage close
pause 3
    do talknpc 144 173 c r0
    do talk num 260
release yggbox start
}

No comments:

Post a Comment