How to setting monster not aggresif
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
How to setting monster not aggresif
How to setting some monster for aggresif or not aggresif
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: How to setting monster not aggresif
npc table, column aggro. 0 - non-aggro, 1+ - aggro on the given range
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: How to setting monster not aggresif
janiii wrote:npc table, column aggro. 0 - non-aggro, 1+ - aggro on the given range
the problem is if i attack 1 monster
then some monster arround me come to aggressif attack me

how to setting this monster not attack me
just 1 monster
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: How to setting monster not aggresif
solved
just give 0 to attackrange
just give 0 to attackrange

- Aikimaniac
- L2j Inner Circle
- Posts: 3048
- Joined: Sun Aug 07, 2005 11:42 pm
- Location: Slovakia
Re: How to setting monster not aggresif
no need to change attack range...set their faction_id to NULL in db... this will erase their "you attacked my mob type" attacks..rigid wrote:solved
just give 0 to attackrange

-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: How to setting monster not aggresif
thanks alotAikimaniac wrote:no need to change attack range...set their faction_id to NULL in db... this will erase their "you attacked my mob type" attacks..rigid wrote:solved
just give 0 to attackrange
