Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How can I build these Quests with the Eventeditor?


Sy-Man
 Share

Recommended Posts

Hi there!

I use the Event Eclipse Version to create Events in my Game. But it isn't easy, I think. I miss some features like a "NPCkillcounter". Can you help me to create my quests?

Quest 1: "Kill xx NPC"

Do you have an idea how the system knows about my kills? The only opportunity I got is to make drops for the NPC. The player has to collect the item an I can use the "Has Item"thing. Do you have any Idea?

Quest 2: "Bring me xx from Item Y"

"Bring me item Y" is easy to create. But how about a number of items? Do you have an Idea?
Link to comment
Share on other sites

I'm going out on a limb here and saying you're using 3.0 from the way you're describing the engine;

The thing you have to realize about the Event System is it's a very helpful tool, however it's no substitute for the quest system. In fact the Event System in 3.0 isn't a complete one. You really need to use n version with a Quest System or add it yourself through source edits. Here's how you would do it with the Event System (I don't suggest it) and you can see why it's not really wise to use it.

**I. Collect X Items -** You would use a Conditional Branch and Parallel Process to make a loop checking, if you had 1 item and take 1 item away. (Needs a source edit to check for more than 1 item).

**II. Kill X Npc -** This isn't viable using the Event System. You would have to use Force Spawn Npc and use either a wait timer or activate an Event that needs clicked. Either way you can't tell if you killed it or ran in circles till time was up. It would be best it dropped a quest item.

**III. Follow/Protect Npc -** Can't really protect him, but through Switches, Wait Commands, and Switches/Variables you can create the illusion of a follow quest.

As you can see using the Event System as a quest System isn't really viable.
Link to comment
Share on other sites

Wiht the event you can`t make that the event recognice that you kill a npc :S. Seach in the forum a tutorial to add the quest system to your eclipse engine ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/biggrin.png)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...