Search found 18 matches

by dilminha
01 Jun 2017, 21:26
Forum: iRO
Topic: Avoid All Except Certain Players
Replies: 8
Views: 6497

Re: Avoid All Except Certain Players

Why not? player /^(?!EXCEPTION$)(?!lllIIlIloIIllIlIIIlIllI$)(?!olloIIlIllIllIIIl$)(?!llIIlIIIloIIlIIlIIIl$)(?!llIIlIlIItIIlIllIIllIIl$)(?!lll0ll0IIlIllIIl$)(?!lll9IIllIIlIIllIiIl$)(?!98sllIIlIIlIIllIIllII$)(?!Unknown\s\#\d*$)(.*)$/ So it wont trigger on Unknown players and when nicks are loaded wil...
by dilminha
30 May 2017, 23:41
Forum: Resolved Questions
Topic: call lock function (from macro plugins)
Replies: 1
Views: 2973

call lock function (from macro plugins)

the topic says everything, I need to call the lock function from macro plugins inside one plugin I made, but the Commands::run function doesn't call it, for what I've learned it just call console commands. So how can my custom plugin call this function
by dilminha
25 May 2017, 15:36
Forum: Macro Plugin
Topic: load player names faster
Replies: 1
Views: 2650

load player names faster

I made a macro to teleport to all player except my bots, bot it also teleport when player name is still "unknow #SOMENUMBER" how can i make openkore load player's name faster ?
by dilminha
25 May 2017, 13:40
Forum: iRO
Topic: Avoid All Except Certain Players
Replies: 8
Views: 6497

Re: Avoid All Except Certain Players

sorry for ress this topic but I got just one question: is there any problem if I add a lot of exceptions ? like 20 exceptions ? I mean the code will run 'slowly' ? EDIT -- It worked BUT nor worked well :) automacro avoidallexcep { player /^(?!EXCEPTION$)(?!lllIIlIloIIllIlIIIlIllI$)(?!olloIIlIllIllII...
by dilminha
24 May 2017, 12:16
Forum: Macro Plugin
Topic: talk to a walking npc
Replies: 3
Views: 2803

Re: talk to a walking npc

is it possible to send a 'click' packet to a moving npc ? because make a bot follow a npc 24h is very suspicious, it could be something like:

sendnpcclick <npcid> c c r0
by dilminha
24 May 2017, 12:13
Forum: Resolved Questions
Topic: openkore recognize if as a subroutine
Replies: 2
Views: 2721

Re: openkore recognize if as a subroutine

forget i found the error

it seems that openkore can't compare a variable to a value that has underscore "_" for example:

Code: Select all



if($.map == "prt_in")
by dilminha
24 May 2017, 10:38
Forum: Resolved Questions
Topic: openkore recognize if as a subroutine
Replies: 2
Views: 2721

openkore recognize if as a subroutine

my code was working perfectly but now it says: [macro] start.call error: error in 13: Unrecognized --> if <-- Sub-Routine I think that, somehow, openkore is trying to do it: call if here's the begin of my code: automacro start { location not ordeal_3-2 call { if ($.map == "aldebaran") { call dead } ...
by dilminha
18 May 2017, 12:07
Forum: Macro Plugin
Topic: talk to a walking npc
Replies: 3
Views: 2803

talk to a walking npc

There's a npc on my server that walks around the middle point of prontera.

So when using talknpc we need to pass the coordinates.

I want a bot to talk to this npc every minute, so some ideia about how to get it's coordinates ?? :)
by dilminha
09 May 2017, 14:19
Forum: Resolved Questions
Topic: Help in talk to healer NPC
Replies: 1
Views: 2757

Help in talk to healer NPC

There's a healer NPC on my server, but it just heal you when you click, with no dialog, when my bot talk to it it doesn't nothing: macro dead { if ($.zeny >= 1990000000) { call getcred } if (@invamount (Credit) > 0) { call givecred } if ($getcred == 1) { call getcred } if ($.hp < 1000) { pause 1 do ...
by dilminha
03 May 2017, 23:24
Forum: Other Plugins
Topic: command to run a batch file
Replies: 5
Views: 5366

Re: command to run a batch file

can someone help please :)