BasicRO Map Server Timeout..

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#61 Post by shampuday »

Sir Skylord.. Can you guide me how to get cryptKeys..? wanna learn how to get one

chameh06
Noob
Noob
Posts: 3
Joined: 10 Jul 2014, 02:28
Noob?: No

Re: BasicRO Map Server Timeout..

#62 Post by chameh06 »

@shampuday can you update me w/ this.. i stucked in map servers again.

chameh06
Noob
Noob
Posts: 3
Joined: 10 Jul 2014, 02:28
Noob?: No

Re: BasicRO Map Server Timeout..

#63 Post by chameh06 »

sorry guys im stucked in revpackets. and when in using RO tools and other stuffs to get revpackets its says that BasicRO.exe is protected can you help me w/ that.

thanks in advance..

and sorry for being noob..

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#64 Post by SkylorD »

chameh06 wrote:sorry guys im stucked in revpackets. and when in using RO tools and other stuffs to get revpackets its says that BasicRO.exe is protected can you help me w/ that.

thanks in advance..

and sorry for being noob..
You can extract using PEEK_MASTER. Need to do the conversion.
http://forums.openkore.com/viewtopic.ph ... pt#p267228

With PEEK you can get the encryption keys. Need to convert to decimal.
New keys :

@dewarna : you should use this :

Code: Select all

   $self->cryptKeys(140724024, 135484265, 135484265);
For the last update. ^^
Learn rules

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#65 Post by shampuday »

can i have a guide on how did you get the keys?

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: BasicRO Map Server Timeout..

#66 Post by SkylorD »

shampuday wrote:can i have a guide on how did you get the keys?
Using PEEK. I won't talk no more. Check by yourself the recvpackets output.

Save as filename.pl '-' Inside output folder of PEEK.
It will create a new file called recvpackets.txt! :/

New script should work :

Code: Select all

open F2, ">recvpackets.txt";

@files = <*>;

my %packets;

foreach $files (@files) {
if ($files =~ /(recvpackets.+\.ini)/i) {
open F, "<$1" or die $!;
} 
}

while (<F>) {
$lines = $_;
if ($lines =~ /0x(....) = (.+)\n/ig) {
undef $packetid;
$packetid = uc($1);
if (!exists($packets{$packetid})) {
$packets{$packetid} = $2;
}
}
}

foreach my $value (sort keys %packets) {
print F2 "$value $packets{$value}\n";
}

close (F);
close (F2);

system("pause");
I didn't notice this :

Code: Select all

[Old_Table]
[New_Table]
[Shuffle_Packets]
With this script you'll get a successful recvpackets. I think. o.o
Learn rules

blackkingbar
Human
Human
Posts: 25
Joined: 16 Jun 2014, 01:51
Noob?: Yes

Re: BasicRO Map Server Timeout..

#67 Post by blackkingbar »

Now transferred to BasicRO but I'm stuck til now at Map Server :lol:


Help help Master Skylord :D

blackkingbar
Human
Human
Posts: 25
Joined: 16 Jun 2014, 01:51
Noob?: Yes

Re: BasicRO Map Server Timeout..

#68 Post by blackkingbar »

The Time Date Stamp changed to


"December 23, 2013"..


I think that's my problem now how to create Servertype for this date :D

shampuday
Human
Human
Posts: 46
Joined: 01 May 2014, 23:04
Noob?: Yes

Re: BasicRO Map Server Timeout..

#69 Post by shampuday »

Just follow the guide and you will connect.. Read the posts here.. Especially Sir Skylord's post

blackkingbar
Human
Human
Posts: 25
Joined: 16 Jun 2014, 01:51
Noob?: Yes

Re: BasicRO Map Server Timeout..

#70 Post by blackkingbar »

I've already followed Skylord's post and nothing's change.. I think you're Pinoy too so why don't you share your setup so we can connect easily without getting frustrated on reapeating the sequence given by Mr. Skylords.........

Locked