ragna-play.com map server stuck problem .

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

aeronhyuwell
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 30 Jun 2013, 06:41
Noob?: No

ragna-play.com map server stuck problem .

#1 Post by aeronhyuwell »

site :
http://ragna-play.com/

Image

site :
http://ragna-play.com/

server setting's :

Code: Select all

[RagnaPlayRO]
ip 66.150.155.85
port 6900
version 36
master_version 1
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 144
addTableFolders pserver;translated;translated/kRO_english;kRO
recvpackets recvpackets.txt
for dummy account :

username : berryfarmer
password : 12345678Berry

sir why always not fully connected to server , stuck on Map Server ?
aselole
Noob
Noob
Posts: 10
Joined: 01 Jul 2014, 19:14
Noob?: Yes

Re: ragna-play.com map server stuck problem .

#2 Post by aselole »

me too but im from different server
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Ragna-Play Time Out on account server

#3 Post by ajdee »

Image

in WPE i don't recognize this can't find the master version and version .
Image

Can someone please help me ?

[RagnaPlayRO]
ip 66.150.155.85
port 6121
version 152
master_version 1
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 144
addTableFolders pserver;translated;translated/kRO_english;kRO
recvpackets recvpackets.txt
Last edited by ajdee on 12 Jul 2014, 12:33, edited 1 time in total.
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: Ragna-Play Time Out on account server

#4 Post by SkylorD »

@ajdee :

083E = login_error...

Sorry...

Check these infos :

1 -
version 152
master_version 1

2 -
http://wiki.openkore.com/index.php/Serv ... ation_Date


@offtopic :
Maybe according with the other topic, we have a encryption. Could anybody upload your exe file ?

I'm downloading this here.

@ajdee :

You got the wrong packet. Try again : 64 00 (packet 0064 and not 0065)
Learn rules
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: ragna-play.com map server stuck problem .

#5 Post by ajdee »

http://www.filedropper.com/rplauncher here's the exe file if that doesnt work here's the launcher http://www.filedropper.com/ragnaplaypatcher
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: ragna-play.com map server stuck problem .

#6 Post by ajdee »

Image i can't find any Jan 24 2011 file in my src file
User avatar
SkylorD
Moderators
Moderators
Posts: 1202
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: ragna-play.com map server stuck problem .

#7 Post by SkylorD »

No baby, the file "ragnaplay.exe" and not the patcher ;D.
Anyway, take your settings :

[RagnaPlayRO]
ip 66.150.155.85
port 6900
version 36
master_version 1
serverType kRO_RagexeRE_2013_08_07a
charBlockSize 144
serverEncoding Western
addTableFolders ........
clientHash e115473f9d9b9ce68274ef47cebf6d972508


Browse for src>>network>>send>>kRO>>RagexeRE_2013_08_07a :

Change this :

Code: Select all

	$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;

	$self;
for :

Code: Select all

	$self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
	$self->cryptKeys(1128338910, 1737573006, 882970601);
	$self;
And now change your src>>network>>receive>>kRO>>RagexeRE_2013_08_07a to :

Code: Select all

#########################################################################
#  OpenKore - Packet Receiveing
#  This module contains functions for Receiveing packets to the server.
#
#  This software is open source, licensed under the GNU General Public
#  License, version 2.
#  Basically, this means that you're allowed to modify and distribute
#  this software. However, if you distribute modified versions, you MUST
#  also distribute the source code.
#  See http://www.gnu.org/licenses/gpl.html for the full license.
########################################################################
# Korea (kRO)
# The majority of private servers use eAthena, this is a clone of kRO

package Network::Receive::kRO::RagexeRE_2013_08_07a;

use strict;
use base qw(Network::Receive::kRO::RagexeRE_2013_03_20);

sub new {
   my ($class) = @_;
   my $self = $class->SUPER::new(@_);
   my %packets = (
      '0983' => ['actor_status_active', 'v a4 C V4', [qw(type ID flag tick unknown1 unknown2 unknown3)]], # 25 personal modification
#     '0977' => ['attack'], #personal modification
   );

   foreach my $switch (keys %packets) {
      $self->{packet_list}{$switch} = $packets{$switch};
   }
   my %handlers = qw(
      actor_status_active 0983
   );
   $self->{packet_lut}{$_} = $handlers{$_} for keys %handlers;
   
   return $self;
}
1;

=pod
0x369,7,actionrequest,2:6
0x083C,10,useskilltoid,2:4:6
0x437,5,walktoxy,2
0x035F,6,ticksend,2
0x202,5,changedir,2:4
0x70000,6,takeitem,2
0x362,6,dropitem,2:4
0x07EC,8,movetokafra,2:4
0x364,8,movefromkafra,2:4
0x438,10,useskilltopos,2:4:6:8
0x366,90,useskilltoposinfo,2:4:6:8:10
0x096A,6,getcharnamerequest,2
0x368,6,solvecharname,2
0x838,12,searchstoreinfolistitemclick,2:6:10
0x835,2,searchstoreinfonextpage,0
0x819,-1,searchstoreinfo,2:4:5:9:13:14:15
0x811,-1,reqtradebuyingstore,2:4:8:12
0x360,6,reqclickbuyingstore,2
0x817,2,reqclosebuyingstore,0
0x815,-1,reqopenbuyingstore,2:4:8:9:89
0x365,18,bookingregreq,2:4:6
// 0x363,8 CZ_JOIN_BATTLE_FIELD
0x281,-1,itemlistwindowselected,2:4:8:12
0x022D,19,wanttoconnection,2:6:10:14:18
0x802,26,partyinvite2,2
// 0x436,4 CZ_GANGSI_RANK
0x023B,26,friendslistadd,2
0x361,5,hommenu,2:4
0x887,36,storagepassword,2:4:20
=cut
Learn rules
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: ragna-play.com map server stuck problem .

#8 Post by ajdee »

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

Re: ragna-play.com map server stuck problem .

#9 Post by SkylorD »

And your recvpackets ?
Try :

http://forums.openkore.com/viewtopic.php?f=36&t=13305

Or :


http://forums.openkore.com/viewtopic.ph ... 35#p267435

Especially for your server (ragna-play) :
PEEK edits your original exe file and do a backup called "myservername.backup_by_PEEK" -> This is the original exe, that you selected before starting to analyze.
And the file normal.exe is that created by PEEK. If you find some errors with your server, delete that created by PEEK and rename the "myservername.backup_by_PEEK" to "myservername".

#Example 1 : ragnaplay.exe

Before extract :

ragnaplay.exe = my original file

After extract :

ragnaplay.exe = edited by peek, maybe can give some problem
ragnaplay.backup_by_PEEK.exe = my original file
Learn rules
ajdee
Human
Human
Posts: 28
Joined: 22 May 2013, 07:42
Noob?: Yes

Re: ragna-play.com map server stuck problem .

#10 Post by ajdee »

emeyged i dont have any knowledge in this i only know the basics of botting not the entire openkore thingy .