Xeen Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 373: Line 373:
   
 
There are two sets of items. One is for Clouds, the other is for Darkside. Each side has 4 blacksmiths you can buy from. The items are not ordered sequentially by shop, but are interlaced: that is, the first item in the weapon list found at offset 0x340 belongs to blacksmith 1, the second item in the weapon list (at offset 0x344) belongs to blacksmith 2, etc... The second item found at blacksmith 1 is the 5th item in the list, found at offset 0x350.
 
There are two sets of items. One is for Clouds, the other is for Darkside. Each side has 4 blacksmiths you can buy from. The items are not ordered sequentially by shop, but are interlaced: that is, the first item in the weapon list found at offset 0x340 belongs to blacksmith 1, the second item in the weapon list (at offset 0x344) belongs to blacksmith 2, etc... The second item found at blacksmith 1 is the 5th item in the list, found at offset 0x350.
 
The Terra/Xeen engine is coded pretty cleverly when it comes to time:
 
* Valid values for the current '''day''' are between 0 and 99. Any value beyond 99 gets reduced by 100 after 12am and 1 year is added... except 32,767. If you pass midnight on that day, the game adds another day and completely breaks the counter (and the Information display) until you reach 65,536, which then rolls the counter over to 0.
 
* Valid values for the current '''year''' seem to be between 0 and 65,535. Once you hit 65,536, however, the counter rolls back over to 0.
 
* Valid values for the current '''minute''' are between 0 and 1,439. Any values over 1,499 cause the hour display to show 13 or higher (Your value / 60 - 12), but the clock instantly fixes itself the instant the player takes any action by subtracting 1,440 minutes (and adding a day) until it can show a valid time. As always, 65,536 will reset the counter.
 
<!-- Time research info submitted by Joseph Lithius -->
 
   
 
I'm pretty sure WinCount/LossCount has something to do with Warzone. This needs confirmation.
 
I'm pretty sure WinCount/LossCount has something to do with Warzone. This needs confirmation.
Please note that all contributions to the Xeen Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)