Search found 157 matches
- Sat Jan 12, 2019 3:26 am
- Forum: Mod Creation
- Topic: Discord server
- Replies: 0
- Views: 9120
Discord server
https://discord.gg/ArgAgNN Because why not
- Fri Jan 11, 2019 1:41 am
- Forum: Custom Dungeons
- Topic: [New Mod] Falagar - A Journey
- Replies: 137
- Views: 75524
Re: [New Mod] Falagar - A Journey
~ Update:
WAIT NVM I was playing another mod o.o I think I saved over the save from this one so I thought it was the same save...
This one is going pretty well
WAIT NVM I was playing another mod o.o I think I saved over the save from this one so I thought it was the same save...
This one is going pretty well

- Tue Jan 08, 2019 5:59 am
- Forum: Custom Dungeons
- Topic: [WIP] The Old Nexus 「 Grimrock XL 」
- Replies: 44
- Views: 31056
Re: [WIP] The Old Nexus
First map (and first dungeon) complete, boss and all! https://i.imgur.com/Rv4A0l3.png Made some improvements to the time travel mechanics as well. As you can see in the map above and in the screenshot below, the area where you can travel from is now visible https://i.imgur.com/mSRZSIO.png The watch ...
- Mon Jan 07, 2019 12:44 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
Re: Ask a simple question, get a simple answer
Hm I ran into another similar issue I can't seem to get 'getPierce()' to work with thrown weapons. I added 50 pierce to the throwing knives and it works, but getPierce() returns the same error as if I try to use it on a missile weapon (which can't have pierce) The scripting reference doesn't mention...
- Sun Jan 06, 2019 10:35 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
Re: Ask a simple question, get a simple answer
Zo Kath Ra wrote: ↑Sun Jan 06, 2019 10:15 pmgetResistance() needs a string argument, even if the Scripting Reference doesn't say so
Sweet! Thanks
- Sun Jan 06, 2019 9:56 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
Re: Ask a simple question, get a simple answer
Some monsters don't have any resistances, like the Forest Ogre. The Air Elemental has resistances to all damage types: resistances = { fire = "immune", cold = "immune", poison = "immune", shock = "absorb", physical = "immune" }, You're probably right to assume I didn't test on a monster with resist...
- Sun Jan 06, 2019 9:22 pm
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
Re: Ask a simple question, get a simple answer
Does monster:getResistance() not work?
I added an onDamage hook to a monster and :getEvasion(), :getProtection(), etc work fine, but :getResistance() returns nil
I added an onDamage hook to a monster and :getEvasion(), :getProtection(), etc work fine, but :getResistance() returns nil
- Sun Jan 06, 2019 5:04 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
- Sun Jan 06, 2019 3:09 am
- Forum: Mod Creation
- Topic: Ask a simple question, get a simple answer
- Replies: 3715
- Views: 1275676
Re: Ask a simple question, get a simple answer
Simple question: why don't we have a discord server?
- Sun Jan 06, 2019 3:08 am
- Forum: Custom Dungeons
- Topic: [WIP] The Old Nexus 「 Grimrock XL 」
- Replies: 44
- Views: 31056
Re: [WIP] The Old Nexus
I made a new skill system! It's essentially the same but a little more restrictive https://i.imgur.com/YdvvlwJ.png Skill levels 4 and 5 are called Silver Tier and Gold Tier. To get a skill to silver tier you must spend 7 skill points first, and to get gold you need 11 skill points (subject to change...