RedditRO

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
TheParadox
Noob
Noob
Posts: 2
Joined: 02 Jun 2014, 20:16
Noob?: No

RedditRO

#1 Post by TheParadox »

Tryin to get Openkore running on the RedditRO http://www.reddit.com/r/RedditRO and redditro.com server, followed the guide, was able to get the ip, port, and version, but the master_version was just 00.. so i just used 00..

For the Zero.exe, Ragexe.exe, and RagexeRE.exe

http://theunknownparadox.com/openkore/


Im able to walk around, set follow, it follows, changes maps etc... but he has no skills, and everything is unknown

[RedditRo2test]
ip 66.172.10.21
port 6900
private 1
master_version 00
version 20 *following the guide , says this is 45 but 20 works and 45 dont
serverType kRO_RagexeRE_2010_07_14a
serverEncoding Western
charBlockSize 144 *messing around with this makes the char select better
chatLangCode 1
addTableFolders pserver/KoreRO;eA;kRO/RagexeRE_2010_07_14a;translated/kRO_english;kRO

EDIT before posting -_-

using

version 38
master_version 1
serverType kRO_RagexeRE_2013_03_20
charBlockSize 144
serverEncoding Western
addTableFolders kRO/RagexeRE_2013_03_20;translated/kRO_english;kRO
masterLogin_packet 0825

makes everything NOT unknown and working...kinda i can now see skills and mobs etc, but still getting some errors:

Packet Parser: Unknown switch: 099D

Incoming data left in the buffer:
lots o stuff

another switch: 0983


Another EDIT...i multitask i guess

changing

serverType kRO_RagexeRE_2013_03_20
charBlockSize 144
serverEncoding Western
addTableFolders kRO/RagexeRE_2013_03_20;translated/kRO_english;kRO

to

serverType kRO_RagexeRE_2013_08_07a
charBlockSize 144
serverEncoding Western
addTableFolders kRO/RagexeRE_2013_08_07a;translated/kRO_english;kRO

fixed the errors 0983 and 099D, and from my testing of 5 sec, seems to be working ok.. Neverming, switched to it and got a unknown stitch 0983 and 099D, messing around with the servertype, or addtablesfolders anymore and it refuses to login

Any help would be wonderfull

chrislong93
Human
Human
Posts: 46
Joined: 27 Mar 2014, 16:20
Noob?: No

Re: RedditRO

#2 Post by chrislong93 »

Code: Select all

addTableFolders kRO/RagexeRE_2013_08_07a;pserver;translated;translated/kRO_english;kRO;iRO
try something like this.

0983 is the status of your char, theres a fix on forum. Search for it

eberebe
Noob
Noob
Posts: 1
Joined: 06 Jun 2014, 06:37
Noob?: Yes

Re: RedditRO

#3 Post by eberebe »

tried the fixes from http://forums.openkore.com/viewtopic.ph ... 8&start=10

(from end of page 2)

now i'm getting stuck at the following
Image

edit: reverted to the old ones, sent it to farm and it works fine, sits and comes up with the error when there's nothing in range to farm or whatever

edit again: follow doesn't work with the default files, although it will hunt on its own and assist the master in attacking mobs

if you need any additional info the server is on the latest rathena (afaik)

ReginaldEdward
Noob
Noob
Posts: 1
Joined: 05 Jun 2014, 18:24
Noob?: Yes

Re: RedditRO

#4 Post by ReginaldEdward »

did u get skills fixed?

TheParadox
Noob
Noob
Posts: 2
Joined: 02 Jun 2014, 20:16
Noob?: No

Re: RedditRO

#5 Post by TheParadox »

sure i fixed it

here is my openkore folder for anyone that wants it.

theunknownparadox.com/openkore Swordsman.rar

they banned me, but i wasn't trying to hide it xD

both GM's was nice when they banned me... my poor hulk..

will not be messing with it anymore, so up to anyone else to fix or change it if it breaks.

EDIT: nm they are not nice..was gonna pm one of the GM's and see if i can play my knight but they IP banned me xD... come on you don't ban by IP when 99% of people have dynamic IP's.. your gonna screw sum1 over (not really but still)

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

Re: RedditRO

#6 Post by SkylorD »

TheParadox wrote:sure i fixed it

here is my openkore folder for anyone that wants it.

theunknownparadox.com/openkore Swordsman.rar

they banned me, but i wasn't trying to hide it xD

both GM's was nice when they banned me... my poor hulk..

will not be messing with it anymore, so up to anyone else to fix or change it if it breaks.

EDIT: nm they are not nice..was gonna pm one of the GM's and see if i can play my knight but they IP banned me xD... come on you don't ban by IP when 99% of people have dynamic IP's.. your gonna screw sum1 over (not really but still)
099D is defined on RagexeRE_2013_03_20 as 082D. Change the ID. (It will solve the 099D warning).

And use this serverType as kRO_RagexeRE_2013_08_07a (Receive file, only) :
It will solve the 0983 warning :

Code: Select all

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
   );

   foreach my $switch (keys %packets) { $self->{packet_list}{$switch} = $packets{$switch}; }

   return $self;
}

1;
If you use the send file from BasicRO, you can be banned. Because that's encrypted and your server maybe not.
Don't use the $cryptKeys on send file (2013_08_07a).
Learn rules

Locked