cmmerritt Posted March 31, 2008 Share Posted March 31, 2008 I accidentally killed the mayor in Harkins Landing but then found out I needed to get the bracelet for Tranquility from him. Is there anything I can do short of starting the game over? Quote Link to comment Share on other sites More sharing options...
Zummi Posted March 31, 2008 Share Posted March 31, 2008 You can get another one from Vikas. He's in Exodus. Quote Link to comment Share on other sites More sharing options...
catzen Posted March 31, 2008 Share Posted March 31, 2008 Vikas won't give me one - he keeps telling me to go back to Harkins Landing to tlk to the mayor, but there is no mayor there (I may have killed him). How can I get one? Quote Link to comment Share on other sites More sharing options...
Randomizer Posted March 31, 2008 Share Posted March 31, 2008 You need to add this code: set_spec_item(16,1); to the init state of a zone to give you the bracelet. Save the game. Exit it, Edit a zone script to add that line. Resume the game and enter the zone that you edited like Blackchasm Outpost. Save the game after you get the bracelet. Then exit the game and remove that line so you don't keep getting bracelets. The game is made so in theory you will get a bracelet in Exodus after you kill Lysstak. Also Solberg will give you one if you fight your way through Exodus and reach him (good luck). Quote Link to comment Share on other sites More sharing options...
catzen Posted March 31, 2008 Share Posted March 31, 2008 What script do I add this to? Quote Link to comment Share on other sites More sharing options...
Snuffy Posted March 31, 2008 Share Posted March 31, 2008 Quote: Originally written by catzen:Vikas won't give me one - he keeps telling me to go back to Harkins Landing to tlk to the mayor, but there is no mayor there (I may have killed him). How can I get one? Quote: Originally written by catzen:What script do I add this to? Did you get and complete the Lysstak the Beast quest? If the answer is yes try this: Open scripts folder and find, copy it somewhere safe, then open z06blakchasdlg.txt Find begintalknode 6; state = -1; nextstate = -1; condition = 1; question = "special"; text1 = "The sign says:"; text2 = " Storgald's Herbs"; add code = set_spec_item(16,1); break; It'll look like this: begintalknode 6; state = -1; nextstate = -1; condition = 1; question = "special"; text1 = "The sign says:"; text2 = " Storgald's Herbs"; code = set_spec_item(16,1); break; Save file. Open cheat console and type backtostart. Go due west until you come to sign in front of Storgald's Herbs. Click on sign to read it, then check your special items. Just close and you'll have your bracelet. Note: To open cheat console hit shift D at same time and type in cheat. Quote Link to comment Share on other sites More sharing options...
catzen Posted March 31, 2008 Share Posted March 31, 2008 I am beginning to feel like an idiot - I can't seem to get this. I get the error "Attempted to change out of range Stuff Done Flag" Quote Link to comment Share on other sites More sharing options...
Randomizer Posted March 31, 2008 Share Posted March 31, 2008 Quote: Originally written by catzen:What script do I add this to? Any one for a zone you have already visited and can return to like Blackchasm Outpost. Quote Link to comment Share on other sites More sharing options...
Toby-Linn Posted March 31, 2008 Share Posted March 31, 2008 I thought that after killing Lystak the Beast, you could get a bracelet from Mayor Vikas as well? It mentions it in the hintbook....something about if the town of Harkins Landing is hostile (not the same thing I know) you can go to Mayor Vikas and get the bracelet. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.