@joinbg and Tribe system / Clan System/Faction System/RACE System

This is .dll plugin.

You have to do one edit after installing this plugin,

go to pc.h and find

struct map_session_data { 
below it add

int faction; //FactionMOD 
Recompile, you are done.

Plugin Include 2 script commands:

setfaction(FactionID);getfaction();
how to install this DLL files?!! Any update? or guide?

 
This is .dll plugin.

You have to do one edit after installing this plugin,

go to pc.h and find

struct map_session_data { below it add

Code:
int faction;	//FactionMOD 
Recompile, you are done.
Plugin Include 2 script commands:

Code:
setfaction(FactionID);getfaction();
how to install this DLL files?!! Any update? or guide?
You cannot, I will need to post source...
 
This is .dll plugin.

You have to do one edit after installing this plugin,

go to pc.h and find

struct map_session_data { below it add

Code:
int faction;	//FactionMOD 
Recompile, you are done.
Plugin Include 2 script commands:

setfaction(FactionID);getfaction();
how to install this DLL files?!! Any update? or guide?
You cannot, I will need to post source...
nice IM looking forward for your Source
default_happy.png
!! +9 !!

 
@Dastgir ?
No, all new plugins require source code and the one on the post is compiled version(which is not compatible with new hercules, since data has been changed since then...)

 
Back
Top