Requesting help On A project
Posted: Mon Sep 09, 2013 4:52 am
I was wandering if any of you knew any of the new files seekers installs
I'am making a no-pol, and i need to know new files for each expansion
so the no-pol client can check them files if they are located in the users
ffxi folder
for example ROM9/6/118.DAT
string check =@"ROM9/6/118.DAT";
if( file.exist(check) == false)
{
do this.
then the client can know what expansion they have installed
so it can update the account_table and set the expansion number
using PHP
and then login_server can read that information from the table
where the account ID is.
and then On the Map_server I can place checks
like if(PChar->expansion == SEEKERS)
{
do this.
}
else
{
do this instead
its really only for zoning and items and class or jobs
}
}
I'am making a no-pol, and i need to know new files for each expansion
so the no-pol client can check them files if they are located in the users
ffxi folder
for example ROM9/6/118.DAT
string check =@"ROM9/6/118.DAT";
if( file.exist(check) == false)
{
do this.
then the client can know what expansion they have installed
so it can update the account_table and set the expansion number
using PHP
and then login_server can read that information from the table
where the account ID is.
and then On the Map_server I can place checks
like if(PChar->expansion == SEEKERS)
{
do this.
}
else
{
do this instead
its really only for zoning and items and class or jobs
}
}