Jump to content

need bracelet but killed mayor on accident


cmmerritt
 Share

Recommended Posts

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).

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...