Author Topic: Creature Spawns??  (Read 576 times)

Legacy_Scarlett Siren

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Creature Spawns??
« on: July 06, 2011, 11:53:33 am »


               I dont think im doing it write. I press ctrl and space at the same time but all that happens is that it pauses!
So i try to do the DebugMode 1

I am entering the code CLUAConsole:CreateCreature("code")     to which m not even sure about. Do i includ the parenthesis? The quotation marks? can someone show me an example or a better explaination? Trying to get a neat wolf, Like a Winter Wolf or Worg.  Anyone who can help me out with this, i would GREATLY appreciate!!!!!

I have Diamond edition by the way, and im playing King Maker. Thanks '<3' 'Image
               
               

               
            

Legacy_WebShaman

  • Hero Member
  • *****
  • Posts: 1390
  • Karma: +0/-0
Creature Spawns??
« Reply #1 on: July 06, 2011, 04:37:36 pm »


               The easiest way to activate the console is just to hit Enter (so that you are in the chat bar) and then type ##DebugMode 1

That will put you in DebugMode.  Now you can use your console codes.  I don't think you need the quotes.  After finishing, then do ##DebugMode 0

Also, don't forget ## before each command.
               
               

               
            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Creature Spawns??
« Reply #2 on: July 06, 2011, 11:38:51 pm »


               

Scarlett Siren wrote...

I dont think im doing it write. I press ctrl and space at the same time but all that happens is that it pauses!
So i try to do the DebugMode 1

I am entering the code CLUAConsole:CreateCreature("code")     to which m not even sure about. Do i includ the parenthesis? The quotation marks? can someone show me an example or a better explaination? Trying to get a neat wolf, Like a Winter Wolf or Worg.  Anyone who can help me out with this, i would GREATLY appreciate!!!!!

I have Diamond edition by the way, and im playing King Maker. Thanks '<3' 'Image

I believe you are attempting to run a script command from the console and that won't work because the script must first pass through a compiler before executing, though I may be in error as to how NWN treats script code.

Anyway, the console command you probably want is:

dm_spawncreature
<creature>

where <creature> is the ResRef of the NPC you desire.  To find the ResRef you want, just open up any module in the toolset, load an area and browse through the creatures in the palette. I've used this method to spawn a horse for my PC to ride.  Make sure to check that it is a hostile faction if you want to fight it.  For example, the worg, worg001 faction is hostile, but the dog, dog001 faction is a commoner so will remain neutral when you spawn it.

               
               

               


                     Modifié par HipMaestro, 06 juillet 2011 - 10:39 .
                     
                  


            

Legacy_Scarlett Siren

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Creature Spawns??
« Reply #3 on: July 07, 2011, 09:31:33 am »


               ow wow thank you HipMaestro and Shamen! I'll def try this!!  '<img'>
               
               

               
            

Legacy_Scarlett Siren

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Creature Spawns??
« Reply #4 on: July 07, 2011, 10:54:31 am »


               ok I got it to work by doing the code  dm_spawncreature nw_wolfwint  

however he just stands there and stares at me. doesnt' even follow me. I tried to use a charm spell and a dominate spell but nothing. is there a way to make this winterwolf follow me and act as a companion, like protecting me and following me? thanks '^_^' (i'm so new to this game, I just love it tho)
               
               

               
            

Legacy_WebShaman

  • Hero Member
  • *****
  • Posts: 1390
  • Karma: +0/-0
Creature Spawns??
« Reply #5 on: July 07, 2011, 12:25:16 pm »


               You can use animal friendship on it.  However, it is of limited duration.  Of course, one can use it repeatedly, provided the ranks in the skill are high enough.

If you really want a Winterwolf as a Companion, then I would suggest DLing the PRC, and playing the Ultimate Ranger (gets a Winterwolf as an Animal Companion).

It *is* possible to add the Winterwolf as a selectable Druid and/or Ranger Companion, but it will require a LOT of work.  You might want to search the Vault for such, first.  Perhaps someone has already done the work for you.
               
               

               
            

Legacy_HipMaestro

  • Hero Member
  • *****
  • Posts: 2849
  • Karma: +0/-0
Creature Spawns??
« Reply #6 on: July 07, 2011, 04:30:54 pm »


               

Scarlett Siren wrote...

ok I got it to work by doing the code  dm_spawncreature nw_wolfwint  

however he just stands there and stares at me. doesnt' even follow me.

Yup.  That seems to place it in your party for some reason but it doesn't have an AI assigned to behave like a party member.

Like Web said, Animal Empathy is the way to go with the unlimited dominations.  Also, the dominations seem to last until rest when you can use empathy again.  But if the module doesn't contain any winter wolves you will want to place them around in areas where they can be grabbed.  IIRC they should pass through transitions with you.
               
               

               
            

Legacy_Scarlett Siren

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
Creature Spawns??
« Reply #7 on: July 07, 2011, 05:49:02 pm »


               Thank you all for the tips '<img'>
               
               

               
            

Legacy_Sylrae

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Creature Spawns??
« Reply #8 on: July 08, 2011, 07:42:59 am »


               There we go!

Part 1: Acquiring the Winter Wolf
 - Download the PrC. (nwvault)
 - Extract the winterwolf companion using nwhak (it'll be named "something"xx.utc - xx goes from 01 up to 20) to your override folder.

Part 2: Enabling the Winter Wolf
 - Download nwnexplorer (nwvault) Make sure you grab the newest one, not the old one.
 - check under data files in each expansion, starting with the new stuff and working your way back. Right click and extract hen_companion.2da to your override folder.
 - open hen_companion.2da in notepad. copy the bottom line, and add this line.
9          WinterWolf ???????????    12818    12817
Replace the ?????s with the name you found in the PrC. Leave out the numbers and the .utc, and try to make sure the columns line up if you can with extra spaces. Save it over the version sitting in your override folder.

Part 3: Troubleshooting:
I haven't used the Ultimate Ranger. that said, the PRC may use custom AI scripts, custom monster items (they can be used to give a monster special abilities) or a custom conversation for their familiars.
If they didn't, then what I gave you should work. If they did, then you (or someone else who knows the PRC better than me) needs to tell you the names of thefiles, and you'll have to copy them out of the PRC hak and into your override file as well.

Happy hunting!
               
               

               


                     Modifié par Sylrae, 08 juillet 2011 - 07:03 .
                     
                  


            

Legacy_Sylrae

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Creature Spawns??
« Reply #9 on: July 09, 2011, 07:50:02 am »


               OH! Even less work.

Someone else already did it.
http://nwvault.ign.c....Detail&id=7771