Search found 3 matches

by acolade
Sat Oct 18, 2014 8:13 am
Forum: Gameplay Hints
Topic: Tribal Armor set
Replies: 6
Views: 8064

Re: Tribal Armor set

The mask is in the first underground dungeon in the secret location. Must have lockpick to open chest.
by acolade
Mon Mar 25, 2013 10:45 am
Forum: Modding
Topic: New Spells >> show them off here
Replies: 207
Views: 267764

Re: New Spells >> show them off here: Create Healing Potion

Hi, I have updated my script for easier use with other transmute spells. This part insert as a lua script_entity in your dungeon. transmute_item = function (caster, item1, item2) local slot = nil local item1_obj = spawn(item1) local item2_obj = spawn(item2) -- check hands for item1 (position 7 and 8...
by acolade
Sat Mar 23, 2013 11:20 pm
Forum: Modding
Topic: New Spells >> show them off here
Replies: 207
Views: 267764

Re: New Spells >> show them off here: Create Healing Potion

Hi there, this spell checks hands of the caster for the empty flask and exchange it with healing one. This code may help with the enchant arrow spell mentioned before. Also it is used as a base for this, so the credits for all of the users presenting the spell and discusing it. Have a nice day. defi...