Lineage 2 Tower Forum

Full Version: 1.4.1.128
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • Recompiled to use .NET 4.0 and support Windows XP/2003
<3
links in all dialogs still broken (all links are UNKNOWN BUTTON XX)
please fix!

    LUA Programming
h = HtmlDialog();
 for link in h.links do
  ShowToClient("", tostring(link.text));
 end;

Reference URL's