Lineage 2 Tower Forum

Full Version: 1.4.2.130
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
  • Added support for GUI translations
  • Fixed problem when skill reuse were lost after re-login/subclass change.
  • Partial fix for UNKNOWN BUTTON problem in teleports. Links now contain id of message (until I find a way to get real teleport names)
I was playing yul archer today and used Mind's Eye skill has around 6 minutes cooldown, but l2tower :IsSkillAvailable() was returning true while skill was still 1/3 cooldown.
something not correct with skill reuse with this version.

to be more precise when SkillCooldown packet get recieved, l2tower consider skills rdy.
I will check that...
probably you are already aware about it, but ClickAndWait() doesn't work if we supply text (without supplying link)

for example, this works:
    LUA Programming
TargetNpc("Pantheon", 32972);
Talk();
ClickAndWait("talk_select", "Quest");




and this does not: (it clicks first available link instead of clicking Quest)
    LUA Programming
TargetNpc("Pantheon", 32972);
Talk();
ClickAndWait("", "Quest");

CT1 Buttons are also not clickable at all by script in .130 (only the big buttons don't work, text links work fine) to test, find NPC with CT1 GUI buttons (like clanhall auctioneer in dion) record script clicking the button, and then execute script. Nothing will happen.
should be fixed in 1.4.2.131
Reference URL's