in l2character at dorevive u added:
+ // L2JMODS Faction Good vs Evil
+ if ((this instanceof L2PcInstance)
+ && (((L2PcInstance) this).isgood() && Config.L2JMOD_GVE_ENABLE_FACTION ))
+ {
+ teleToLocation(-83506, 243791, -3730);
+ } else
+ {
+ if ((this instanceof L2PcInstance)
+ && (((L2PcInstance) this).isevil() && Config.L2JMOD_GVE_ENABLE_FACTION ))
+ {
+ teleToLocation(-45683, -113588 , -240);
+ }
why dont u make a config somethin like teleToLocation(Config.GOOD_X, Config.GOOD_Y, Config.GOOD_Z);
...wold be more easy for other ppl to choose there own faction bases >.> (same in enterworld )...