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 SCRIPTS

- Jump to comments -
Title  No Scripting Quest System beta07
Author  nereng
Submitted / Updated  10-08-2008 / 12-05-2008
Category  Scripting routines
Expansions  HOTU-1.69
Format  Module and Code
Type  Type - Quest Giving
Includes  BioWare Standard
Description
Beta07 has a new tutorial: Recue-quest! There are also other improvements, see the version notes for details. We are now nearly out of beta for the SP version, so now I expect to start work on the Knat's db version before christmas!

BETA! This system is very much a work in progress! I am offering it up to anyone interested in helping out, in hopes of getting valuable feedback from beginners and experienced builders alike. Anyone helping out with this can expect to get their names on the credits-list of the final product, and anyone can help, no matter how little or much they know about scripting and using the toolset. Just letting me know what parts of the tutorial you had problems with will be helpful enough. I'll also appreciate help with testing for possible exploits and other types of bugs, and for that matter with proofreading of the tutorials and Readme. Any kind of feedback, really!

This is a system for making quests without the need for any kind of scripting knowledge on the part of the builder at all. All the scripting has been done for you already! If you can read and write, then you can use this!

It works by putting "tokens" (little misc items) in the inventory of the NPC you want to be a questgiver. The OnConversation script on the NPC detects the token(s) when someone tries to talk to the NPC, and starts the special quest-conversation that is associated with that token.

The builder must write variables on the tokens. First of all, the tag of this particular quest. (It's the same tag as used by the journal editor.) Then he must write the actual conversation strings to be used in the conversation, and some facts like how much xp and gold to hand out as reward, number of items (in the case of a fetch quest or courier-quest), number of kills (in a kill-quest), etc. I have tried to make it so that there are no more variables to write than fills one page of the Variables-tab.

A number of things happen automatically. If there's a map pin with the quest-tag + "_PIN" it is activated automatically, if there's an encounter with a tag of quest-tag + "_ENCOUNTER" similarly, if there's a key in the inventory of the quest-giver with tag of quest-tag + "_KEY", the PC gets it at the start of the quest. And so on and so forth!

When the quest is done, the token is destroyed and the NPC will revert to using his own conversation. Unless there is another token in his inventory! Then he has another quest that needs to be done!

The whole idea behind this is to make a system that can be used by the greenest newbie who just can't wrap his mind around scripting. If you're not one of those, then you're probably better off using something else! At least for now. Maybe when the system has matured it will become something useful for more experienced builders when they just need to throw in some side-quests in a hurry.

Link to Guild: The No Scripting Guild

Cheers!

Files

NameTypeSizeDownloads
NSQS_beta.rarNSQS_beta.rar
Submitted: 10-08-2008 / Last Updated: 12-05-2008
rar229.55Kb664
Beta07
SCORE OUT OF 10
10
12 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


Almost done!


A token and a reward is in place





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

  1  2 Next>

Posted by Cackfiend at 2010-12-21 21:14:44    Voted 10.00 on 12/21/10
This is really awesome but I'd still really like to see version 1.0 that is compatible with a PW please :)

Posted by AequivalenZ at 2010-12-07 06:03:46    
Did someone tried out lesson II, creating something on start? That didn't worked for me.

Posted by Gonzo_og at 2010-03-08 22:14:33    
This looks really amazing. But it's been in beta for 2 years?
I'm guessing either nereng has moved on, or no more bugs have been found?
_________________________
stuff

Posted by Catoptromancer at 2009-08-09 14:21:23    Voted 10.00 on 08/09/09
Nereng, Hope you are doing okay my friend!

This has been a ten for a couple of versions, and the next is going to be an eleven :)

@ Ulrich:

"Go to the "Scripts" tab of this NPC, and in the OnConversation field type "nsqs_on_conv". This script is needed by all your quest-giver NPCs."

If that doesn't fix it, triple-check all your tags and variables, you might have a typo somewhere.

That's what I usually find to be the case, if something is not working right.

Posted by Ulrich Krieghund at 2009-07-30 12:01:04    Voted 10.00 on 07/30/09
Following up on my above post on the NSQS:

I copied each erf from the original sample module and gave it a new name, tag, and resref. Then, I imported the erfs.

All of the scripts came over, but not the needed NSQS items, which are necessary to write the variable-driven scripts and fire off the quest.

So, I exported each of the NSQS items (around a dozen, I believe) and imported those. This left me with all the scripts and the custom items on the palette. These items had the same name, tag and resref as the tutorial module.

The only thing remaining were the journal entries. So, I went into my own module and followed Lesson 3 in the journal editor. Each entry had the right quest tag and number by the entries; 1 for the first string of the quest, 10 for when the three wolves were dead, and 20 for when I turned in the quest and received my gold and xp.

Unfortunately, the NPC just stares at me. No quest, nothing. I cannot figure out where to go from here. Any suggestions? If I could get the NSQS to work in my own module, it would be quite simple to get hundreds of quests without scripts into my PW.

Posted by Ulrich Krieghund at 2009-07-30 11:51:12    Voted 10.00 on 07/30/09
I tried this out because I've been just astonished at how friendly nereng's work has been for those of us who have to rely heavily on Lilac's Script Generator.

The invisible listener and the naming table were just brilliant. The Digital Elevator is fantastic for those of you with high magic settings, such as Waterdeep of the Forgotten Realms.

Now, for the No Script Questing System. Again, I was floored. The tutorial was step by step but not condescending. I did all the lessons and got great joy each time the quests worked, the journal entries went off, quest rewards were handed out, etc.

However, after that I ran into a snag when trying to import the NSQS into my own module. Is it possible to have an erf with all the necessary scripts and NSQS inventory items? I will follow up on my dilemma.

Posted by nereng at 2009-01-14 23:49:45    
No, sorry. No work on that has been done yet, except that I have peeked a little on the scripting done on Harvest Moon. I'll start work on a version using Knat's Persistency systems as soon as v1.0 (no longer beta) is ready, which is very soon now.

Cheers!

Posted by Fleshmelter at 2009-01-11 08:59:45    
Just curious has there been any update to the usage of database for this yet?
_________________________
PW Action Server:
| Chaosgate |


Posted by CAP 9fires at 2008-12-25 10:38:35    Voted 10.00 on 12/25/08
After winterhawk's recommendation and few hours of monkeying with this Nereng... lol its just like everything else you've done- Peerless.

Good showing, bubsy.
_________________________
Vox Populi. Vox Dei
The Community Adventure Project

Posted by Xaltar at 2008-12-17 23:21:43    Voted 10.00 on 12/17/08
Awesome, just what any new nwn modder needs to get started. 10 from me.
_________________________
NWN1 Head and body pack
NWN2 Headpack.

7 times they came and 7 times they died who can say what the 8th will bring.

Posted by Winterhawk99 at 2008-12-12 17:07:03    Voted 10.00 on 12/12/08
Angels learning the system and starting to do well by it. she was my non-scripting lab rat and if she can use your system nereng you couldnt have done better making it user friendly. a well deserved 10 as far as im concerned :)

Posted by Fleshmelter at 2008-11-24 04:26:55    
Still watching this one, as the new stuff is always awesome. I want to add quests to Chaosgate, and yours is shaping up to be the best around ( is why I'm waiting with a good deal of anticipation ).

This new update is great step in the direction of persistency, and hats off to you for your continued work.

Chaosgate is up periodically now, taking down for updates ( and bug fixes *so ashamed* *grin* ). But keep an eye out for it in PW Action.

Definitely looking forward to next update =)
_________________________
PW Action Server:
| Chaosgate |


Posted by frudillao at 2008-11-22 19:13:51    Voted 10.00 on 11/22/08
All my quest problems are SOLVED! Thank You for this great submission. :) :) ;)
_________________________

Posted by etanward11 at 2008-11-22 11:46:55    Voted 10.00 on 11/22/08
Keep building more persistency please.

Posted by electryc at 2008-11-18 23:03:20    
It worked! I'm clueless creating scripts w/o Lilacs. This seems like the best solution by far with all the other systems out there. I'll vote if you get a system for PW's. Great work from what I've seen so far.

Posted by Winterhawk99 at 2008-11-11 16:27:52    Voted 10.00 on 12/12/08
Downloaded it for angel Nereng if Angelhawk can build a quest with this system, i wont give ya a ten ill give ya a 50+ Ive looked it over lightly so far and have been tracking the forums. and so far i have found the way the system works is wonderful and youve added many types of parameters for plot and types of quests. so far kudos to ya.

Posted by Katdoral at 2008-10-26 10:37:44    Voted 10.00 on 10/26/08
lol, how very odd...Could have sworn I voted on this already, but guess not, so here it is.

Posted by nereng at 2008-10-26 09:44:48    
Just made a major update! The core scripts now have numerous improvements that were discussed in the No Scripting Guild. See the version history to learn all about it!

Cheers!

Posted by Winterhawk99 at 2008-10-26 07:28:02    Voted 10.00 on 12/12/08
Howdy Nereng, I just Dled the hak and will take a look at it this week :). Im hopeing this will help some of my quest challenged builders for times when they have a great quest idea and want it in the world. Thanks :)

Posted by Tehchump at 2008-10-21 06:42:51    
This system is very nice, I like it. Thank you nereng!

Posted by nereng at 2008-10-19 03:21:38    
Thanks, Cary!

It's true; it was my discussions with Cary over a long time that gave me the idea to try and make a module-making system for non-scripters. I have received lots of good ideas for it from other community members -especially the new members of The No Scripting Guild- but without Cary this system wouldn't even have been an idea.

Cheers! :)

Posted by nereng at 2008-10-16 14:08:40    
Yes, keep your eyes peeled folks! :)

The next update will probably happen sometime next week, and will have numerous improvements from the technical perspective, and hopefully one more tutorial!

Long term plans include solutions for the PW community; One using Knat's extension and another using NWNX. First priority is still the newbie modder, though! Ease of use and No Scripting For You is paramount!

Cheers!

Posted by Fleshmelter at 2008-10-16 12:52:01    
Hmmm, gotta keep my eye on this one =)
_________________________
PW Action Server:
| Chaosgate |


Posted by nereng at 2008-10-12 13:36:04    
@red teflon:
A different set of scripts for PWs? That may be the best idea I've heard today! I've been trying to figure out how to write the scripts so they work equally well in SP and on PWs, but making two different sets seems like a better idea! Thanks for the input!

Cheers! :)

Posted by red teflon at 2008-10-12 10:57:25    Voted 10.00
Hey nereng, I am glad you are keeping this project fresh, it is a good idea. Perhaps adding a persitant set of scripts might be helpful as well.

Posted by ozDallo at 2008-10-12 04:37:51    Voted 10.00 on 10/12/08
A must for the technically challenged builder. Truly cool as is, and knowing nereng's energy it will just keep getting better and better. So full marks from me!

Posted by nereng at 2008-10-11 22:00:39    
Beta02 is here!

There is a new lesson: "How to make kill-quests", and numerous improvements in the scripts. Map-pins are now deactivated (not destroyed!) automatically when the quest is over, unless you write a var on it to keep it active. No more renaming of scripts either, so now I can brag that you don't even have to look at a script when using this system! Several improvements in the kill-quest, which there is also a tutorial for now. And of course, no more lag in the Murky Forest!

Cheers! :)

Posted by Catoptromancer at 2008-10-11 16:28:50    Voted 10.00 on 08/09/09
Like-wise, I had no idea you could right click on an item in a creature's inventory to change the tag. I thought everything had to be edit/copied from the standard pallette first..Thanks for that gem!

2)I was hoping for an on/off toggle in case you want to respawn a quest, but that does sounds pretty good:)

Posted by nereng at 2008-10-10 17:25:10    
@Catoptromancer:

I'll be checking both the Bioboards and this place regularly, so any of them is fine, really. However, maybe the best thing to do is to start a guild for this? Hmm...

To the questions!

1) I had no idea that problem would go away if you make the trees static! Yup, I do get some lags, but only in a couple of places. That could be because my lovely, brand new computer is so powerful! *grins* Anyhow, I'll make all those trees static in the next update!

2) Destroying the pins automatically afterwards is a good idea! I think I'll let that be the default, and only let the pins remain if they have a variable on them! How does that sound? :)

3) That's an interesting idea as well! Builders will have to write a variable on the item instead of renaming a script, and also put the Module script in place. I can put all the code inside an if-clause at the top of the module-script, so it will retain all functionality of the default script and can also be copied to other versions easily... Sounds good! I'll have ready that in the next update I think!

Cheers! :)


Posted by Catoptromancer at 2008-10-10 14:54:55    Voted 10.00 on 08/09/09
Nereng, do you want feedback here or at the bio boards?

I played through the module once so far. It was a lot of fun and everything seems to work as intended.

For starters,

1.Nothing to do with the quest system, but in the Murky Forest:
Do you get a strange, bad lag that strikes everytime you run or try to move a few meters? If so, setting all the new x3 plc trees to static eliminates the problem. The way I do it is by checking the Usable box and then unchecking the Usable box so the Static box becomes available..then check the Static box.
(The bandits killed poor Aluvian Darkstar, her horse and the paladin escortee because the lag grabbed me there,lol.)

2.I'm interested in an option to disable map pins after a quest,if needed..(for courier quests such as a postmaster that has a letter or two to be delivered to different places every time, after a set amount of time has passed.)

3. I'm about to start the tutorial, and at step #43: I'm wondering if making a variable to set on the items, like, "0nsqs_acquired, int, 1" or "FIRE_OA, string, 0nsqs_acquired" is possible?
If it is, it could trim down the number of scripts needed.

  1  2 Next>

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 Prefab Blueprints


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