Legend of Grimrock
0 of 0

File information

Last updated

Original upload

Created by

Grimwold

Uploaded by

Grimw0ld

Virus scan

Safe to use

Tags for this mod

6 comments

  1. 50oldbeach
    50oldbeach
    • member
    • 0 kudos
    In grimwold's notes for installation, he says

    * create a script entity within your dungeon and name it "grimwold_spell_script"

    What does this mean?

    Thanks
    1. 50oldbeach
      50oldbeach
      • member
      • 0 kudos
      I googled script entity and found out that if you go into your edited dungeon, it is an item you can add similar to other items you add to your dungeon. Apparently, you can add the TXT file Grimwold created and it will allow the spells to work.
  2. HadToRegister
    HadToRegister
    • premium
    • 195 kudos
    Excellent!
    This is one thing the unmodded GrimRock was missing, healing spells.

    Here's a spell chart of the original Dungeon Master spell that might give you some ideas for adding more spells, (potion making spells, adding a power modifier to already existing spells) etc.

    http://dmweb.free.fr/?q=node/195

    Keep up the good work, this is a definite download for me



  3. msyblade
    msyblade
    • member
    • 0 kudos
    This is the one I wrote for hotel hades:

    defineSpell{
    name = "feast",
    uiName = "Feast",
    skill = "spellcraft",
    level = 6,
    runes = "EF",
    manaCost = 25,
    onCast = function(caster, x, y, direction, skill)
    setMouseItem(spawn("snail_slice"))
    end
    }
  4. Grimw0ld
    Grimw0ld
    • member
    • 1 kudos
    Yllian.. one of the developers posted a create food spell when the editor was released. you can find it here:
    http://www.grimrock.net/forum/viewtopic.php?f=14&t=3467
  5. yllian
    yllian
    • member
    • 0 kudos
    Could someone write a script for a "Create food" spell?
    (In one of the mods it is used an it is a very handy spell)