Neverwinter Vault

Expand AllContract All -Site -My Profile -Features

Neverwinter Nights 2

-NWN2 Files -NWN2 Game Info -NWN2 Resources -NWN2 Community

Neverwinter Nights

-NWN Files -NWN Game Info -NWN Resources -NWN Community

Vault Network
RPG Vault
VN Boards
IGN Vault
Vault Wiki
· Age of Conan
· Anarchy Online
· Asheron's Call
· Dark Age of Camelot
· City of Heroes
· D&D
· EVE Online
· EverQuest
· EverQuest 2
· Final Fantasy
· Guild Wars
· Lineage 2
· Lord of the Rings Online
· Middle Earth
· Neverwinter Nights
· Pirates of the Burning Sea
· Rise of the Argonauts
· Star Wars Galaxies
· Tabula Rasa
· The Matrix Online
· The Witcher
· Titan Quest
· Two Worlds
· Vanguard
· Warhammer
· World of Warcraft

Planet Network
Planet Hub

IGN
Games
Cheats
Entertainment

The Web   The Site  



NWN CREATURES

- Jump to comments -
Title  Port Me NPC v1.1 by Axe
Author  Axe Murderer
Submitted / Updated  06-14-2004 / 07-11-2008
Category  Humanoid
Properties  None.
Class1  Other / 01
Challenge Rating  1/4
Level1  01
Race  Human
NPC  Yes
Attacks  Default for 1/4 CR NPCs
HD / HP  2
Damage  Default for 1/4 CR NPCs
Feats  None.
Scripts Included?  Yes
Dialog Included?  Yes
Type  1
Gender  Male
Abilities  None.
Initiative  Default for 1/4 CR NPCs
Skills  None.
Size  Medium
Alignment  Neutral
Description
Port Me NPC v1.1 by Axe This package allows you to easily add pre-scripted NPCs, placeables, and doors into your module that will teleport players to the destination of their choice from a list presented in a conversation that comes up when you click them. You can, of course, modify them once placed into your module to change their defaults just as you would for any standard NPC, placeable, or door that you use. After installing the package into your module (as described in the read-me file), you will see new custom entries in the Custom NPC, placeable, and door palettes under the Special Custom 1 category called Port Me NPC, Port Me Portal, and Port Me Door. To put one into your module, view the area that you want it in then simply click on the custom palette entry and click where you want it in the area. It works just like a creature, placeable, or door chosen from the standard palettes does. You then edit the NPC's, portal's, or door's Variables (in its properties window on the Advanced tab) to customize the destination list. See the Readme file for installation instructions and user's guide.

Version 1.1- Added the Port Me Portal (placeable) and the Port Me Door (door) to the custom palettes. Also made a demo module (download below) showing how to set up the system to use NPCs, placeables (portals in the demo), and doors.

Works with NWN v1.69

Files

NameTypeSizeDownloads
Axe_Murderer14NWNPortMeNPCv1.0byAxe.zipAxe_Murderer14NWNPortMeNPCv1.0byAxe.zip
Submitted: 06-14-2004 / Last Updated: 06-14-2004
zip9.29Kb761
This is version 1.0 only
NWN_Port_Me_NPC_v1.1_by_Axe.zipNWN_Port_Me_NPC_v1.1_by_Axe.zip
Submitted: 06-14-2004 / Last Updated: 02-25-2006
zip13.78Kb574
Using this package allows you to easily create NPCs, placeables, and doors that will present a list of destinations to the player in a conversation. When they click on one of them they are sent to a waypoint associated with that selection.

All scripting is taken care of for you and no modifications to any scripts or new scripts are needed to make them work.

Compatible with all expansion pack combinations and any hak packs you use including the CEP. Requires your game to be patched to at least version 1.62.

Version 1.1 update. Added a portal and door into the custom placeable and custom door palettes to show how to set those up to use the system (they are also useable on their own of course). Also included a demo module.
SCORE OUT OF 10
9.75
2 votes
View Stats
Cast Your Vote!

PORTFOLIO
Add this entry to your portfolio so you can track it
Manage your existing portfolios or create a new one.
SCREENS
No Images




You Must Be Logged In to Participate.
Comments (7):

Posted by ozDallo at 2008-10-27 19:35:20    Voted 9.75 on 10/27/08
Very handy. Thanks, mate!

Posted by nereng at 2006-02-25 06:50:24    Voted 9.75 on 02/25/06
Very nice package that should be easy to use for inexperienced builders!

Posted by Axe_Murderer at 2006-02-25 04:59:34    
Screw it just type the damn address into your browser

Posted by Axe_Murderer at 2006-02-25 01:16:33    
Get version 1.1 just released!

Added a blueprint called Port Me Portal which is based on the Portal placeable from the Visuals category of the standard palette. It is set up exactly the same as the NPC is, so you can plop one down, edit the destination variables and go. When you click the portal it pops up the same conversation that the NPC (and the door - see below) uses.

Added a blueprint called Port Me Door which is based on a strong wooden door from the Universal category of the standard palette. It is set up exactly the same as the NPC and portal are. When you click the door it pops up the same conversation that the NPC uses.

Added an addendum that describes how to increase the 10 destination limit to whatever you want if desired.

Posted by Axe_Murderer at 2005-04-04 18:34:00    
Here's another question that came up...

"Can I use this for a placeable like a portal instead of an NPC?"

Yes. All you have to do is set up the variables on a placeable, npc, or door the same way they are set up in the Port-Me NPC blueprint in the custom creature palette-Special Custom 1 category. Hook the portme_npc conversation to the object (placeable, npc, or door), and it will work the same way.

Posted by Axe_Murderer at 2005-04-04 18:31:00    
Well that's an entirely different system and not as noob friendly as this one which was my main intent when I made it. There is already a package that does that in the vault anyhow so I won't be making that modification.

This question came up so I thought I'd post the solution here as well...

"How can I add 10 more destinations to the NPC's list?"

First import the erf into your module as described in the Readme instructions that came with the package if you haven't already done so.


1. Copy the script portme_npc_at1 and save it as portme_npc_at11. Modify it as follows:
Line 3 - change the 1 to an 11 (in the comment).
Line 9 - change the Destination1 to say Destination11 (in the GetLocalString).

2. Repeat step 1 nine more times until you have scripts named portme_npc_at11 all the way up to portme_npc_at20.
Make simliar changes in each one 11, 12, 13, ..., 20 on those two lines.

3. Copy the script portme_npc_taw1 and save it as portme_npc_taw11. Modify it as follows:
Line 3 - change the 1 to an 11 (in the comment).
Line 8 - change the "Custom3001" to say "Custom3011" (in the GetLocalString).

4. Repeat step 3 nine more times until you have scripts named portme_npc_taw11 all the way up to portme_npc_taw20.
Make simliar changes in each one 11, 12, 13, ..., 20 on line 3.
Make simliar changes in each one 3011, 3012, 3013, ..., 3020 on line 8.

5 Edit the portme_npc_taw_b script and change the 10 on line 9 to a 20.
int nToken = 20;

6. Edit the portme_npc_inc script and change the 10 on line 25 to a 20.
int nToken = 20;

7. Edit the Port-Me NPC blueprint in the custom creature palette (Special Custom1 category). Go to the Advanced Tab and click the Variables button at the bottom. Add in string variables for Destination11 - Destination20 and change the value of the DestinationCount variable to 20.
For example:
Name= Destination11
Type= string
Value= Destination 11@WP_DESTINATION11
likewise for the rest of them.

8. Edit the portme_npc conversation. In the conversation editor go to the branch that has all the lines and add new ones for up to before the line that says "Nowhere I want to stay here.[EndDialog]".
For example:
[EndDialog]
[EndDialog]
...
[EndDialog]
Nowhere I want to stay here.[EndDialog]

On each line you add, put the appropriate portme_npc_atXX and portme_npc_tawXX scripts into the TextAppearsWhen and ActionTaken slots of the new line. The atXX one goes in the ActionTaken slot and the tawXX one goes in the TextAppearsWhen slot.
For example:
[EndDialog]
- ActionTaken = portme_npc_at11
- TextAppearsWhen = portme_npc_taw11

9. Save everything and re-build the module with all the compile options set on.

10. Recreate all your port-me NPCs from the blueprint like you originally did but now you can put in 20 destinations instead of just 10.

Posted by Nip ( 203.33.xxx.xxx ) at 2004-07-08 02:06:00    
Thanks for this npc :) much appreciated :)

You must be Logged In to post comments in this section.

 
Most recent posts on the MMO General Boards
Analyst: Star Wars: The Old Republic Could...Analyst: Star Wars: The Old Republic Could Sell 3M: more numbers
- last reply by Acao on Aug 15, 2011 06:15 PM
which class will your first character be
- last reply by Blisteringballs on Aug 15, 2011 05:50 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 05:00 PM
New Community Content!
- posted by Vault_News on Aug 15, 2011 04:00 PM
NWN Idea Database Update
- posted by Vault_News on Aug 15, 2011 03:46 PM
Missing Votes for NWN2 Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:40 PM
Missing Votes for NWN Hall of Fame
- posted by Vault_News on Aug 15, 2011 03:39 PM
Random Questions and game altering suggest...Random Questions and game altering suggestions!!!
- last reply by ArkadyTepes on Aug 15, 2011 03:22 PM
State of the game?
- last reply by LyricOpera on Aug 15, 2011 01:37 PM
Yesterday streaming, now demanding downloa...Yesterday streaming, now demanding download :(
- last reply by Sinane-tk on Aug 15, 2011 10:23 AM
 

   


IGN Entertainment
By continuing past this page, and by your continued use of this site, you agree to be bound by and abide by the User Agreement.
Copyright 1996-2011, IGN Entertainment, Inc. | Support | Privacy Policy | User Agreement | RSS Feeds
IGN’s enterprise databases running Oracle, SQL and MySQL are professionally monitored and managed by Pythian Remote DBA.


NWN2 Hall of Fame

HOF NWN2 Plug-Ins


View all Hall of Fame entries


Neverwinter Nights 2

TOP NWN2 Modules

NEW Modules

NEW Reviews

NEW INTL. Modules

TOP Hakpaks

TOP Gameworlds

TOP Tutorials

TOP Prefab:Areas

TOP Blueprints

TOP Plugins

TOP UI

TOP Other

TOP Visual Effects

TOP Scripts

TOP Tools

TOP Movies

TOP Models

TOP Characters





Hall of Fame

HOF NWN Modules


View all Hall of Fame entries


TOP NWN Modules

NEW NWN Modules

NEW Reviews

TOP Intl. Modules

TOP NWN Hakpaks

TOP NWN Gameworlds

TOP NWN Models

TOP NWN Portraits

TOP NWN Scripts

TOP NWN Prefabs

TOP NWN Other

TOP NWN Movies

TOP Sounds

TOP NWN Textures

TOP NWN Creatures

TOP NWN Characters