Hello, it is possible to connect custom made php website with registration/server status/etc codes without using fluxcp to SQL database?
if it does possible, how can i make it works without using flux cp?
can any1 give me some guides?
thx
in src/config/packets.hpp u may use this script:-
#ifndef PACKETVER
/// Do NOT edit this line! To set your client version, please do this instead:
/// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
/// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
#define PACKETVER 20180620
#endif
or u can use latest update from rathena git.
packets.hpp
so in this 2018 ragexe..
where the default sclientinfo path is? inside data/rdata.grf? or do we manually put it in and set a custom ip..?
if i put sclientinfo inside data folder, shld i enable 'load custom clientinfo' anyway?
( i'm currently using 2015 ragexe and it worked out fine with 'read data folder' with custom ip inside clientinfo.xml) - with 'custom' grf
eg below is currently still working
[Data]
0=custom.grf
1=rdata.grf
2=data.grf
but..
i cant get this 2018 ragexe working so far with preferable setting.
Thx i think some1 could explain?
btw i have this version working without any conflict
but still i need a customable ip for a multi client/player purposes. and of course something has to be done with its ragexe setup.