Search found 28 matches

by otaku
25 Feb 2016, 07:43
Forum: Other Plugins
Topic: Check GM status from server's site [SGCP]
Replies: 3
Views: 6269

Re: Check GM status from server's site [SGCP]

That's all, now I'm curious, is this possible? Honestly I have ZERO knowledge about Perl and Openkore's Plugin. But if this thing is possible, maybe I'll try to do so and share my progress here. Thanks! Yes, it is. It's not even that hard. If it doesn't require login to access that page, LWP::Simpl...
by otaku
25 Feb 2016, 06:54
Forum: Discussion
Topic: New Sarah Server BOT Problem
Replies: 26
Views: 36988

Re: New Sarah Server BOT Problem

Openkore won't work by default on any server that has a shield. At least not when the shield is worth a penny. It includes Gepard, Harmony and Hashield (I think these are the most popular ones on private servers nowadays). Bypassing them is not something the ordinary botter can do. So you either pay...
by otaku
25 Feb 2016, 06:38
Forum: Resolved Questions
Topic: Macro - (.*) - What is this?
Replies: 1
Views: 3496

Re: Macro - (.*) - What is this?

You need to post examples. You mean something like this on a macro? automacro example { console /(.*)/ call { # Whatever } } If that's what you meant, then it is a Perl regular expression . Each of those symbols have their meanings: . -> Matches any character (except the new line character) * -> Mea...
by otaku
25 Feb 2016, 06:23
Forum: Other OpenKore support
Topic: party skill heal not working
Replies: 1
Views: 3851

Re: party skill heal not working

You're telling the bot to heal only when his SP is under 20%, maybe you meant the other way around. Besides that block is really bloated, you could get by with something smaller like: partySkill Heal { sp > 20% target_hp < 95% whenStatusInactive Action Delay } The lvl defaults to the max level. The ...
by otaku
18 Feb 2016, 20:53
Forum: Frequently Asked Questions & Guides
Topic: Moving source code to GitHub from SVN
Replies: 45
Views: 1628896

Re: Moving to GitHub

Great news. I hope this brings Openkore development back from the dead. :D I was wondering why "breaking" the project in multiple repositories is better than having all in a single one? Say, like having a main repository with the core stuff (confpack, tablepack, fieldpack and src) and have optional ...
by otaku
27 Aug 2015, 23:59
Forum: Other OpenKore support
Topic: Homunculus Feeding Fail
Replies: 3
Views: 3420

Re: Homunculus Feeding Fail

You should post more helpful information.

Like enabling the debug, debugPacket_sent and debugPacket_received from control/config.txt and posting the logs generated, posting which server you're botting in, etc.
by otaku
14 Aug 2015, 23:45
Forum: Other OpenKore support
Topic: Virus Detected from Official Download, (false positive?)
Replies: 1
Views: 2875

Re: Virus Detected from Official Download, (false positive?)

Reading the code... it's in the repository, you know. The binaries are for the Windows users, most of them can barely configure Openkore, let alone building the project from the source themselves.
by otaku
14 Aug 2015, 23:26
Forum: Resolved Questions
Topic: Help customizing an automacro for private messages.
Replies: 3
Views: 4689

Re: Help customizing an automacro for private messages.

There is not a "not" paramater to console. You could use something like this for the regex: /^From: (?!botname)/ But there are better ways than to use console. You don't wanna trigger it for everything that shows in the console. You just need for private messages. You could either use the "hook" or ...
by otaku
27 Jun 2015, 21:28
Forum: iRO
Topic: HELP!! iRO Thor Auto storage.,,
Replies: 2
Views: 9436

Re: HELP!! iRO Thor Auto storage.,,

The custom sequence seems right, but you're using the default sequence. Try:

Code: Select all

storageAuto_npc_type 3
http://www.openkore.com/index.php/StorageAuto_npc_type