summaryrefslogtreecommitdiff
path: root/npc/007-2/_config.txt
blob: 66bb09a31099f0fcad7426d3a73f80da5d535c7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 007-2: Tulimshar Volcano Underground conf

007-2,48,32,0	script	#007-2_48_32	NPC_CHEST,{
	TreasureBox();
	specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
	close;
OnInit:
	.distance=2;
	end;
}

007-2,65,66,0	script	#007-2_65_66	NPC_HIDDEN,3,0,{
	end;
OnTouch:
	doevent "#DungeonCore::OnHeat";
	end;
}