How can you call a automacro when there is a prompt message

International

Moderator: Moderators

Message
Author
akosifrylle
Noob
Noob
Posts: 2
Joined: 21 Jun 2017, 05:04
Noob?: Yes

How can you call a automacro when there is a prompt message

#1 Post by akosifrylle »

How can you call a automacro when there is a prompt message that you need to respond to? Or what condition can i used when i reached a portal? Thanks for the reply.

rentard
Noob
Noob
Posts: 15
Joined: 11 Jul 2017, 18:35
Noob?: No

Re: How can you call a automacro when there is a prompt message

#2 Post by rentard »

Context?


automacro fix_zealotus {
console /your highness/
timeout 1
call fixzealotus
}

macro fixzealotus {
pause .1
do talk resp 2
do reload macros
release all
}

automacro fix_tele {
console /any work/
timeout 1.5
call thefix
}

macro thefix {
pause .1
do warp cancel
pause .1
do ai on
pause .1
do reload macros
release all
}

If you just want to zone into, say, CT4:
edit portals.txt like such
c_tower3 10 249 c_tower4 100 100 c r2 c c
(100 100 is wrong but it'll still get you where you're going)

You can do that with the starter zone...dunno why the devs havent

leozhai
Plain Yogurt
Plain Yogurt
Posts: 71
Joined: 16 Jun 2008, 08:41
Noob?: Yes

Re: How can you call a automacro when there is a prompt message

#3 Post by leozhai »

yours answer is in here if related to portal trap

http://forums.openkore.com/viewtopic.php?f=34&t=198

Post Reply