Search found 10 matches

by ikkk5000
25 Aug 2018, 19:53
Forum: Discussion
Topic: Skill delay time problem
Replies: 7
Views: 7191

Re: Skill delay time problem

Read what alisonrag wrote here: http://forums.openkore.com/viewtopic.php?f=27&t=212734 I think you can spam with XKore 0; coz mine working as it should. Someone suggested modifying the following sections. src/Task/UseSkill.pm use constant { DEFAULT_MAX_CAST_TRIES => 1, DEFAULT_CAST_TIMEOUT => 1 I t...
by ikkk5000
24 Aug 2018, 20:15
Forum: Discussion
Topic: Skill delay time problem
Replies: 7
Views: 7191

Re: Skill delay time problem

Read what alisonrag wrote here: http://forums.openkore.com/viewtopic.php?f=27&t=212734 I think you can spam with XKore 0; coz mine working as it should. The steps I opened RO: OpenKore→ RO (RO.exe 3free3 /account:xkoremode.xml) Is this Xkore 1 mode? Video: I use timeout(default). https://youtu.be/d...
by ikkk5000
24 Aug 2018, 03:24
Forum: Discussion
Topic: Skill delay time problem
Replies: 7
Views: 7191

Re: Skill delay time problem

fadreus wrote:I use default with XKore 0.
Did you use with XKore mode?

I use XKore 2 mode.

I will upload video about manual operation & OpenKore.
by ikkk5000
21 Aug 2018, 16:17
Forum: Discussion
Topic: Skill delay time problem
Replies: 7
Views: 7191

Re: Skill delay time problem

fadreus wrote:I have gears reduce 100% cast delay.
I can spam skill based on ASPD / Animation delay.

How can I modify it?
Thank you.
by ikkk5000
20 Aug 2018, 16:13
Forum: Discussion
Topic: Skill delay time problem
Replies: 7
Views: 7191

Skill delay time problem

This server have not skill delay time, So player can use skill quickly (0.X second) by manual operation. But OpenKore have skill delay time about 1s~2s. I try to modify control\timeouts.txt, but it's not work. ai_attack 0.1 ai_attack_waitAfterKill 0.1 ai_skill_use 0.1 I think that modifying the code...
by ikkk5000
11 May 2018, 17:30
Forum: Discussion
Topic: Please,how to use reactOnNPC to anti botkiller
Replies: 5
Views: 4460

Re: Please,how to use reactOnNPC to anti botkiller

try edit this console /110002250: .*?(\d+)/ or this console /\[npc\] Unknown #110002250: .*?(\d+)/ @fadreus, you need to escape special metacharacters with \ but i forget the list :D just google it, i don't know why i got redirected to ip4.google , that F* chaptcha It's ok! Thank you very much.
by ikkk5000
10 May 2018, 20:07
Forum: Discussion
Topic: Please,how to use reactOnNPC to anti botkiller
Replies: 5
Views: 4460

Re: Please,how to use reactOnNPC to anti botkiller

Try something like this? *If the text pattern remain the same each time it appear* automacro AntiBot { console /[npc] Unknown #110002250: ║驗證碼:║(.*?)║/ call { pause 2 (depends on how long the text would appear before need to reply the number) do talk text $.lastMatch1 } } Thank you for support,but ...
by ikkk5000
10 May 2018, 18:08
Forum: Discussion
Topic: Please,how to use reactOnNPC to anti botkiller
Replies: 5
Views: 4460

Please,how to use reactOnNPC to anti botkiller

this is my console look like,need key in 38662 to pass anti botkiller. How to write in config? Thank you. [npc] Unknown #110002250: [反外掛程式] [npc] Unknown #110002250: 您好!為了降低外掛對伺服器的侵擾, [npc] Unknown #110002250: 我們需要驗證才能讓您繼續遊戲, [npc] Unknown #110002250: 請您正確輸入下面的驗證碼。 [npc] Unknown #110002250: ╔════╦══...
by ikkk5000
08 Jan 2018, 02:18
Forum: Discussion
Topic: skills delay time modify
Replies: 4
Views: 4246

Re: skills delay time modify

You sure those skills you wan have 0.1 delay? Skills delay are determined by in games spec,gears, your stat (ASPD based skills) and the skills itself. Yes, I spent less than 1 second by using manual. But, Openkore still the same delay of 1~2 seconds. I think the source code limits the continuous us...
by ikkk5000
07 Jan 2018, 11:50
Forum: Discussion
Topic: skills delay time modify
Replies: 4
Views: 4246

skills delay time modify

Hi guys

I want to modify attack skills delay time. ( change to 0.1)

timeouts.txt is below
ai_attack 0.1
ai_attack_auto 0.1
ai_attack_waitAfterKill 0.1
ai_skill_use 0.1

But not effective. This is still the same delay of 1~2 seconds.
How to modify timeouts or source code?