Custom Monster Spawner for Invasion

Discuss all aspects related to modding Zandronum here.
Post Reply
User avatar
Fabysk
Forum Regular
Posts: 469
Joined: Sat Sep 22, 2012 8:17 pm
Location: In a house...duhh

Custom Monster Spawner for Invasion

#1

Post by Fabysk » Sun Oct 27, 2013 9:26 pm

So I'm trying to make a custom monster spawner that spawns a custom monster for invasion. Does anyone know the Decorate code for the Monster Spawner of a Demon. In Doom Builder, the Demon Spawner Actor is 5207 and that's the one I want to edit. Also, that Actor is from Skulltag and I can't find it in Skulltag nor Zandronum with Slade 3.

Sorry if this sounds confusing
Image Image Image

User avatar
Guardsoul
Forum Regular
Posts: 495
Joined: Wed Jun 06, 2012 6:09 pm
Location: Creating the world

RE: Custom Monster Spawner for Invasion

#2

Post by Guardsoul » Sun Oct 27, 2013 9:56 pm

Nah, its quite easy:

Code: Select all

actor CustomMonsterSpot : CustomMonsterInvasionSpot <Number>
{
    dropitem "<CustomMonsterName>"
}
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.

User avatar
Fabysk
Forum Regular
Posts: 469
Joined: Sat Sep 22, 2012 8:17 pm
Location: In a house...duhh

RE: Custom Monster Spawner for Invasion

#3

Post by Fabysk » Sun Oct 27, 2013 10:07 pm

For some reason, they are not spawning. The custom monster I'm using is a Blood Imp. Everything looks ok in the Decorate coding.

*EDIT: Figured out the spawning problem.
Last edited by Fabysk on Sun Oct 27, 2013 10:13 pm, edited 1 time in total.
Image Image Image

Post Reply