Q>Marco/Macro Plugin

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

Moderator: Moderators

ShinigaHmi
Noob
Noob
Posts: 18
Joined: 08 Mar 2010, 15:19
Noob?: Yes

Q>Marco/Macro Plugin

#1 Post by ShinigaHmi »

Hi,

I wanted to know Macro/Macro plugin
I just need some help or answers to my questions

Question
1. I cant/dont know how to run macro/macro plug in
2. can someone help me or teach me or give me links to further understand macro

Situation
Just new with Macro/marco plug in and just wanted to run some test 1st

What I have done so far...
-read macro wiki

Code: Select all

http://www.openkore.com/index.php/Macro_plugin
--was able to download and or install macro and follow the instructions.
-the folder/location is exactly the same from what I can see on the site.
-using the sample on the macro wiki

Code: Select all

macro Hello {
   $var = Hello
   $var1 = World!
   log $var $var1
}
i dont know where it should show up or how to call it
-i tried typing in "macro hello" in the console and will just get an error "macro hello not found or error in queue"
-i perform a search to any resolution and did not found any relevant info(*seems like everyone here already knows the basic of marco)
-from

Code: Select all

http://forums.openkore.com/viewtopic.php?f=7&t=12264&p=45687&hilit=macro+installation#p45687
-i did add the macros.txt at the end of my control.txt and after typing "macro hello" again, still same error
-did a search again in openkore forums for guides but no luck, guide under macro plugin all directs me to macro wiki and other guides are just the same with wiki.


---
actually, the reason i would like to learn macro is because of the NPC Erundek(NPC at the BG who trades badges for equips/foods), its very tiring to talk to him manually and i dont want to talk to him more than 500x and using kores console, with the sequence of

talk 8
talk resp 0
talk resp 3
talk resp 0
talk resp 1
talk resp 1
, still very tiring.
**(if there is a 1 liner command in kore's console that will give me the same result, much better) but i still want to learn macro
thanks and more power
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Q>Marco/Macro Plugin

#2 Post by EternalHarvest »

ShinigaHmi wrote:macro Hello {

-i tried typing in "macro hello"
It's probably case sensitive.
ShinigaHmi
Noob
Noob
Posts: 18
Joined: 08 Mar 2010, 15:19
Noob?: Yes

Re: Q>Marco/Macro Plugin

#3 Post by ShinigaHmi »

Hi

EternalHarvest thank you very much

a small mistake i did not notice, sorry,,

i added a call macro
[call <macroname> [<n>]
Calls macro <macroname> [<n> times]. When <macroname> is finished the current macro continues. ]

and it working now with eternal loop(lol)...thanks again