View Single Post
Old 01-29-2010, 09:42 AM   #5
sunaeri
Premium Member
 
Join Date: Dec 2002
Posts: 114
Interface Author - Click to view interfaces
Default

One additional note, the following errors are to be ignored at this time because SoE is working on the merchant window.

[Thu Jan 28 18:08:39 2010] Error: Could not find child MW_Recover_Button in window MerchantWnd

[Thu Jan 28 18:08:39 2010] Error: Could not find child MW_ItemListRecovery in window MerchantWnd

[Thu Jan 28 18:08:39 2010] Error: Could not find child MW_PurchasePage in window MerchantWnd

[Thu Jan 28 18:08:39 2010] Error: Could not find child MW_RecoveryPage in window MerchantWnd

[Thu Jan 28 18:08:39 2010] Error: Could not find child MW_MerchantSubwindows in window MerchantWnd

As far as windows, I would recommend not starting with pet or group to learn on. There have been significant changes to those windows. The Novawulf (Mafoo) bar would actually be a good place to start.

Follow the advice above to find out what pieces are missing.

Find the missing pieces in the default template. Copy them to a temporary place like notepad.

Adjust the dimensions of the screen to allow for two new spell gems.
At the bottom in the screen item take the CY. Divide by 10. Multiply by 2. Round up. Add the result back into the CY. (After a little more experience you will know how to get the number, this is just a quick start method). Test the UI after this step. You will still get errors. This test is to just make sure it loads.

Look at the code of the window you are modifying and the default UI pieces to figure out where the new pieces go. You can use items with the similar name from the UI you are modifying to do this. Test the UI after this step. The errors related to this window should be gone.

Look at the code of the window you are modifying to figure out how to add the spell labels. This should be easier to figure out once you have added the spell gems. Test the UI after this step.

After you have done all that, if you are still having issues, we can look at the code.
sunaeri is offline   Reply With Quote