
lets keep in touch for a better future

Moderator: Moderators
Code: Select all
#!/usr/bin/perl
#Perl script to download VanRO files patch in 2016/10/11
use strict;
use warnings;
use LWP::Simple;
my $sT = 'http://ardamaxpatcherunk.net16.net/RagexeRE/RagexeRE_2013_08_07a.pm';
my $rC = 'http://ardamaxpatcherunk.net16.net/RagexeRE/recvpackets';
my $sV = 'http://ardamaxpatcherunk.net16.net/RagexeRE/servers';
my $a = 'VanRO-Patch/src/Network/Send/kRO/RagexeRE_2013_08_07a.pm';
my $b = 'VanRO-Patch/tables/recvpackets.txt';
my $c = 'VanRO-Patch/tables/servers.txt';
mkdir 'VanRO-Patch';
mkdir 'VanRO-Patch/src';
mkdir 'VanRO-Patch/src/Network/';
mkdir 'VanRO-Patch/src/Network/Send';
mkdir 'VanRO-Patch/src/Network/Send/kRO';
mkdir 'VanRO-Patch/tables';
getstore($sT, $a);
getstore($rC, $b);
getstore($sV, $c);
ianmags05 wrote:Oh, I've tried doing this last bit and it worked. I can now login to the map server without getting disconnected. Thanks a lot!SkylorD wrote:I see you don't understand.
That's your fix :
1)Copy and paste in notepad. Save it as vanRO.pl and execute it. (Perl script)Code: Select all
#!/usr/bin/perl #Perl script to download VanRO files patch in 2016/10/11 use strict; use warnings; use LWP::Simple; my $sT = 'http://ardamaxpatcherunk.net16.net/RagexeRE/RagexeRE_2013_08_07a.pm'; my $rC = 'http://ardamaxpatcherunk.net16.net/RagexeRE/recvpackets'; my $sV = 'http://ardamaxpatcherunk.net16.net/RagexeRE/servers'; my $a = 'VanRO-Patch/src/Network/Send/RagexeRE_2013_08_07a.pm'; my $b = 'VanRO-Patch/tables/recvpackets.txt'; my $c = 'VanRO-Patch/tables/servers.txt'; mkdir 'VanRO-Patch'; mkdir 'VanRO-Patch/src'; mkdir 'VanRO-Patch/src/Network/'; mkdir 'VanRO-Patch/src/Network/Send'; mkdir 'VanRO-Patch/tables'; getstore($sT, $a); getstore($rC, $b); getstore($sV, $c);
2)You'll notice after execute it, one folder is created in your directory : VanRO-Patch!
3)Move all contents inside 'VanRO-Patch' folder to your Openkore folder, replace everything, and run it!
I'm actually using bRO addTableFolders, change according with your needs.
Everything worked fine. I hope that someone had a light on way to get it work.
Anyway, my tutorial :
http://forums.openkore.com/viewtopic.ph ... 47#p274647