I have no clue how to create a macro for the character creation + training grounds. It seems like there are a lot of botters that are already doing this.
If someone could help me that would be great.
I only have the finishing training macro but i haven't tested it yet...
automacro merchStart {
priority 1
exclusive 1
run-once 1
base == 12
call {
do sit
do move 98 45 new_1-3
do talknpc 97 50 c r0 c r4
call saveAlberta
}
}
macro saveAlberta {
run-once 1
call {
do talknpc 113 60 c r0
do stand
}
}
Well i am trying to create a macro for character auto-creation and noob training. I want the macro to create the character using random numbers for hair style and hair color. Then when that part is over with I wanted to try and get them to talk to all the "Training Grounds" NPCS by themselves, so that they can get to their first job w/o any help.
I feel like this will be a little to much for me because i don't have as many days off at work as i would like.