Page 1 of 1

How to setting monster not aggresif

Posted: Fri Dec 25, 2009 6:23 am
by rigid
How to setting some monster for aggresif or not aggresif

Re: How to setting monster not aggresif

Posted: Fri Dec 25, 2009 7:47 am
by janiii
npc table, column aggro. 0 - non-aggro, 1+ - aggro on the given range

Re: How to setting monster not aggresif

Posted: Sat Dec 26, 2009 3:05 am
by rigid
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

Re: How to setting monster not aggresif

Posted: Sat Dec 26, 2009 3:10 am
by rigid
solved
just give 0 to attackrange :D

Re: How to setting monster not aggresif

Posted: Sat Dec 26, 2009 9:34 am
by Aikimaniac
rigid wrote:solved
just give 0 to attackrange :D
no need to change attack range...set their faction_id to NULL in db... this will erase their "you attacked my mob type" attacks.. :D

Re: How to setting monster not aggresif

Posted: Sat Dec 26, 2009 11:41 am
by rigid
Aikimaniac wrote:
rigid wrote:solved
just give 0 to attackrange :D
no need to change attack range...set their faction_id to NULL in db... this will erase their "you attacked my mob type" attacks.. :D
thanks alot :mrgreen: