Search found 95 matches

by Modraneth
Sat Mar 14, 2020 9:01 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

Isaac wrote: Sat Mar 14, 2020 1:29 pm The animations are custom, but the cheese in the hand is automatic.
Notice though, that this is not actually a monster, just an animated object.
i had the animations the problem was the reward
but already get it, thank you
by Modraneth
Sat Mar 14, 2020 11:20 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

Try this: function SpawnRewards() local s = Laurent_spot.surface for _,e in s:contents() do if e.go.name == "corga_amulet" then e.go:destroy() s:addItem(spawn("fire_gauntlets").item) s.go:spawn('teleportation_effect') end end end If you explain exactly the effect and behavior th...
by Modraneth
Sat Mar 14, 2020 1:27 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

thanks a lot. other question, making an item spawn on a surface like i place 1 item, that item disappear after 3 sec, (2s pause), another item spawn lets say surface-place fish-3s pause-fish disappear-2s pause-bread spawn something like that (i will change the items myself) aff almost made it work ...
by Modraneth
Thu Mar 12, 2020 10:30 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

thanks a lot.

other question, making an item spawn on a surface
like i place 1 item, that item disappear after 3 sec, (2s pause), another item spawn
lets say
surface-place fish-3s pause-fish disappear-2s pause-bread spawn

something like that
(i will change the items myself)
by Modraneth
Wed Mar 11, 2020 8:58 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

well the way should probably be counting steps.
im thinking on only doing it in 1 or 2 places, like rivers or ocean.
how do i change the script from "rest" to "steps walked"?
by Modraneth
Mon Mar 09, 2020 9:22 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

ya that was a problem too.
i want to make it possible to get some food, but not overdoing it.. so i would need a stopper or a timer
how many time should be good to no overdoing it and make it functional ?

EDIT: also can someone send me a link to the main campaign editor file ?
by Modraneth
Sun Mar 08, 2020 10:45 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

hi, can someone help me with a script? i have been trying to make a spawn only spawn when party rest i have been trying this, but this wont work, so where I'm wrong? function enablespawner() if party:rest() then spawner_small_fish.spawner:enable() end end just need some teaching on the problem
by Modraneth
Tue Mar 03, 2020 7:17 pm
Forum: Custom Dungeons
Topic: The Bloody Path (Dropped)
Replies: 12
Views: 25524

Re: The Bloody Path (Dropped)

this mod has been dropped by me a long time ago.
really shitty stuff happen on my life
but I will be making a new mod, maybe and use this as a reference for.

"In the ashes, you rebirth anew." said someone
by Modraneth
Tue Feb 16, 2016 2:33 pm
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

Dungeon with water is included in the main-game. And Lava can be found by the search-function: http://www.grimrock.net/forum/viewtopic.php?f=22&t=9141&hilit=lava i want a dungeon floor with water on the floor, not the main game floor its like just water on the floor with a "spash"...
by Modraneth
Tue Feb 16, 2016 10:44 am
Forum: Mod Creation
Topic: Ask a simple question, get a simple answer
Replies: 3894
Views: 2982472

Re: Ask a simple question, get a simple answer

someone know about a dungeon floor filled with water and some cave with lava?
i want to place this on my mod, if possible and if already exist can u show me the link?