Antharas
Posted: Mon Aug 02, 2010 1:37 pm
I want to be only 29066
Where should I change?
here:
or here:
Where should I change?
here:
Code: Select all
private static final int FWA_LIMITOFWEAK = 45; private static final int FWA_LIMITOFNORMAL = 63;
Code: Select all
if (FWA_OLDANTHARAS) npcId = 29019; // old else if (_players.size() <= FWA_LIMITOFWEAK) npcId = 29066; // weak else if (_players.size() > FWA_LIMITOFNORMAL) npcId = 29068; // strong else npcId = 29067; // normal