Eternauta on 4/1/2014 at 18:13
Hi,
I've an optional objective on normal and hard mode.
How can I make this objective required on expert mode?
Thanks in advance!
darthsLair on 4/1/2014 at 18:33
Quote Posted by Eternauta
Hi,
I've an optional obiective on normal and hard mode.
How can I make this obiective required on expert mode?
Thanks in advance!
Hi Eternauta, Just create a new goal (number) for expert. Type your goal.str as you did on normal/hard.
Are you using Tow or are you manually typing in your goals?
If you are using qvars, then notype, Incomplete, where x is your new goal number.
quest_create_mis goal_state_x, 0
quest_create_mis goal_visible_x, 1 (If this goal will be invisible replace the 1 with a 0)
quest_create_mis goal_min_diff_x, 2
Daraan on 4/1/2014 at 23:16
I don't know your Thief Installation but with Tafferpatcher there should be the DromedToolkit included. In YourThiefFolder\Tool\Thief Objective Wizard is a little program to set objectives up more easily. It's gui in the end you just have to save a .cmd and run it from DromEd via 'run YourGoals.Cmd'
Eternauta on 5/1/2014 at 11:33
Quote Posted by darthsLair
Hi Eternauta, Just create a new goal (number) for expert. Type your goal.str as you did on normal/hard.
Are you using Tow or are you manually typing in your goals?
If you are using qvars, then notype, Incomplete, where x is your new goal number.
quest_create_mis goal_state_x, 0
quest_create_mis goal_visible_x, 1 (If this goal will be invisible replace the 1 with a 0)
quest_create_mis goal_min_diff_x, 2
Hi darthsLair,
manually typing! I didn't know I needed to create a new objective.
Thank you! :thumb:
darthsLair on 5/1/2014 at 13:46
Quote Posted by Eternauta
Hi darthsLair,
manually typing! I didn't know I needed to create a new objective.
Thank you! :thumb:
You are welcome Eternauta! Here is Thief Objective Wizard should you decide to use it in the future.
(
https://www.dropbox.com/s/sfe3yqukeo1ypwt/Thief_Objective_Wizard.zip) https://www.dropbox.com/s/sfe3yqukeo1ypwt/Thief_Objective_Wizard.zip
Eternauta on 6/1/2014 at 11:23
Wow, Thank you a lot, darth! :)