Nodeka CraftingLogo: Nodeka Crafting

Note: There is a downloadable calculator on the downloads tab

Practices (by %)

Enter a start value and an end value to find out how many practices and how much platinum it will cost

Practices (by platinum)

Enter a your current skill and how much platinum you have and find out how far you can train the skill.

Pools

Enter a start value and an end value to find out how many practices and how much platinum it will cost

Enhancing stats

Enter your current stat value and the value you wish to enhance the stat to.





Note:

  1. Stats cannot be enhanced above 270
  2. This only provides costs for major remorts
  3. Augmenting removes stats by the following formula: aug 1-19 = 300-((aug level+2)*10). So getting aug 7 will cost 90 stats. Aug 20+ all take the stat down to 100.

Table of Contents

  1. Crafting Materials
  2. Calculators

Crafting Materials

Download

Overview

This script identifies what techs you have when you type "quest action, craft" by adding the name of the tech after the output of each line.

Example

1 - Expertise: You have gained a Technique Point. << Ramie Fiber >>

To use it:

Unzip it into your UMC directory (or sub-folder)

In your script.txt file add the following (add directory as needed if you put the file in a folder)

#jsread crafting_materials.js

In your script.js file add the following inside IncomingEvent()

if(typeof craftingMaterialsEvent!='undefined'){ craftingMaterialsEvent(); }

So if you have nothing else in your script.js function it would look like this:

function IncomingEvent(){ if(typeof craftingMaterialsEvent!='undefined'){ craftingMaterialsEvent(); } };

Calculators

Download

Overview

This script provides calculators for practices, pools, and enhancing stats

To use it:

Unzip it into your UMC directory (or sub-folder)

In your script.txt file add the following (add directory as needed if you put the file in a folder)

#jsread calculators.js #alias {calc}{#script doInfoCalculations('%1','%2','%3','%4','%5','%6','%7','%8','%9','%10') }

Instructions are provided inline. Just type "calc" to see the options.