[Requesting] Macro For Private Server

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
rmon09
Noob
Noob
Posts: 9
Joined: 01 Jan 2011, 07:43
Noob?: No

[Requesting] Macro For Private Server

#1 Post by rmon09 »

Details :

a macro that will :
- use @go 0 command everytime the char died
- look for the buffer npc and talk
- look for the warper npc and warp to the lock map that is configured in config.txt

Even just the commands that i will use ... :D

Thanks in advance ....

gelo2012
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 17 Sep 2012, 13:54
Noob?: Yes
Location: Sa Puso Mo

Re: [Requesting] Macro For Private Server

#2 Post by gelo2012 »

Code: Select all

automacro sp {
sp <= 5%
location not prontera
run-once 1
call {
do ai manual
pause 1
c @go 0
pause 1
do move prontera 149 181
pause 1
do talknpc 150 181 r0 n
pause 2
do talknpc 158 181 r0 n
pause 2
do ai on
release sp
}
}

Post Reply