Making an NPC not work/disappear during a war?

Join Discord

niss

Golden Oldie
Golden Oldie
Jul 11, 2004
680
1
125
as title is it possible and if so can some1 kindly enlighten me on how its done :)

Thx In Advance
 

Fire

Golden Oldie
Golden Oldie
Apr 15, 2003
1,302
1
195
in the npc file, there are about 4 values at the end, one of those controls their appearance disappearance in a war.

try looking at the existing sabuk npcs and compare them to normal ones to see which
 
Upvote 0

niss

Golden Oldie
Golden Oldie
Jul 11, 2004
680
1
125
in the npc file, there are about 4 values at the end, one of those controls their appearance disappearance in a war.

try looking at the existing sabuk npcs and compare them to normal ones to see which

Thx think i sorted it now amazing what ya learn :P
 
Upvote 0

Babyhack

Devilsoul Owner
VIP
Feb 4, 2004
5,343
28
305
Dublin, Ireland
Code:
              map    x       y                  flag   appr    castle
scriptname     4     292     173     npcname     0     15         1

castle = 0 (NPC stays when war on)
castle = 1 (NPC disappears when war on)

BH
 
Upvote 0