How to go to Traning Ground Willow new_2-3 map

Well, this is my Macro code for training groud Willow Monsters,


automacro new13 {
    location new_1-3
    location not new_1-3 97 52 105 48
    run-once 0
    timeout 20
call {
    do move 101 50
}
}

automacro new33 {
    location new_3-3
    location not new_3-3 98 53 106 48
    run-once 0
    timeout 20
call {
    do move 102 49
}
}

#TalktoNPC's

automacro TalkNPC13 {
    location new_1-3 97 52 105 48
    run-once 0
    timeout 10
call {
    do talknpc 103 50 c c c r0 c
}
}

automacro TalkNPC33 {
    location new_3-3 97 52 105 48
    run-once 0
    timeout 10
call {
    do talknpc 103 50 c c c r0 c
}
}

Hope you like it!

0 comments:

Post a Comment