Jump to content

OMGzOMG

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by OMGzOMG

  1. to resize everything just use "size_percent_width" in xdat on everything inside the window https://imgur.com/KJVWOvc.jpg
  2. I send it for u in another topic about extra window... its the same method
  3. you can send to all html windows, you just need to change the viewtype, but but the name of npcs window is "NPCDialogWnd". the function for you to understand how to send to another window: function HandleLoadHtmlFromString(string param) { local string htmlString; local int tmp; ParseString(param, "HTMLString", htmlString); ParseInt(param, "isExtra", tmp); if(tmp != 1) { m_hHtmlViewer.LoadHtmlFromString(htmlString); ShowNPCDialogWnd(); }else { m_ScriptExtra.HandleShowBoardPacket(param); } }
  4. Set a param inside the html and separe the windows(normal -> extra) in the interface script
  5. Retails is here: L2UI_CH3.PARTYWND.party_styleicon
  6. any custom utx from interface have it, use l2tool to find it
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..