Code: Select all
evt.map[410] = function()
if Party.QBits[296] and (not table.find(vars.NPCFollowers,53)) then
evt.SetMonGroupBit(15, const.MonsterBits.Invisible, false)
local mon_id = MF.GetNPCMapMonster(53)
if mon_id then
Map.Monsters[mon_id].X, Map.Monsters[mon_id].Y, Map.Monsters[mon_id].Z = 6142, -15870, 350 ----Add the appearance animation of the prophet, can skip
Map.Monsters[mon_id].HP = 0
Map.Monsters[mon_id].AIState = 5
Map.Monsters[mon_id].AIType = 2
Map.Monsters[mon_id].GraphicState = 6
end
end