Author Topic: September 2011 Custom Content Challenge: Horror/Creepy themed custom content  (Read 2999 times)

Legacy_Gleym

  • Jr. Member
  • **
  • Posts: 73
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #165 on: October 08, 2011, 04:25:05 pm »


               That thing looks awesome.
               
               

               
            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #166 on: October 08, 2011, 05:06:25 pm »


               <pushing his lunch aside...>

TheSpiritedLass wrote...
Here is a screenie of Lord of Worms stomach tile.

Oh, *nice*! And I mean that in a very not nice way... er, something like that...

<...and changing his mind about dessert>
               
               

               
            

Legacy_Builder_Anthony

  • Hero Member
  • *****
  • Posts: 786
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #167 on: October 08, 2011, 07:18:02 pm »


               Haha that is is cool for a tileset.
               
               

               
            

Legacy_NWN_baba yaga

  • Hero Member
  • *****
  • Posts: 1944
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #168 on: October 08, 2011, 11:18:21 pm »


               here is some "wraith" creature i did for my module. If you want you could include it as a bonus since its not all done by myself.

'Image
               
               

               
            

Legacy_Gleym

  • Jr. Member
  • **
  • Posts: 73
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #169 on: October 08, 2011, 11:35:37 pm »


               Ohh. I'm loving that wraith design. It looks the most, well, wraith-like in terms of being a scary creature, compared to the standard, default ones and the LOTR ones.
               
               

               


                     Modifié par Gleym, 08 octobre 2011 - 10:35 .
                     
                  


            

Legacy_Borden Haelven

  • Hero Member
  • *****
  • Posts: 681
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #170 on: October 09, 2011, 01:40:40 am »


               Portraits e-mailed... I think this particular challenge should have a health warning the way it's shaping up...
               
               

               
            

Legacy_Jenna WSI

  • Hero Member
  • *****
  • Posts: 1837
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #171 on: October 09, 2011, 03:33:38 pm »


               That tileset is awesome. Now to come up with a creature to swallow the pcs.
               
               

               
            

Legacy_TheSpiritedLass

  • Hero Member
  • *****
  • Posts: 1118
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #172 on: October 09, 2011, 04:01:18 pm »


               @NWN_baba yaga - Sure, send it my way.  You can always include a ReadMe file giving credit to where you got the source material for.  Don't forget the portrait. '<img'>
               
               

               
            

Legacy_lordofworms

  • Sr. Member
  • ****
  • Posts: 422
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #173 on: October 09, 2011, 04:06:39 pm »


               sent you an email SpiritedLass (:
               
               

               
            

Legacy_TheSpiritedLass

  • Hero Member
  • *****
  • Posts: 1118
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #174 on: October 09, 2011, 04:19:07 pm »


               Right back at 'cha Worm. =)
               
               

               
            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #175 on: October 09, 2011, 05:49:15 pm »


               

Jenna WSI wrote...

That tileset is awesome. Now to come up with a creature to swallow the pcs.



Why not have a tarrasque swallow a few people.. or cities.
               
               

               
            

Legacy_Gleym

  • Jr. Member
  • **
  • Posts: 73
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #176 on: October 09, 2011, 06:02:49 pm »


               Or a giant toad.
               
               

               
            

Legacy_lordofworms

  • Sr. Member
  • ****
  • Posts: 422
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #177 on: October 09, 2011, 08:21:03 pm »


               Just sent you an updated package via email SpiritedLass with all the requests you had asked for fullfilled.
jeezh if only every man were that easy huh? ( ;
               
               

               
            

Legacy_TheSpiritedLass

  • Hero Member
  • *****
  • Posts: 1118
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #178 on: October 13, 2011, 05:12:12 pm »


               *eyes dancing*  You are setting the bar pretty high there Worms.

For those with files still to be sent in, the next time I'll have a few hours to work on merging stuff is Sat morning.  Not TOO early, maybe 9 ish (EST).  If all goes well, I'm guessing the Vault posting is still a week out (from today not Sat.).  Possibly longer, there are a LOT of goodies this month.  *glee*
               
               

               
            

Legacy_Builder_Anthony

  • Hero Member
  • *****
  • Posts: 786
  • Karma: +0/-0
September 2011 Custom Content Challenge: Horror/Creepy themed custom content
« Reply #179 on: October 15, 2011, 02:32:09 am »


               The script below rolls a d4 and if the roll is met creates a set of glowing eyes mto the location of a waypoint taged eyes.Adjust your waypoint to gravestones or other spooky objects that you would want to set a pair of glowing eyes on.Place this script in the on enter of a trigger you have drawn and once the pc enters it it will fire the script.

void main()
{
object oPC = GetEnteringObject();
if (!GetIsPC(oPC)) return;
int nRandom = d4(1);
    if (nRandom == 3)//Random is set on d4 rolling a 3....
    {
    object oTarget = GetObjectByTag("eyes");
    location lLocation = GetLocation(oTarget);
    ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_EYES_RED_FLAME_TROGLODYTE), lLocation);
    }
    else
    {
}
}
               
               

               


                     Modifié par Builder_Anthony, 15 octobre 2011 - 01:37 .