Jump to content

save edit?


Recommended Posts

It's item #295. No idea about save edits, but you can edit a script to give yourself the item. First, locate the scripts folder - where it is depends on your platform and probably where you bought the game.

 

Then, locate the dialogue script for a friendly town that you are in or is near you. Town dialogue scripts start with the letter 't', then a number, then the name of the town (possibly abbreviated), then 'dlg'. So the dialogue script for Formello is called: t1Formellodlg (possibly with a .txt extension)

 

Make a backup copy of the script. Seriously. Do this.

 

Open the script (with a text editor of some kind), and locate an easy to access dialogue node. If you tell me which town you're near, I can recommend a specific one. Dialogue nodes start with "begintalknode".

 

At the end of the node, append the following code:

 

code =
reward_give(295);
break;

 

Save changes.

 

Then trigger the code by talking to the person in-game. Each time you do so, you will get one focusing crystal. Or you could repeat the reward_give line to give yourself multiple crystals at once.

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.

×
×
  • Create New...