[Help] macro spam novice potion !

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

Moderator: Moderators

manala
Noob
Noob
Posts: 1
Joined: 30 Dec 2012, 04:47
Noob?: Yes

[Help] macro spam novice potion !

#1 Post by manala »

My macro :
automacro Novice Ground {
location not alberta, alberta_in
call novice
run-once 1
}

macro novice {
do move 148 112
pause 6
do move 100 20
do talk @npc (100 29)
pause 6
do talk text character_name
pause 6
do talk resp 0
pause 6
}
character_name : macro auto write character's name ?

Image
wall00
Noob
Noob
Posts: 5
Joined: 14 Jan 2012, 00:38
Noob?: Yes

Re: [Help] macro spam novice potion !

#2 Post by wall00 »

do talknpc 100 29 t="name"
wall00
Noob
Noob
Posts: 5
Joined: 14 Jan 2012, 00:38
Noob?: Yes

Re: [Help] macro spam novice potion !

#3 Post by wall00 »

t=@eval($::char->{name})

test it.
wall00
Noob
Noob
Posts: 5
Joined: 14 Jan 2012, 00:38
Noob?: Yes

Re: [Help] macro spam novice potion !

#4 Post by wall00 »

t=@eval($::char->{name})

test it.