Search found 203 matches

by iMikeLance
06 Nov 2013, 10:25
Forum: bRO
Topic: This is a JOKE - BRO
Replies: 9
Views: 10796

Re: This is a JOKE - BRO

http://i.imgur.com/KyihNVJ.jpg Which translates as: "OpenKore's situation at bRO: Not working. * None of the devs are working on it or have time to fix it. * Nobody is "selling" OpenKore and it'll never be sold - we respect the software license. * We are playing and botting at Muspell Online :D" In...
by iMikeLance
20 Oct 2013, 16:48
Forum: Developers Corner
Topic: bRO after 15-10-2013
Replies: 2
Views: 3914

Re: bRO after 15-10-2013

Like I said in the other topic (the one in the bRO area) connecting ragexe.exe to poseidonserver is easy since I implemented that servertype feature. The problem that we are experiencing now is that we can use ONE bot with poseidon, but anything more than that will result in a wrong GG reply. We are...
by iMikeLance
20 Oct 2013, 16:37
Forum: bRO
Topic: new Poseidon Server 15-10-2013
Replies: 3
Views: 6319

Re: new Poseidon Server 15-10-2013

Fazer o client se conectar ao poseidonserver é fácil e já foi feito, o problema é que existem novos pacotes e um novo algoritmo de query/reply do GameGuard.
by iMikeLance
29 May 2013, 16:41
Forum: Other Plugins
Topic: plugin to run other bots when pmed.
Replies: 2
Views: 3487

Re: plugin to run other bots when pmed.

Formzero wrote:hi, is it possible for openkore to run other bots on the drive when PMed like run bot1? thanks in advance..
use macro plugin in order to trigger with pms then:
macro runbot {
do eval system("C:/openkoreexample/start.exe")
}
by iMikeLance
24 May 2013, 02:57
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2547403

Re: Usage: Packet Extractor v3

Somebody can share this Ever_Rox extractor? i need to extract the bRO exe. all links i found are broken.. thx for all! According some users, all extractor prior to May/2013 aren't working anymore. There's a topic where we are discussing about creating a new public, opensource RO extractor, keyfinde...
by iMikeLance
22 May 2013, 13:15
Forum: Macro Plugin
Topic: or's symbol/ letter/ number for automacro's conditions
Replies: 6
Views: 3419

Re: or's symbol/ letter/ number for automacro's conditions

Use regex:
player /(Playername1|Playername2|PlayerName3)/
by iMikeLance
22 May 2013, 09:20
Forum: Discussion
Topic: How to extract items.txt from itemInfo.lub
Replies: 6
Views: 4853

Re: How to extract items.txt from itemInfo.lub

Dark Airnel wrote:Thanks! How did you do it? Can it be done just like how you extract monster's information from mon_db.txt for the plugin mobDB?
Exactly, but a little more complex since you need to work with blocks. I'll finish this script and post it here.
by iMikeLance
22 May 2013, 05:08
Forum: Macro Plugin
Topic: Does "call" in automacros not support parameters?
Replies: 14
Views: 7094

Re: Does "call" in automacros not support parameters?

PS: i just notice this a while back. macro callmemaybe { # call this macro two times with these arguments call meMaybe 2 --Hey "I just met you" "And" "this is crazy" } whats the point of putting the number "2" after the macro name? just wanted to know this This number 2 makes the called macro repea...
by iMikeLance
22 May 2013, 04:47
Forum: Discussion
Topic: How to extract items.txt from itemInfo.lub
Replies: 6
Views: 4853

Re: How to extract items.txt from itemInfo.lub

There's your items.txt http://pastebin.com/2Wix2C3H
If I have more time I can work with the other tables files.
by iMikeLance
22 May 2013, 04:10
Forum: Macro Plugin
Topic: Does "call" in automacros not support parameters?
Replies: 14
Views: 7094

Re: Does "call" in automacros not support parameters?

Implemented: Revision: 8592 Author: marcelofoxes Date: quarta-feira, 22 de maio de 2013 06:02:27 Message: * implemented arguments in macro calls (not tested with automacros "call", don't know if it will work) * arguments parser now supports quoted arguments ---- Modified : /plugins/macro/trunk/Macro...