My macros are not registered into the macro lists.

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

Moderator: Moderators

jejen
Noob
Noob
Posts: 2
Joined: 16 Jan 2014, 01:35
Noob?: Yes

My macros are not registered into the macro lists.

#1 Post by jejen »

I have saved the macro file "openkore-code-8817-plugins-macro-trunk" to its specific folder and created a macros.txt file on config.

I have this on my config.txt

Code: Select all

macro_orphans terminate
macro_nowarn 0
macro_file macros.txt
macro_allowDebug 0
and have macros of the ff:

Code: Select all

automacro wrpnpc {
call {
        do talk @npc 156 99
	pause 1
	do next
	pause 1
	do Dungeons
	pause 1
	do Brasilis Dungeon
	pause 1
	do next
	pause1
	do Brasilis Dungeon 2

# w1 r6 w1 r6 w1 c w1 r2 n #NPC coords and talk sequence
      }
release ck
}

automacro sp {
  sp > 200
  call {
  do c sp low
  }
  timeout 10
}
but it doesnt work and whenever i type 'macro list' on the console it shows me an empty list. how to solve this?