15:14 K, here's the story line:
15:15 Clean DB
15:15 - When WhiteCore Server starts
15:15 it needs to create the system users
15:15 and then
15:15 - Create SystemMainland Estate with ID = 1
15:15 Give it the name WhiteCore Mainland
15:15 and the owner of that estate is Governor White
15:15 - Create SystemEstates Estate with ID = 100
15:16 Give it the name WhiteCore Estates
15:16 and the owner of that estate is RealEstate Owner
15:16 that's the startup
15:16 \ Region Creation *
15:16 When user creates a new region
15:16 If regionType = Mainland
15:16 Hang region under EstateID = 1
15:16 and set LandOwner to Governor White
15:17 If regionType = Estate
15:17 Ask which user will be the Estate owner
15:17 - User exists:
15:17 * Lookup the highest number of Estate ID's
15:17 (which should be 100 with a clean DB)
15:17 Add 1 to that number
15:18 Ask user what the name of the Estate should be
15:18 Create NEW Estate with Estatename = and EstateID = 101
15:18 - User does not exist yet
15:18 * Ask user if he wants the region to be stored till user can be made
15:19 \ If user says Yes, place region under EstateID = 100
15:19 and RegionOwner = RealEstate Owner
15:19 When the user exists and the Estate is existing, set RegionOwner to Username
15:19 That's the complete runthrough from startup to working
15:14 K, here's the story line:
15:15 Clean DB
15:15 - When WhiteCore Server starts
15:15 it needs to create the system users
15:15 and then
15:15 - Create SystemMainland Estate with ID = 1
15:15 Give it the name WhiteCore Mainland
15:15 and the owner of that estate is Governor White
15:15 - Create SystemEstates Estate with ID = 100
15:16 Give it the name WhiteCore Estates
15:16 and the owner of that estate is RealEstate Owner
15:16 that's the startup
15:16 \ Region Creation *
15:16 When user creates a new region
15:16 If regionType = Mainland
15:16 Hang region under EstateID = 1
15:16 and set LandOwner to Governor White
15:17 If regionType = Estate
15:17 Ask which user will be the Estate owner
15:17 - User exists:
15:17 * Lookup the highest number of Estate ID's
15:17 (which should be 100 with a clean DB)
15:17 Add 1 to that number
15:18 Ask user what the name of the Estate should be
15:18 Create NEW Estate with Estatename = and EstateID = 101
15:18 - User does not exist yet
15:18 * Ask user if he wants the region to be stored till user can be made
15:19 \ If user says Yes, place region under EstateID = 100
15:19 and RegionOwner = RealEstate Owner
15:19 When the user exists and the Estate is existing, set RegionOwner to Username
15:19 That's the complete runthrough from startup to working