Lineage 2 Tower Forum

Full Version: Assist problems on a 7 man party
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My MA target a mob and all the party just ignore the assist, most the times the MA kills the mob alone, others no and all the party dies.

Someone knows a script or plugin to prevent this
You nust have some bad settings if asist is not working, or check background performance
(01-20-2014 23:59 PM)Fox Wrote: [ -> ]You nust have some bad settings if asist is not working, or check background performance

don't froget to not have target in all of ur toons, example ur tyrr have in target a npc near, he ll probly wont hit, stuff like that i had when started L2tower a year ago, just some misstakes...!
Review your settings.. the only class youll have problem is the Feoh, but that has already a plug in for fix. And healerfix for healer target fix too. So just check them out on others posts. Smile
the background performence is a big prob if u have to low ram it u will have a problem cause at my pc at 11clients i get the problem that 1 or 2 clients sometimes stand at a point and do nothing i do at the moment dont know how to resolve the problem but i try to find a resolution Tongue
A temp fix i found out is to try and setup all party members to take assist from all party members Smile
solve the problem with a script that reset tartget wvery 30s, works like a charm now.. and he i think can be a low ram problem and low tps, ty for all ur help guys.
Well can u share the script?
function HealerTargetFix()
local MyTarget = GetTarget();
if(MyTarget ~= nil) and ((MyTarget:IsMonster())
or not ((MyTarget:IsMyPartyMember()) or MyTarget:IsMe() or MyTarget:IsNpc() or (MyTarget:IsPlayer()))) then
ClearTargets();
CancelTarget(false);

end;
end;



repeat
HealerTargetFix()
Sleep(30000);
until false;MyTarget = GetTarget();

repeat


if(MyTarget ~= nil) and ((MyTarget:IsMonster())) then
ClearTargets();
CancelTarget(false);

end;

Sleep(1000);

until false

this is the healerfix plug truned into a script with a change on the reset target time.

if i help u rep+ plz

btw "ogallos has private messaging disabled. You cannot send private messages to this user." >.<
i see that my 7 man group has some problem with assist

exemple i paused the dagger to buy shots, when i came back it just started assisting even PAUSED

my healer has NO ASSIST CONFIG and it keeps going to assist the tank...

and last party members are waiting the mob disappear to assist the tank...
Reference URL's