From 207a123ed02ac9bbbc35172b4a048afa1e70cfe4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 25 Mar 2019 21:16:21 -0300 Subject: Add 5 more crocotrees at Tulimshar - Manaplus fails to understand it well, but it works in a marvellous way. I'm so proud of myself! ^.^ --- npc/003-1/town.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'npc/003-1') diff --git a/npc/003-1/town.txt b/npc/003-1/town.txt index 9b99ca1ff..2dfd2ed72 100644 --- a/npc/003-1/town.txt +++ b/npc/003-1/town.txt @@ -7,3 +7,26 @@ 003-1,60,157,0 script #LocTulim NPC_HIDDEN,4,0,{ LOCATION$="Tulim"; end; } + +// Crocotree spawn experiment +003-1,0,0,0 script #CrocotreeTulim01 NPC_HIDDEN,{ + end; +// Spawn the crocotrees +OnInit: + areamonster "003-1", 20, 20, 140, 160, strmobinfo(1, CrocoTree), CrocoTree, 1, .name$+"::OnRespawn"; + end; + +// Script Generated +OnRespawn: + initnpctimer; + end; +OnTimer61000: + stopnpctimer; + areamonster "003-1", 20, 20, 140, 160, strmobinfo(1, CrocoTree), CrocoTree, 1, .name$+"::OnRespawn"; + end; +} + +003-1,0,0,0 duplicate(#CrocotreeTulim01) #CrocotreeTulim02 NPC_NO_SPRITE +003-1,0,0,0 duplicate(#CrocotreeTulim01) #CrocotreeTulim03 NPC_NO_SPRITE +003-1,0,0,0 duplicate(#CrocotreeTulim01) #CrocotreeTulim04 NPC_NO_SPRITE +003-1,0,0,0 duplicate(#CrocotreeTulim01) #CrocotreeTulim05 NPC_NO_SPRITE -- cgit v1.2.3-60-g2f50