Lineage 2 Tower Forum

Full Version: Interlude ! i cant attack mobs.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi to everyone.. Im playing interlude but i have a problem, i set the target and the mele attack and my pg target and go near the target but then it stops there, it doesnt attack.. someone knows why?
Try holding ctrl see what happens
notthing happen.. still the same.. any ideas?
Not enough info for other ideas

But try using a bow

set a nuke attack to start hitting
The server is L2 Cleaver.. Everything works, item use etc etc its just the melee that doesnt work.. what u want to know more?
i have a same problem. i will try anything but any havent results
i must to up that topic. Where is creators? Why thay that do? explain please
(10-24-2012 18:50 PM)Warstar Wrote: [ -> ]i must to up that topic. Where is creators? Why thay that do? explain please
Use this
    LUA Programming
repeat
if(GetTarget()~=nil) then
if(GetTarget():IsMonster() and GetTarget():IsAliveDeath()) then
Command("/attack");
end;
end;
Sleep(500);
until false

Reference URL's