<html>
<head>
<title>Zodiac Age job assignent fuckery</title>
</head>
<body>
<script type="text/javascript">
function getJob(number) {
switch(number) {
case 1:
return "Archer";
case 2:
return "Black Mage";
case 3:
return "Bushi";
case 4:
return "Foebreaker";
case 5:
return "Knight";
case 6:
return "Machinist";
case 7:
return "Monk";
case 8:
return "Red Mage";
case 9:
return "Shikari";
case 10:
return "Time Mage";
case 11:
return "White Mage";
case 12:
return "Uhlan";
default:
return "It will be sunny all afternoon";
}
}
function assign() {
var number = Math.floor((Math.random() * 12) + 1);
var job = getJob(number);
document.getElementById("job").innerHTML = "The job picked was " + job;
}
</script>
<button onclick="assign()">Get a job</button>
<p id="job"></p>
</body>
</html>
Mkay, written while durnking so it's horrible vanilla JavaScript but it works.
Copy text and save as .html, then open in browser. Enjoy
Code:<html> <head> <title>Zodiac Age job assignent fuckery</title> </head> <body> <script type="text/javascript"> function getJob(number) { switch(number) { case 1: return "Archer"; case 2: return "Black Mage"; case 3: return "Bushi"; case 4: return "Foebreaker"; case 5: return "Knight"; case 6: return "Machinist"; case 7: return "Monk"; case 8: return "Red Mage"; case 9: return "Shikari"; case 10: return "Time Mage"; case 11: return "White Mage"; case 12: return "Uhlan"; default: return "It will be sunny all afternoon"; } } function assign() { var number = Math.floor((Math.random() * 12) + 1); var job = getJob(number); document.getElementById("job").innerHTML = "The job picked was " + job; } </script> <button onclick="assign()">Get a job</button> <p id="job"></p> </body> </html>
Copy the code, open Notepad, paste the code, choose Save As, replace .txt with. html, save, then find the file where you saved it in your file explorer - it should have a browser icon now (your default browser) and when you click it it should open in your browser
Nolan North is Vossler
did we know this
Where are the Golden Armlets in ZA?
I'm almost at the Phon coast (I think) and I swear I just brought some from a shop in the old game.
Are we talking about Golden Amulets? I don't think there is an accessory called Golden Armlet. I thought you couldn't buy them from a regular merchant in this version... at least you can't in IZJS. I got two from chests and one as a reward from an early hunt. But if you can buy them I'm going ASAP. How far into the game do you need to be to be allowed to buy them?
Also my boyfriend is leveling Balthier lol