I tried the guide from http://forums.openkore.com/viewtopic.ph ... 78#p198778
but this is the error i got

Here is the exe file for AncientRO http://www.mediafire.com/download/yi2wg ... ientro.exe
Thanks in Advance
Moderator: Moderators
Code: Select all
@echo off
echo .
extractor.exe > recvpackets.txt
pause
Code: Select all
@echo off
echo Generating recvpackets.txt
packet_extract.pl "Ragexe.exe" #Set here the file name
echo .
extractor.exe > recvpackets.txt
pause