Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: Temple Recipes

  
  1. #1
    Demon Spawn Patrician's Avatar
    Join Date
    Aug 2009
    Location
    England
    Posts
    155

    Default Temple Recipes

    Good sacrifices

    = Reduces Create Imp spell by 300 gold (minimum of 150 gold - stackable).
    2 x = Finishes current research.
    2 x = Finishes current manufacturing.
    + =
    + =
    3 x =
    + + =

    Bad sacrifices

    = All your chickens die
    Chicken = All your chickens die
    2 x = All your creatures become diseased (after the first Vampire drop, you get a warning)

    Neutral sacrifices

    2 x = All your creatures become chickens (useful to avoid an enemy Armageddon)
    Gold = Funny quote
    = All your creatures become angry (works in KeeperFX only. Otherwise, DON'T try it). However, note that when you do it, you are rewarded with 30000 points to your score (not tested).

    Thanks to DragonsLover for disproving a number of other suggested combinations!
    Post edited by DragonsLover, and my pleasure Pat!
    Last edited by DragonsLover; February 2nd, 2012 at 19:46.

  2. #2
    KeeperFX Author mefistotelis's Avatar
    Join Date
    Sep 2009
    Location
    Poland
    Posts
    1,242

    Default Re: Temple Recipes

    Horned Reaper = All your creatures become angry (doesn't seem to work)
    There is a coding mistake in this function - instead of setting creature anger, it writes into another part of memory. This is because function arguments are switched - the parameter "reason" is switched with "annoyance level". So instead of:
    Code:
    annoyance[reason] = level;
    we've got:
    Code:
    annoyance[level] = reason;
    Writing memory at random position may hang the game - so don't use this sacrifice.

    In KeeperFX, this error is fixed - all creatures are becoming angry, as intended.

  3. #3
    Dragon DragonsLover's Avatar
    Join Date
    Aug 2009
    Location
    Quebec
    Posts
    1,490
    Gamer IDs

    Steam ID: dragonslover

    Default Re: Temple Recipes

    Yeah, it was really strange when you heard that the gods have punished you... when nothing happened.

    Thanks for the find!
    I like dragons! They're the center of my life! I'll never forget them...



  4. #4

    Default Re: Temple Recipes

    I'm not sure, but I recall reading somewhere that Temple Sacrifices cannot be altered for original DK1... is that true?
    Dungeon Keeper 1 / Deeper Dungeons Fan
    No intention to play DK2

    I'm Chinese, so please try and spell better than me...

  5. #5
    Awakening Game Master Metal Gear Rex's Avatar
    Join Date
    Sep 2009
    Posts
    5,689

    Default Re: Temple Recipes

    Quote Originally Posted by Zyraen View Post
    I'm not sure, but I recall reading somewhere that Temple Sacrifices cannot be altered for original DK1... is that true?
    Yes.
    Dungeon Keeper 2 Patch: With More Balance and Pie [Hiatus]
    Forever Hiatus. Probably. Latest Version: 3.5 w/Levels 1-11 Revised.

    The Awakening: GM Powers Activate!
    Tesonu is napping!

  6. #6
    Imp
    Join Date
    Mar 2011
    Posts
    3
    Gamer IDs

    Gamertag: iLikePrecision

    Default Re: Temple Recipes

    The gods are pleased with your sacrifice. THE GODS HAVE PUNISHED YOUR UNWORTHY OFFERING!

  7. #7
    KeeperFX Author mefistotelis's Avatar
    Join Date
    Sep 2009
    Location
    Poland
    Posts
    1,242

    Default Re: Temple Recipes

    I found an interesting code I didn't noticed before.. a sacrifice implemented separately from all others. I haven't tried if it works.

    Anyway:
    - sacrifice EXACTLY 4 gold piles
    - sacrifice EXACTLY 4 imps
    - after that, you will get 1 spider for every sacrificed chickens until you have 4 Spiders.

    Note:
    - the spider will come from entrance, not from temple water as other rewards
    - it doesn't matter whether there are spiders in creature pool
    - if any spiders have come to you from pool, they still count to the 4 spiders limit

  8. #8

    Default Re: Temple Recipes

    I tried it, doesn't work. When you sacrifice a chicken you'll get punished by the gods and your chickens die, perhaps this conflicts with this Easter egg.

  9. #9
    Beetle Ecarus's Avatar
    Join Date
    Dec 2013
    Location
    Venezuela
    Posts
    108
    Gamer IDs

    Steam ID: ecarus333

    Default Re: Temple Recipes

    It doesnt work for me either. Also yourself mefisto said that we cant use a creature that is already used in a bad sacrifice for creating new sacrifices (dahell did i just said?)

    EDIT:
    Forget what i said hahaha. Im drunk and YourMaster already explained what i wanted to tell.
    Last edited by Ecarus; November 14th, 2015 at 23:40.

  10. #10
    KeeperFX Author mefistotelis's Avatar
    Join Date
    Sep 2009
    Location
    Poland
    Posts
    1,242

    Default Re: Temple Recipes

    Yeah, it might be not working.

    Anyway looking at the code again, you get 1 spider every 16 chickens, not every chicken.
    The related code is here:
    https://github.com/dkfans/keeperfx-s...bjects.c#L1251

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
  •