Download instructions for client 2018-04-11aRagexe_zero¶
Download¶
You need python2 installed!
Preffered operating system is Linux, but method 1, 2, 3 can works in Windows too.
Method 1 (not recommended)¶
Works only in windows
Download get_2018-04-11aRagexe_zero.exe and run it:
Method 2¶
Download get_2018-04-11aRagexe_zero.py and run it:
python2 get_2018-04-11aRagexe_zero.py
or
python get_2018-04-11aRagexe_zero.py
Method 3¶
Download this get3.py and run:
python2 get3.py 2018-04-11aRagexe_zero
or
python get3.py 2018-04-11aRagexe_zero
Method 4¶
Run this command:
wget -qO- "http://nemo.herc.ws/get3.py" | python2 - 2018-04-11aRagexe_zero
or
wget -qO- "http://nemo.herc.ws/get3.py" | python - 2018-04-11aRagexe_zero
Build hercules¶
Build on linux¶
make clean
./configure --enable-packetver=20180411 --enable-packetver-zero
make
Build on windows¶
- In file mmo.h change line:
//#define ENABLE_PACKETVER_ZERO
into line:
#define ENABLE_PACKETVER_ZERO
- In file mmo.h change:
#ifndef PACKETVER
#define PACKETVER 20141022
#endif // PACKETVER
into:
#ifndef PACKETVER
#define PACKETVER 20180411
#endif // PACKETVER
- rebuild project