Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Builders and Areas
Click here to Register

Reply
 
Thread Tools
Old 05-27-2009, 08:37 AM   #1
Big Grig
New Member
 
Join Date: Mar 2009
Home MUD: http://www.timesmud.com/ - timesmud.com:8500
Posts: 15
Big Grig is on a distinguished road
Send a message via AIM to Big Grig
Cool Has anyone ever used this system?

Hello all,

I work on a system where there is an automatic questing system. I can set it up where the player has to kill a mobile, find a mobile, find a room, find an object, or give an object to a mobile.

I find that the possibilities are pretty endless with this system as far as being able to incorporate the quests with existing zones. As well as being able to create new mobiles for either social aspects of a quest, or a target mob to kill.

The rewards for the quests are pretty endless as well. I mean right now I am trying to create a whole system to replace the typical grind of experience points by killing a mobile. So, the reward is experience points, gold, and new player equipment. However, it could really be anything including quest points that can be exchanged for special equipment or just give out some new cool item.

Well, with all that being said. Has anyone ever used a system like this?

I’m looking for ideas on what I can do as far as using the quests as an alternate leveling system. Thanks in advance for any feed back!

-G
Big Grig is offline   Reply With Quote
Old 05-27-2009, 09:26 AM   #2
KaVir
Legend
 
KaVir's Avatar
 
Join Date: Apr 2002
Name: Richard
Home MUD: God Wars II
Posts: 2,052
KaVir will become famous soon enoughKaVir will become famous soon enough
Re: Has anyone ever used this system?

Yes, quite a few muds use that sort of approach - it's been available in snippet form for around 15 years or so I believe. As with most systems it has its pros and cons...the risk is that, if overused, it can end up becoming just another type of grind, no more interesting than the the repetitive mob killing it was intended to replace.
KaVir is offline   Reply With Quote
Old 05-27-2009, 09:28 PM   #3
Milawe
Senior Member
 
Join Date: Jan 2006
Location: USA
Home MUD: Threshold RPG
Home MUD: Stash
Home MUD: Archons of Avenshar
Posts: 653
Milawe has a spectacular aura aboutMilawe has a spectacular aura about
Re: Has anyone ever used this system?

Almost all of the 2nd generation MMOs use this type of leveling, and our latest project supports an extensive system for what you describe. (We simply don't call it questing because I personally feel that quests should be epic. That's kind of irrelevent for this discussion, I guess!)

But you can check out any of the modern MMOs to see how they do it, or you can come visit and see how we did it.
Milawe is offline   Reply With Quote
Old 05-28-2009, 07:54 AM   #4
Sergeytov
Member
 
Join Date: Aug 2007
Posts: 50
Sergeytov is on a distinguished road
Re: Has anyone ever used this system?

Perhaps a bit OT, but I remember reading in a few places there are only 5 different types of quests.

1) Kill mob(s).
2) Gather stuff
3) Escort NPC
4) Take Item A to Location B.
5) Activate Item (possibly in location X)

Whoever can transcend that system, that's where I see the real innovation coming from in the near future for hack'n'slash/quest based games.
Sergeytov is offline   Reply With Quote
Old 05-28-2009, 08:14 AM   #5
Milawe
Senior Member
 
Join Date: Jan 2006
Location: USA
Home MUD: Threshold RPG
Home MUD: Stash
Home MUD: Archons of Avenshar
Posts: 653
Milawe has a spectacular aura aboutMilawe has a spectacular aura about
Re: Has anyone ever used this system?

A few games have quest requirements like:

"Form a party"
"Get at least one person to join your party"
"Talk to another player"
"Send a whisper to another player"

You can link the quest system to basic commands. I liked those quest accomplishments since they helped promote player interaction. The current questing systems on all the 2nd generation MMO often result in quest grinding, which is really bad for player interaction besides screaming at each other for tagging mobs and griefing.
Milawe is offline   Reply With Quote
Old 05-28-2009, 09:16 AM   #6
Big Grig
New Member
 
Join Date: Mar 2009
Home MUD: http://www.timesmud.com/ - timesmud.com:8500
Posts: 15
Big Grig is on a distinguished road
Send a message via AIM to Big Grig
Re: Has anyone ever used this system?

Thanks for all the info!

-G
Big Grig is offline   Reply With Quote
Old 05-29-2009, 10:56 PM   #7
Threshold
Legend
 
Join Date: Apr 2002
Home MUD: Threshold RPG
Posts: 1,260
Threshold will become famous soon enough
Re: Has anyone ever used this system?


I totally agree. I wrote an article about this a few months ago, and it got picked up on a number of gaming blogs.

Threshold is offline   Reply With Quote
Old 06-17-2009, 08:11 PM   #8
noodles
Member
 
Join Date: Nov 2002
Posts: 30
noodles is on a distinguished road
Re: Has anyone ever used this system?

The MUD-Dev mailing list used to be a great place for discussion of topics like this. Indeed, this very topic was discussed many times during the heyday of MUD development. Nowadays, MUD-Dev is stagnant, but the older posts are a goldmine of ideas and notes on/for this kind of system.

Here's some related threads, which I have kindly interpreted a summary of for you:
: Started by someone who has a pretty decent generation system at their disposal, with detail on how it operates. It sounds very nice and employs some of the best concepts like in-game places and entities objects being database objects, that can be factored into the quests. It also scales the difficulty according to the player doing the quest (a feature of the computer game Oblivion that I personally found immersion breaking). A pointers to a previous thread is given (these posts seem to be missing from this archive of the list but may be found in another) and a comparison made between the approaches.

: Differentiates between static quests and dynamic quests. Supporting game systems to facilitate player awareness of quests they are engaged in. Involvement of in-game resources. Use of scripting languages and programming approaches including triggers.

: Thoughts on factoring story and plot into generated quests. Use of overarching plots. Involvement of in-game entities. A personal preference for manual systems and thoughts on rewards that appeal to a player. Believable responses by the game world to the side-effects of dynamic quests.

: The initial post of this thread is missing from the archives. Starts with the topic of keeping quests generated by a dynamic quest system fresh and interesting, and avoiding them eventually becoming stale. Making quests robust in the presence of gameplay concurrency - that is the interaction of other players in the resources involved in the quest. Possibility of generating quests for different players that compete against each other.

: Starts off slow, then veers towards noting Chris Crawford's what is now named StoryTron system. Also links to his essay "Interactivity, Plot, Free Will, Determinism, Quantum Mechanics, and Temporal Irreversibility." Mention of a proof that "interesting stories are not computable, therefore cannot be generated." Disagreement about this proof. More missing posts from this archive. Thoughts on designer tools taking care of the low-level details.
It's quite inspirational to read through this. While there are some posters in there who have written their own system, speculating about the possibilities is to some degree navel gazing. The real knowledge is in having implemented it and seeing where you can take it, and what changes you have to make to get there.
noodles is offline   Reply With Quote
Old 06-20-2009, 07:16 PM   #9
Milawe
Senior Member
 
Join Date: Jan 2006
Location: USA
Home MUD: Threshold RPG
Home MUD: Stash
Home MUD: Archons of Avenshar
Posts: 653
Milawe has a spectacular aura aboutMilawe has a spectacular aura about
Re: Has anyone ever used this system?

Thanks for the links. Those are some very interesting posts. Long live, Mud Dev!
Milawe is offline   Reply With Quote
Reply


Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 06:23 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022