Page 1 of 2

What is wrong with this macro?

Posted: 07 Dec 2017, 10:59
by itskayeleano
been out for a year and this macro does not work

the bot wont even start

http://forums.openkore.com/viewtopic.php?f=33&t=13911

Re: What is wrong with this macro?

Posted: 07 Dec 2017, 14:24
by fadreus
Try with eventMacro.
It's a rework of macros.

http://openkore.com/index.php/EventMacro

Re: What is wrong with this macro?

Posted: 07 Dec 2017, 19:43
by itskayeleano
Tried it on event macro same thing bot wont even log into the server.

Re: What is wrong with this macro?

Posted: 08 Dec 2017, 01:08
by fadreus
itskayeleano wrote:bot wont even log into the server.
That's not problem with macro.
That's problem with connectivity.

Donwload new openkore and try again on what ever server you are playing.

Re: What is wrong with this macro?

Posted: 08 Dec 2017, 19:34
by itskayeleano
no it has an error something like with eventMacro on automacro

Re: What is wrong with this macro?

Posted: 09 Dec 2017, 00:34
by fadreus
itskayeleano wrote:an error
itskayeleano wrote:something like
Try with something like this.
It will become like that when an error appear.
When that error appear, use this and do that.

I'm sure it will work. :lol: :lol: :lol: :lol: :lol: :lol:

Re: What is wrong with this macro?

Posted: 09 Dec 2017, 00:40
by itskayeleano
I know i cant post any pic at the moment due to openkore not been updated.

Re: What is wrong with this macro?

Posted: 09 Dec 2017, 05:19
by fadreus
Even without picture, you can give few extra detail like;

- Like what you wanna your bot to do EXACTLY so macro can be improvised.
- What server your are playing (Since you mention no updates, but openkore have regular updates every now and than)
- What exactly your bot version
- What macro you are trying to use (modified or not)
- Provide those code
- Bla bla bla.

So many things you could do to help yourself but with just 'something' 'like' 'an error' anything that so vague; so everyone else pretty much could only give vague answer (which might not tackle your exact problem)


So you can try download new, use eventMacro.
You can't copy paste old macro to use with eventMacro (since you don't mention what you've tried I assume you didn't try this).
Do some time reading eventMacro wiki (since some condition, status, etc slightly changed)

I don't know what exactly you trying to do but from the link given you can try something like this

Code: Select all

do talknpc <x> <y> <sequence>
rather than

Code: Select all

do talk #
pause 1
do talk resp #
pause 1
bla bla bla
Read also the documentation of command description in wiki.

Re: What is wrong with this macro?

Posted: 09 Dec 2017, 12:16
by itskayeleano
tried that and the macro not found or error in queue

Re: What is wrong with this macro?

Posted: 09 Dec 2017, 16:16
by fadreus
K