Search found 21 matches

by deandamien
06 Apr 2018, 01:07
Forum: Other OpenKore support
Topic: Delay/Timeout
Replies: 5
Views: 5154

Re: Delay/Timeout

Yup.It determine the seconds you want it to pause. Exactly as it written in wiki. ;) By default it took 1 seconds. If you want faster, make it less. :idea: If want no delay, use semi-colon > ; okay will try that. but i have more than 50 to edit. might take a while. :D They said eventMacro is better...
by deandamien
05 Apr 2018, 08:06
Forum: Other OpenKore support
Topic: Delay/Timeout
Replies: 5
Views: 5154

Re: Delay/Timeout

macro changeCHAR { $uname1 = ????? $pword1 = ????? $slot1 = 0 $uname2 = ???? $pword2 = ???? $slot2 = 0 :char if (($uname1 == @config(username)) && ($pword1 == @config(password)) && ($slot1 == @config(char))) goto twochar if (($uname2 == @config(username)) && ($pword2 == @config(password)) && ($slot...
by deandamien
03 Apr 2018, 20:20
Forum: Other OpenKore support
Topic: Delay/Timeout
Replies: 5
Views: 5154

Re: Delay/Timeout

so the relog only has 1 second it has nothing to do i think on the change char or macros i am using, i hate to say this but i already tried to changed a lot on timeout.txt hahaha. it messes up sometimes but at least i have back up for it. got account error character error and anything when i change ...
by deandamien
03 Apr 2018, 20:18
Forum: Other OpenKore support
Topic: Delay/Timeout
Replies: 5
Views: 5154

Delay/Timeout

Anyone knew what should i change on this? The red line indicates i think about 5-7s delay after it triggers from the auto macro. auto macro is like this.. automacro finish1 { console /????????/ call changeCHAR } the change char only has :twochar do conf username $uname2 do conf password $pword2 do c...
by deandamien
03 Apr 2018, 20:06
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

Input all over again = solved, i think i messed up an old config.txt to the latest one folder after downloading the latest one and change the config. it works fine.

config and macros question = solved i used
do ai manual
do ai auto

to pause all the other macro. :D

Thanks!
by deandamien
08 Mar 2018, 20:07
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

all of them getting ignored by my macro first macro. hahaha
by deandamien
07 Mar 2018, 17:17
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

i added automacro sp { sp < 10% timeout 1 call heal } macro heal { pause 0.1 do is 1 release sp } Seems working fine on item usage. :) now i'm thinking about the weight. >.< seems the macro skill and tele is too fast. but thats how i like it. how can i manage to put pause on all macro when weight is...
by deandamien
07 Mar 2018, 17:00
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

Your pause should be cast-time + delay. In simple word, after click to cast SG, how many seconds required before you can teleport when you play the game (not bot). Then write it there. No cast time, no aftercast delay. Don't need macro. You just set it in config. Even if you want to use macro, if c...
by deandamien
07 Mar 2018, 08:03
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

This is a good sign for me, seeing it now auto skill when macro is triggered, but to call teleport using the creamy card on accessory is really making my brain spin >.< i tried your do tele, do sl 26, do ss 26 so on and so fort.
by deandamien
07 Mar 2018, 06:56
Forum: Resolved Questions
Topic: Input all over again, Also config and macros question.
Replies: 30
Views: 37241

Re: Input all over again, Also config and macros question.

automacro back { timeout 1 location prt_maze03 call help } macro help { pause 0.1 do ss 89 pause 0.3 do tele release back } does't teleport only cast SG (this is a no aftercast delay so i think the pause i use is not a problem?) what macro i should add to make use ygg when hp 80 and sp lower 10% an...