Page 1 of 1

Untargetable Npc

Posted: Sun Jun 05, 2011 12:12 am
by Dinamitas
Hello Everyone,
I have a question. Is it possible to make Npcs Untargetable, I did changed npc to untargetable, but still i can target them. If there is a way could you give me some kind of hint ?

Re: Untargetable Npc

Posted: Sun Jun 05, 2011 1:46 am
by Zoey76
Hint: Check how Christmas Trees are managed.

Re: Untargetable Npc

Posted: Sun Jun 05, 2011 9:06 am
by jurchiks
NPC.properties, bottom-most config:
NonTalkingNpcs = ...add here your npc ID

Re: Untargetable Npc

Posted: Sun Jun 05, 2011 11:51 pm
by Zoey76
jurchiks wrote:NPC.properties, bottom-most config:
NonTalkingNpcs = ...add here your npc ID
NonTalkingNpcs means no chat window on double click, but still target :wink:

Re: Untargetable Npc

Posted: Mon Jun 06, 2011 5:36 am
by jurchiks
Well, it's not far from it, but that shouldn't be hard to make as a config too.

Re: Untargetable Npc

Posted: Thu Nov 24, 2011 1:17 pm
by Ithil
Sorry to reheat this topic, but...

In npc.sql have a column, named: "targetable". I set this some npc to 0, but still can target w. /target command.
Some places not have geo (Chamber of Delusion), and players can pull across Aenkinel to wall.
Q: How can I disable /target to some specified npcs (ie. bosses), or where can I find /target script?