1

(41 replies, posted in News)

I was trying to think of a way to force players to engage an kill enemies when they are ambushed, as opposed to just running from combat.  Would it be too far-fetched to have a quest slow the engines of the player during ambushes until all spawned enemies are destroyed? (or some other criteria).

The only other way I can think of forcing players to actively defend themselves (rather than run) would be to have those mobs drop an item that they need to complete the quest.

edit:(But this could be problematic for groups completing a quest if someone picks up an item they shouldn't have, or too many of the items, making it impossible for one or more players to complete the quest.

Thoughts?

Also, Angus.  What is your current focus for quests? End Game or level progression? 

I was thinking of adding a simple quest chain at each inner system to help the player find leveling paths without having to rely on reading the guide online.  This would also help close the item gaps between systems that seems to plague new players, as I am a level 17 with level 0-9 gear, which makes sense that a level 14 can become "hard" to kill.


Edit:
is there any way to get a function to return the player's base class?  (just engi, path, pyro, etc, tier doesn't matter).  This would aid in selecting items based on player's class,

2

(41 replies, posted in News)

I'll take a look at the doc's tonight. I'm a programmer, and I've looked into lua before (briefly). I was thinking of a protection/escort style mission as well, with multiple ambushes along the way.

Maybe some "daily" style missions that allows a player to get a choice between multiple missions, limited to only one a day or so, with rewards ranging from fabrications to momentary rewards.

I think it would also be fun to add a supply/demand system to planets, perhaps smuggling goods from one planet to another, that would disable teleportation and draw enemies along the way, reward based on level(or planet and distance between planets)

Edit:  Looks good to go. I'll start writting scripts this week and see how it goes.  Once I get done with my first quest script I'll start a new topic for other ideas for quests, rewards, etc.

Note:  Would it be possible to add a spawn_mob(name, level, ...) to the lua API?  This would allow spawning (enemy) mobs throught the completion of the quest.