• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] custom npc haunts me to death xD.

Status
Not open for further replies.

faiver

Esteemed Member
What happens is that the boss you use. chases me up killing me. not how to make me not pursue both.
that is a normal boss has a distance range of 3 meters to 4 meters.
 

faiver

Esteemed Member
but try another custom boss. and if it is returned. not the npc creature is the boss ..... cpp code
 

Tommy

Founder
If you aren't using a translator, it would be nice if you did. :p

Inside of your creature table, you will have a column named 'spawndist'. What this column does is as quoted:

The maximum distance that the creature should spawn from its spawn point. Also controls how far away the creature can walk from its spawn point if its MovementType = 1.

Perhaps you should check that and see if it is okay. I'll write a query for an easy search:

Code:
SELECT * FROM creature WHERE id='ENTRYID'
 
Status
Not open for further replies.
Top