Search found 94 matches

by twist3d
05 Jan 2014, 13:11
Forum: Macro Plugin
Topic: console /regex/ not working
Replies: 1
Views: 2308

console /regex/ not working

So I'm trying to make an automacro that works when you talk to the kafra and set your respawn, however the kafra chat is not being recognized as a console /regex/ expression, or a system /regex/ expression. Here is what I have: automacro clearout { system /Your Respawn Point/i call { do conf lockMap...
by twist3d
24 Dec 2013, 11:45
Forum: iRO
Topic: Auto Storage Help Please
Replies: 1
Views: 2105

Re: Auto Storage Help Please

try changing

storageAuto_npc_type 3
storageAuto_npc_steps c c r0 n
by twist3d
22 Dec 2013, 10:19
Forum: Other Plugins
Topic: webMonitor v2 - by BonScott
Replies: 101
Views: 117001

Re: webMonitor v2 - by BonScott

well start.exe doesn't start when I have the plugin installed, and wxstart gives the error about websocket. The openkore.pl I understand has nothing to do with the plugin, but the other 2 do. I'll try installing that module now though. Edit: That made openkore.pl start, and without any errors. But W...
by twist3d
21 Dec 2013, 20:36
Forum: Other Plugins
Topic: webMonitor v2 - by BonScott
Replies: 101
Views: 117001

Re: webMonitor v2 - by BonScott

So I've installed Strawberry perl (the linked one) and all the modules, and cannot get it to work properly, here is what I mean. Let me start by saying I know reading through it says you have to use wxstart, and when I use that it works, but still gives an error (at bottom). If I use openkore.pl it ...
by twist3d
19 Dec 2013, 03:25
Forum: iRO
Topic: newbie in the botting
Replies: 8
Views: 4769

Re: newbie in the botting

actually, as I have started again with the openkore newest from collectskin, what you must do in notepad++ is open the file,

go to encoding at the top, select "convert to ansi" and save.

this should fix the problem you're having.
by twist3d
13 Dec 2013, 03:06
Forum: iRO
Topic: Move Command: how to stop bot from using kafra teleport?
Replies: 2
Views: 6644

Re: Move Command: how to stop bot from using kafra teleport?

Yes you need to go to your tables folder and either remove or add a # in front of the lines that look like this in the portals.txt: # Uncomment these fields if you wish to use Kapra warps yuno 152 187 aldebaran 168 112 1200 c r2 c r0 aldebaran 143 119 geffen 120 39 2300 c r2 c r0 aldebaran 143 119 y...
by twist3d
13 Dec 2013, 02:12
Forum: iRO
Topic: unknown package 082D fix pls.
Replies: 1
Views: 2657

Re: unknown package 082D fix pls.

Have you tried updating to the latest SVN?

To manually update:
http://openkore.com/index.php/TortoiseSVN_Guide

To be lazy and just download the latest zip:
http://collectskin.com/openkore/
by twist3d
13 Dec 2013, 02:04
Forum: iRO
Topic: Bot don't react when being overweight
Replies: 5
Views: 9231

Re: Bot don't react when being overweight

Try adding it to the items.txt in tables/iro/items.txt:

19662#Prontera_Warp_Pass#

and then adding in items_control:

Prontera Warp Pass 10 0 0
by twist3d
14 May 2013, 11:41
Forum: iRO
Topic: Protecting Healer
Replies: 2
Views: 2609

Re: Protecting Healer

Add this to your macros.txt automacro statusRecover { run-once 1 class Priest console /Monster (.*) \((\d+)\) attacks you /i call statusRecoverynow timeout 8 } macro statusRecoverynow { $m = $.lastMatch2 do sm 72 $m $mymap = $.map $lockmap = @config (lockMap) $master = @config (followTarget) $mon = ...
by twist3d
14 May 2013, 11:31
Forum: iRO
Topic: Bot won't move to the specific location after returning
Replies: 2
Views: 3808

Re: Bot won't move to the specific location after returning

post your config on here and just scrub the details, ill take a look at it