1 hour ago
This is how you do it with a macro. It's actually very easy.
204 188 The bot will appear at these coordinates, when it leaves the hotel located next to the NPC, the macro will run automatically.
Code:
automacro NPCBuffer {
location prontera 204 188
exclusive 1
call {
do move 195 181
pause 1
do talknpc 190 181 c
pause 5
do talk c
}
}204 188 The bot will appear at these coordinates, when it leaves the hotel located next to the NPC, the macro will run automatically.
