Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Problem with a few monsters and entrance

  
  1. #11

    Default Re: Problem with a few monsters and entrance

    Yes that is the actual problem. This logic does NOT work. I used this logic but creatures still only come if you meet their room requirements. BUt i will just change the creature cfg for the heroes back to the default and it should work

  2. #12
    Elite Dragon Mothrayas's Avatar
    Join Date
    Nov 2009
    Location
    The Netherlands
    Posts
    1,635

    Default Re: Problem with a few monsters and entrance

    There's no way to bypass room requirements for attracting any creatures. (unless you use ADD_CREATURE_TO_LEVEL, but then you won't get them naturally through the portal)

    The Awakening


  3. #13
    Fly Gold Knight's Avatar
    Join Date
    Aug 2009
    Location
    Melbourne, Australia
    Posts
    79

    Default Re: Problem with a few monsters and entrance

    Perhaps an action point above your portal would work, then you could use something like this:

    Code:
    IF(PLAYER1,ALL_DUNGEONS_DESTROYED==1)
      ADD_CREATURE_TO_LEVEL(PLAYER0,AVATAR,1,1,1,0)
    ENDIF

  4. #14

    Default Re: Problem with a few monsters and entrance

    No it works now. I changed the room requirements. Now every hero needs NOTHING. This way i can trigger it by if functions I did it already and tried it and it works now

Similar Threads

  1. Gem problem in 0.37c
    By Hush in forum KeeperFX
    Replies: 12
    Last Post: April 1st, 2011, 09:44
  2. problem dk2
    By 0p5 in forum Dungeon Keeper 2
    Replies: 2
    Last Post: September 14th, 2010, 14:54
  3. Map Problem
    By OldGreg in forum DK2 Troubleshooting
    Replies: 5
    Last Post: January 24th, 2010, 11:22
  4. no cd problem
    By dk2player in forum KeeperFX
    Replies: 13
    Last Post: September 6th, 2009, 11:17

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •