Hello, I am submitting a showcase for quest development.
I did my showcase using the claim: Soul Inheritor.
Feedback appreciated! Especially with scripting because I've definitely messed something up.
Hello, I am submitting a showcase for quest development.
I did my showcase using the claim: Soul Inheritor.
Feedback appreciated! Especially with scripting because I've definitely messed something up.
2022-04-18 15:48
6 days 11 hours ago
(Tested in Vanilla + MCP + MGEXE)
Thanks for your showcase! Nice initial work. There are some things still that need fixing.
Please take a look at the style guide here: https://wiki.project-tamriel.com/wiki/Writing_and_Dialogue_Guidelines
Notes:
Did you test your work in-game before submitting for review? The version you uploaded doesn't work as intended for me.
The quest could also be structured a little better. Have Almere ask for the soul gem in the topic as soon as the quest is given, with the yes option gated behind the player having the gem (see the Firewatch TG quests for an example of how this is done). Put the dialogue where he advises to buy a scroll of soul trap behind the "No" option, unless the player has killed Ondres' ghost, in which case have Almere attack.
To account for Ondres being dead before the quest starts, have a dialogue option for the player in the quest intro, with the option to hand over the soul gem as well if they've already acquired it.
2023-01-04 03:24
1 year 8 months ago
Just felt I should update here to say I am still working on this, but I've been pretty ill this past week so progress has stalled.
2020-12-31 14:03
3 days 5 hours ago
Get well soon!
There is no fear in love. But perfect love drives out fear,
because fear has to do with punishment.
The one who fears is not made perfect in love. 1 John 4:18
2023-01-04 03:24
1 year 8 months ago
Hello!
I have returned with an update. I have gone through pralec's feedback and tried to incorporate it to the best of my ability. I have rejigged the dialogue trees of the quest to make them more concise, fixed the problems with the dialogue results, and generally the quest should work at a basic level (I went through and tested almost every path I can think of and it all seems to work fine on my end at least!)
What I am struggling with though is the DaysPassed script and getting Almere to correctly disappear. I can't seem to make it work as requested. Are there any examples elsewhere in TR to look at? Scripting is definitely the most daunting thing for me, and I have tried using the Scripting Guide for Dummies but I am finding this particular aspect a struggle.
I've uploaded all of the changes I've made so far below.
2022-04-18 15:48
6 days 11 hours ago
Nice work on updating the quest, it is much improved. Notes below:
Refusing the quest shouldn't trigger a journal update. The point of being able to refuse a quest is to keep your quest list from getting cluttered. If you want Almere to have something different to say after his first request, you can define a variable in his script and then set it in dialogue for his first offer, then filter the dialogue for his second offer to that variable:
You've got a triple-dash ("---") in the dialogue entry where Almere attacks the player.
Generally the dialogue is very good, and captures the character well. There are places where it feels a little untidy to me, though. Now that the bones are there, go through the dialogue with an editor's eye and tighten it up a bit. Usual writing advice applies: cut out redundant and unnecessary words.
Also maybe give a little dialogue to the bartender in Hlaalu Ferry so they can give you more specific directions to Mirba.
As for the script which makes him leave, take a look at this page: https://www.tamriel-rebuilt.org/content/script-library
It looks like you made some wild edits to the Council Club interior. Some doors and stools were moved - was this intentional? If not, you'll need to clean out the Council Club cell with TESAME and then add Almere back in without touching any of the other stuff in the int.
This is very close to being mergeable. Thank you for your work on it.
2023-01-04 03:24
1 year 8 months ago
Feb was a busy month for me, will have another (hopefully final!) update sometime in the next week.
2023-01-04 03:24
1 year 8 months ago
Once more with feeling.
I think everything is right except for one thing. I can make Almere disappear after 24 hours, but he'll do it when the player is in the same cell. So I have messed something up with the
because it's not being recognized. The script is a bit of a mess because I tried combining the "Wait 24 hours to trigger something" and "Make an NPC leave" scripts in the Script Library.
I think that's the only thing remaining that needs fixing though! I trimmed the dialogue down a bit and cut out some unnecessary sentences, did some polishing elsewhere, etc.
2023-01-04 03:24
1 year 8 months ago
Thanks to pralec taking the time to explain this to me and helping with the script, I can say that this is now hopefully complete!
2022-04-18 15:48
6 days 11 hours ago
Hey Vayatir, thanks for this update!
There's script errors when you hand in the quest. The source is the results box. You've got additem->soulgem (I hope you can see why this is wrong - the arrow -> is used when you're getting a ref on the left of the arrow to do the command on the right of the arrow). You use it correctly earlier in the same box, so I think you understand how it works. Also there's a dialogue entry that won't be seen: "Mirba is located southeast of the Hlaalu Ferry..." because of filtering. It's not a necessary line, and you added the information contained within to the response to the player taking the quest. This line can just be deleted.
But these are small errors, and the script works well, so I think we can promote you. Fix those errors, claim the quest when you have permissions, and then upload your quest and mark it ready for review.