May 2004
- Thief class (was: MUD-Dev Digest, Vol 11, Issue 23) Ghilardi Filippo
- Levels, classes and choice cruise
- Levels, classes and choice Sean Howard
- R: Playing catch-up with levels Ghilardi Filippo
- R: Levels, classes and choice Ghilardi Filippo
- R: Levels, classes and choice Byron Ellacott
- What is an RPG? [Was: Playing catch-up with levels] Sean Middleditch
- What is an RPG? [Was: Playing catch-up with levels] Darksuit
- What is an RPG? [Was: Playing catch-up with levels] Sean Middleditch
- What is an RPG? Mike Rozak
- What is an RPG? Threshold RPG
- What is an RPG? Byron Ellacott
- What is an RPG? Amanda Walker
- More on levels, was What is an RPG? rick cronan
- More on levels, was What is an RPG? Mike Rozak
- More on levels, was What is an RPG? rick cronan
- More on levels, was What is an RPG? Byron Ellacott
- Playing catch-up with levels Freeman, Jeff
- SOC ANNOUNCE: Research project into Social Interactions in MMORPG field, need help PMooney@peddie.org
- Multiplayer Game Logic System sszretter
- Multiplayer Game Logic System Douglas Goodall
- Multiplayer Game Logic System Mike Rozak
- [SOC] A letter: Dear MMOG Corey Crawford
- Playing catch-up with levels Sean Howard
- Playing catch-up with levels Freeman, Jeff
- More on levels, was What is an RPG? Mike Rozak
- More on levels, was What is an RPG? Jeff Fuller
- More on levels, was What is an RPG? Mike Rozak
- Reminder: Community Work Symposium - May 21 T.L. Taylor
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Amanda Walker
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Alex Chacha
- DESIGN: Online adventure games Ola Fosheim Grøstad
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Jason Downs
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Malcolm W. Tester II
- DESIGN: Online adventure games J C Lawrence
- DESIGN: Online adventure games Malcolm W. Tester II
- DESIGN: Online adventure games Fred Snyder
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Fred Snyder
- DESIGN: Online adventure games Steven King
- DESIGN: Online adventure games Amanda Walker
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Alex Chacha
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games Malcolm W. Tester II
- DESIGN: Online adventure games Tracy Lee
- DESIGN: Online adventure games Mike Rozak
- DESIGN: Online adventure games J C Lawrence
- DESIGN: Online adventure games Malcolm W. Tester II
- MEDIA: Puzzle Pirates wins Webby J C Lawrence
- NEWS: Online Economies Brian Thyer
- IRC Channels for Virtual Worlds Discussion Matt Wilson
- Natural Language Generation Tiago Carita
- Natural Language Generation Eric Rhea
- Natural Language Generation Douglas Goodall
- Natural Language Generation Hans-Henrik Staerfeldt
- Natural Language Generation mugginsm@under-the-fridge.com
- Natural Language Generation Michael "Flury" Chui
- Natural Language Generation Sean Middleditch
- Natural Language Generation blizzard36_2002@yahoo.com
- Natural Language Generation Steven King
- Natural Language Generation Michael "Flury" Chui
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Robert Zubek
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Malcolm W. Tester II
Michael Sellers wrote:
> Believable characters OTOH -- with or without NLG -- will make
> gameplay much more immersive and consequential. Imagine asking a
> tavern keeper NPC for info on where to buy good weapons. Consider
> how his responses might differ based on whether he's seen you
> before, whether you tipped well last time, whether and how he's
> heard other NPCs (and PCs) talk about you, and, say, whether he
> heard you were flirting heavily with the blacksmith's daughter
> (whom he happens to be in love with), or were the one to save her
> from ruffians. This goes way beyond script- or knowledge-based
> responses, but provides much more interesting player-related
> context for even the simplest menu-driven interactions.
This whole approach is, in my mind, quite doable. Referring back to
my mud, I have something like this laid out on paper. It's one of
the things not implemented yet. I would say a couple years or so
ago, this may not be possible (reasonably) for an lpmud using the
Amylaar/Ldmud driver. However, with MySQL support (and I've
considered writing code to let it use MS SQL, shouldn't be that
hard), you can store all the data you need quite easily. I've gone
back and forth an actually implementing it, because it really goes
hand in hand with world persistence, IMO. I'm not sold on how far I
should take world persistence. Should they remember until the next
reboot or crash? Should they remember real-time for a month,
several months, forever? It depends on whether the mud in general
works the same way. For my ideas, world persistence is a catch 22.
I need it for shops, economy, etc. However, for quests, I would
have to write much more content. If you take a mish mash of the
two, it could work rather well, but I would have to let go of
realism and hold more to fun, enjoyment, etc.
Anyway, for the above concept, the database would simply have an
entry for each monster/NPC you care to register. You could do this
globally (and thus the green troll in the mountain cave could
remember who killed him, and how many times, and react more
aggressively each time, or run away or something), or just for real
NPCs that aren't for killing, as mentioned above. With a wide
enough variety of cause and effects, the player would really enjoy
it, I think.
To reinforce the idea, I created a monster once where he reacted to
soul emotions, actions, etc. You could kiss him, kick him, kill
him, give him items, whatever. He would react appropriately to each
action. A kick would earn you a swift beating (resulting in real
loss of HPs, maybe being chased out of the room too). Trying to
kill him would earn you a swift death, and a beating any time he saw
you for the next few days. And if you attacked and ran, he would
chase you down. (His theme was that of an older, wiser, more
experienced, "back off" kind of guy. Someone you just don't want to
mess with). Strangely enough, players LOVED him. They would
complain out the wazoo about him, but you'd see gangs of players
taking him out, just to do it. Or interacting with him in other
ways. Very intersting. Sadly, I moved on to other things and he
became outdated in comparison to some of the core mud code, and I
shut him down. That lead to numerous emails requesting him back,
how everyone missed him, etc. I didn't have the time or desire to
code on this mud anymore though, so I never resurrected him. But he
was what lead to my desire to make it world-wide in my mud.
-Malc - believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) J C Lawrence
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) J C Lawrence
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Brian 'Psychochild' Green
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Freeman, Jeff
- believable NPCs (was Natural Language Generation) Robert Zubek
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Samantha LeCraft
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Douglas Goodall
- believable NPCs (was Natural Language Generation) Hulbert, Leland
- believable NPCs (was Natural Language Generation) Samantha LeCraft
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Paolo Piselli
- believable NPCs (was Natural Language Generation) Matt Mihaly
- believable NPCs (was Natural Language Generation) Daniel.Harman@barclayscapital.com
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Daniel.Harman@barclayscapital.com
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) J C Lawrence
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Byron Ellacott
- believable NPCs (was Natural Language Generation) John Buehler
- believable NPCs (was Natural Language Generation) J C Lawrence
- believable NPCs (was Natural Language Generation) John Buehler
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Eli Stevens {WG.c}
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Sam Mason
- believable NPCs (was Natural Language Generation) John Arras
- DGN: Rooms, Directions, etc. - any alternatives? Skane2004@aol.com
- DGN: Rooms, Directions, etc. - any alternatives? Malcolm W. Tester II
- DGN: Rooms, Directions, etc. - any alternatives? Otis Viles
- DGN: Rooms, Directions, etc. - any alternatives? Sarah J. Blake
- DGN: Rooms, Directions, etc. - any alternatives? Kwon J. Ekstrom
- DGN: Rooms, Directions, etc. - any alternatives? Fred Snyder
- DGN: Rooms, Directions, etc. - any alternatives? Zach Collins {Siege}
- DGN: Rooms, Directions, etc. - any alternatives? Sean Middleditch
- MEDIA: Virtual Dopers Crave High Scores J C Lawrence
- MEDIA: Virtual Dopers Crave High Scores David Kennerly
- MEDIA: Virtual Dopers Crave High Scores David Heyman
- believable NPCs (was Natural Language Generation) Matt Mihaly
- believable NPCs (was Natural Language Generation) Malcolm W. Tester II
- DESIGN: Crime and Punishment Matt Mihaly
- DESIGN: Crime and Punishment J C Lawrence
- DESIGN: Crime and Punishment Ghilardi Filippo
- believable NPCs (was Natural Language Generation) Daniel.Harman@barclayscapital.com
- believable NPCs (was Natural Language Generation) Freeman, Jeff
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Douglas Goodall
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) John Buehler
- believable NPCs (was Natural Language Generation) Freeman, Jeff
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Freeman, Jeff
- believable NPCs (was Natural Language Generation) Matt Mihaly
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Tracy Lee
- believable NPCs (was Natural Language Generation) Matt Mihaly
- believable NPCs (was Natural Language Generation) Michael Sellers
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Matt Mihaly
- believable NPCs (was Natural Language Generation) Amanda Walker
- believable NPCs (was Natural Language Generation) Freeman, Jeff
- believable NPCs (was Natural Language Generation) Mathieu Castelli
- believable NPCs (was Natural Language Generation) Mathieu Castelli
- China practically bans online gaming? Sulka Haro
- China practically bans online gaming Sulka Haro
- SOCIAL MEDIA: California Law Review: The Laws of Virtual Worlds J C Lawrence
- playing the mob (was: believable NPCs) ceo
- BIZ: Ban selling of in-game items for real cash? Yumiko
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? John Buehler
- BIZ: Ban selling of in-game items for real cash? vlad cole
- BIZ: Ban selling of in-game items for real cash? Brandon J. Van Every
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? Brandon J. Van Every
- BIZ: Ban selling of in-game items for real cash? Tess Lowe
- BIZ: Ban selling of in-game items for real cash? Kwon J. Ekstrom
- BIZ: Ban selling of in-game items for real cash? Tess Snider
- BIZ: Ban selling of in-game items for real cash? Kwon J. Ekstrom
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? Peter Keeler
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? John Arras
- BIZ: Ban selling of in-game items for real cash? Kwon J. Ekstrom
- BIZ: Ban selling of in-game items for real cash? Matt Mihaly
- BIZ: Ban selling of in-game items for real cash? Tess Lowe
- BIZ: Ban selling of in-game items for real cash? Matthew Mihaly
- BIZ: Ban selling of in-game items for real cash? Daniel.Harman@barclayscapital.com
- BIZ: Ban selling of in-game items for real cash? Kwon J. Ekstrom
- BIZ: Ban selling of in-game items for real cash? Malcolm W. Tester II
- BIZ: Ban selling of in-game items for real cash? Matthew Mihaly
- BIZ: Ban selling of in-game items for real cash? Malcolm W. Tester II
- BIZ: Ban selling of in-game items for real cash? ghovs
- BIZ: Ban selling of in-game items for real cash? ren@aldermangroup.com