Quest system

Forum Archive - from http://theuniversal.net
Locked
User avatar
matthew
Game OP
Game OP
Posts: 329
Joined: Thu Oct 09, 2003 5:35 am
Location: Evansville,IN

Quest system

Post by matthew »

i know this is on the (TDL) but when will we have a space trading quest system and npc's and um mining.


i also would like to see alot more but we need more ppl to donate.


and a exp system for item usage, just ships in the starter system that u could kill for the exp for infimp drive, shield and such
User avatar
lucifer1101
Posts: 369
Joined: Mon Aug 07, 2006 12:48 pm
Contact:

Post by lucifer1101 »

thats cool i would love to be able to train and get experience. and with the npcs they could also be used as guides to teach you about the game (ingame tutorials). and small missions would be an excellent feature
SirMelsereth
Posts: 17
Joined: Thu Dec 14, 2006 1:53 am

Post by SirMelsereth »

None of this is farfetched :).

It's possible to implement a scripting system for NPCs, Quests, Events, Etc.

Allow the world owners access to these scripts, and further increase the Uniqueness of each world.

For example, Say Zaroba on Zoric wants to have Bob next to the plane shop.

Code: Select all


script BobDlg
{
  if(PlayerInventory->BiPlane=false)
    Say("You need some wheels, Wings I mean. Grab yourself a BiPlane at a low price of 20s");
  else
    Say("Thank you for buying a biplane.");
}

User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

Post by zaroba »

would be nice.

it would sure beat having a building on ciroz with a message inside thats set up to look like a person and walk back and forth as if bored and waiting for somebody.
User avatar
Magicfinger
Staff
Staff
Posts: 1078
Joined: Tue Sep 30, 2003 10:38 am
Location: here,there and everywhere

Post by Magicfinger »

http://theuniversal.net/forum/viewtopic ... =scripting

again it all just takes time to code.
Locked