Search found 13 matches

by kokal
21 Jan 2015, 09:16
Forum: Other Plugins
Topic: buscommand update party
Replies: 4
Views: 7570

Re: buscommand update party

I don't know how to make it work as messenger mode. So I just check out the code from svn and merge it with licielg's mod. ############################################################################# # busCommands revision 03 plugin by imikelance/marcelofoxes/licielg # # Openkore: http://openkore.c...
by kokal
22 Apr 2013, 19:14
Forum: Discussion
Topic: Problem with planLockMapWalk
Replies: 2
Views: 2625

Re: Problem with planLockMapWalk

Now, Im sure this coordinate is walkable. I even stood at that spot and used /where command to get those exact coordinates.
Please make sure you have the same map file with your RO client.
by kokal
18 Apr 2013, 16:06
Forum: Development Help
Topic: how to extractor recvpackets.txt from the newest exe file?
Replies: 2
Views: 9335

Re: how to extractor recvpackets.txt from the newest exe file?

parkerjj wrote:So..... I want to know how to extractor recvpackets.txt in the current era. thanks a lot
You can refer to http://forums.openkore.com/viewtopic.php?f=36&t=17996.
by kokal
14 Apr 2013, 23:42
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2472887

Re: Usage: Packet Extractor v3

Raider wrote: tables\KRO instead of RagexeRE
Thanks for the correction.
by kokal
14 Apr 2013, 19:48
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2472887

Re: Usage: Packet Extractor v3

Stack trace: Can't reconstruct unknown packet: 0438 at src/Network/PacketParser.pm line 172. at src/Network/PacketParser.pm line 172 Network::PacketParser::reconstruct('Network::Send::kRO::RagexeRE_2012_04_10a=HASH(0x5fe5d84)', 'HASH(0x63ef604)') called at src/Network/Send.pm line 685 Network::Send...
by kokal
13 Apr 2013, 21:48
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2472887

Re: Usage: Packet Extractor v3

Weird!! Your error message shows

Code: Select all

Died at this line:
  	unless ($self->{packet_list}{$switch}) {
* 		die "Can't reconstruct unknown packet: $switch";
  	}
That means "0438" is not in your packet list.
Maybe you should check if you are using the same recvpackets.txt.
by kokal
12 Apr 2013, 12:10
Forum: Developers Corner
Topic: Usage: Packet Extractor v3
Replies: 794
Views: 2472887

Re: Usage: Packet Extractor v3

help me to get the recievepackets of this https://dl.dropboxusercontent.com/u/84627480/Ragexe.exe i tried v3 extractor. and.. that's work. attack monster, sell, buy,deal, talk, ...... work perfectly. but, i found only one problem. can't skills use to monster. "sm" command, "attackSkillSlot" not wor...
by kokal
20 Mar 2013, 00:30
Forum: Resolved Questions
Topic: Changing items_control/mon_control/etc.
Replies: 11
Views: 11102

Re: Changing items_control/mon_control/etc.

nightbaron wrote:Is it possible to change the content of the control folder other than the config.txt, like how you change the contents of the config.txt using conf?

Thank you.
There is an example in http://wiki.openkore.com/index.php/Macro_plugin
Please refer to "Perl Subroutines".
by kokal
16 Mar 2013, 23:12
Forum: Fixed bugs
Topic: inventory_item_removed packet error in twRO
Replies: 4
Views: 7850

Re: inventory_item_removed packet error in twRO

KeplerBR wrote:Fixed: http://openkore.svn.sourceforge.net/vie ... ision=8438

Thanks for the help, continue cooperating with the project, please.
Sure, it is my pleasure. :D
by kokal
16 Mar 2013, 11:18
Forum: Bug reports
Topic: "partyAutoShareItemDiv" is not consistent
Replies: 1
Views: 2410

"partyAutoShareItemDiv" is not consistent

Hello,

The "partyAutoShareItemDiv" be used in "control/config.txt" and "src/Commands.pm".
But in "src/Network/Receive/ServerType0.pm", it is using "partyAutoShareDiv" instead of "partyAutoShareItemDiv".

Thanks.