Page 1 of 1

AltAttackableNpcs

Posted: Wed Mar 17, 2010 11:38 am
by jurchiks
So, if i'm correct, this function should disable players attacking npcs in towns (which really annoys me).
If so, it's not working.
But if not, maybe someone could tell me what should I change to REALLY disable it?
Currently it's:

Code: Select all

 	@Override	public boolean isAttackable()	{		return Config.ALT_ATTACKABLE_NPCS;	}

Re: AltAttackableNpcs

Posted: Sun Mar 21, 2010 2:43 am
by badboy29
You try disable in npc.properties ?

Code: Select all

# Defines whether NPCs are attackable by default# Retail: TrueAltAttackableNpcs = True

Re: AltAttackableNpcs

Posted: Sun Mar 21, 2010 11:40 am
by jurchiks
so helpful...
the script i posted is the same thing, in case you didn't read, and it doesn't work

Re: AltAttackableNpcs

Posted: Mon Mar 22, 2010 5:54 pm
by badboy29
Not be rude guy, I'm trying to help :evil: