Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Quest Journal #377

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In every MMO, you can get quest like Netgore, but it require a Quest journal 
where you can check when you want the description, the rewards.

There is even more than that.

If you have to kill 10 slimes. You have to see how many slime you still need 
without going into the quest journal. This is the quest helper which help the 
player by showing a result on how many slimes it need.

like this : 

Slimes at the farms (quest name)
Kill 5 / 10 slimes       (quest objectif)

or

Need more supplies  (quest name)
3/7 supplies founds  (quest objectif)

if you have all of them, it show Completed. 

in the quest journal, you can manage which of your quest you want in your quest 
helper, cause if you have 20 quest, you cannot show them all.

Original issue reported on code.google.com by volko...@hotmail.com on 23 May 2013 at 6:43

GoogleCodeExporter commented 9 years ago
I noticed you posted this on the forums and showed pictures dude4004. This is 
particularly good as you raised the original issue.

When are you going to commit this to NetGore? Also, don't forget you can have 
this issue auto complete by adding a comment when committing.

Thanks.

Original comment by darksumm...@gmail.com on 9 Aug 2013 at 8:03

GoogleCodeExporter commented 9 years ago
What is the best way to commit code since this is a very big feature.
Should I use a Vanilla Netgore and add the quest helper to it then commit?

Original comment by volko...@hotmail.com on 9 Aug 2013 at 12:34

GoogleCodeExporter commented 9 years ago
Yea, if you don't have a local SVN repo then that is probably best. Checkout 
the latest NetGore code, add it, then commit :). I can help with this if 
required. Thanks :).

Original comment by darksumm...@gmail.com on 9 Aug 2013 at 4:09