Macro Help

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

Moderator: Moderators

aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Macro Help

#1 Post by aldon04 »

automacro reloadfifteen {
run-once 1
timeout 3600
call open_my_shop
}

anyone please help me, how to relog every 15 minutes? anythng wrong with this macro? please do help me.. thanks

and one more thing,

Example, i am vending, then someone uses Dimension Door and Man Hole on me, how can i relog or go again in vending mode, because my bot stops when someone uses those skills one me..

this is my macro

automacro vend {
delay 1
console /Other players are not allowed to view your Equipment./
cart "Skel-Bone" < 1
call open_shop
timeout 10
}

macro open_shop {
do move prt_fild08 170 363
pause 1
call open_shop_now
}

macro open_shop_now {
do move prt_fild08 170 363
pause 5
call open_my_shop
}

macro open_my_shop {
do move prt_fild08 170 363
pause 1
do openshop
stop
}

please do help me, its make me crazy, thanks! :)
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: Macro Help

#2 Post by Kaspy »

[EN]
Command for relog: relog
-> You will relog after 5 seconds
-> See more here: http://openkore.com/index.php/Relog


Already on the second part, could you explain? My English is very bad.
You want when changing map back to where I was and build the shop again?
Well, I believe that this bug has really OpenKore because he does not know that the store was closed... But I have to look deeper into this.

[PT-BR]
Comando para relogar: relog
-> Irá relogar após 5 segundos
-> Veja mais aqui: http://openkore.com/index.php/Relog


Já sobre a segunda parte, você poderia explicar melhor? Meu inglês é péssimo.
Você quer que quando mudar de mapa voltar para onde estava e criar a loja novamente?
Bem, acredito que o OpenKore realmente tenha esse bug, pois ele não sabe que a loja foi fechada... Mas tenho que analisar mais a fundo isso.
Image
aldon04
Noob
Noob
Posts: 8
Joined: 13 Jun 2012, 10:30
Noob?: Yes

Re: Macro Help

#3 Post by aldon04 »

Thank you for the reply sir.

I'm asking for a macro that i can use to reload my bot every after thirty minutes from the time of my log-in. can you help me out please?

Thanks again!