Lineage 2 Tower Forum

Full Version: Tower Bug Or?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(08-14-2014 03:55 AM)kikocristian Wrote: [ -> ]i have same problem, all toons in same assist(main), the main no assist, but they stop target Sad any idea? start this bug after upadate
This is not same problem.
You have to delete your l2tower gui settings with /clean command and redo everything. Ofc I do not guarantee this will solves the problem, but you should try it
(08-14-2014 05:51 AM)goanga1 Wrote: [ -> ]
(08-14-2014 03:55 AM)kikocristian Wrote: [ -> ]i have same problem, all toons in same assist(main), the main no assist, but they stop target Sad any idea? start this bug after upadate
This is not same problem.
You have to delete your l2tower gui settings with /clean command and redo everything. Ofc I do not guarantee this will solves the problem, but you should try it

i try /clean, reinstall, and same problem SadSadSad
anyone have any idea? Sad
(08-16-2014 14:00 PM)kikocristian Wrote: [ -> ]anyone have any idea? Sad

up
There is one more thing i can think of regarding this issue.
Make sue you do not have the mobs list altered in any way (by using /ignoreall or by using a plugin that filtered mobs and that you forgot about)

also, try using a simple script that uses next target, maybe this will solve your issue.[/code]

Code:
repeat
Command("/targetnext");
  repeat
   if (GetTarget():IsMonster() == true) and (GetMe():IsAlikeDeath() == false) then
   Command("/attack");
   end;
  until GetTarget():IsAlikeDeath();
until false;
(08-18-2014 13:52 PM)goanga1 Wrote: [ -> ]There is one more thing i can think of regarding this issue.
Make sue you do not have the mobs list altered in any way (by using /ignoreall or by using a plugin that filtered mobs and that you forgot about)

also, try using a simple script that uses next target, maybe this will solve your issue.[/code]

Code:
repeat
Command("/targetnext");
repeat
if (GetTarget():IsMonster() == true) and (GetMe():IsAlikeDeath() == false) then
Command("/attack");
end;
until GetTarget():IsAlikeDeath();
until false;
I try remove ignoreall and this nice script, but still bug.
same for me, please someone help us.
hello, I will summarize what is happening. I am configuring the main target, the rest of the party starts giving regular assistance, and sometimes totally random, remain with the target of the dead mob, and even when this mob disappears not catch assist, so come back to catch another when the another mob dies or if I cancel the main target or stick it again.
I already reinstalled the tower clean, made ​​new configurations, tested it on my second computer, I changed the main target.
if anyone can help me I will be very grateful
I also have this problem and alot of times it doesn't even target any mob and completely just stops. If I then target myself, press esc, sometimes it goes back to targeting and doing skills again but not often. My assisters stop assisting the main assister sometimes aswell and just stands there doing nothing.

This came with the newer update of L2Tower.
Hello, after update the new patch, it seems my tower started lagging or with delay on target. When i log everything is ok and working, but when the MA target mobs the assisters from the party are stay 3-5 seconds waiting.
Anyone have the solution?
Pages: 1 2 3
Reference URL's