joni69
Expired VIP Member
Posts: 67
Joined: Apr 2013
Reputation: 11
Version:
1.4.3.143
|
Assist problems on a 7 man party
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
|
|
01-20-2014 23:00 PM |
|
thebraskc
Goblin Grave Robber
Posts: 12
Joined: Aug 2013
Reputation: 0
Version:
1.4.1.123
|
RE: Assist problems on a 7 man party
(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...!
|
|
01-21-2014 00:46 AM |
|
mujiduka07
Amber Basilisk
Posts: 31
Joined: Oct 2013
Reputation: 2
Version:
1.4.1.118
|
RE: Assist problems on a 7 man party
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.
|
|
01-21-2014 09:27 AM |
|
servus2
Elpy
Posts: 2
Joined: Jan 2014
Reputation: 0
Version:
1.4.3.143
|
RE: Assist problems on a 7 man party
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
|
|
01-21-2014 13:37 PM |
|
ogallos
Gremlin
Posts: 6
Joined: Jan 2013
Reputation: 0
Version:
1.4.2.132
|
RE: Assist problems on a 7 man party
A temp fix i found out is to try and setup all party members to take assist from all party members
|
|
01-26-2014 16:05 PM |
|
joni69
Expired VIP Member
Posts: 67
Joined: Apr 2013
Reputation: 11
Version:
1.4.3.143
|
RE: Assist problems on a 7 man party
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.
|
|
01-26-2014 16:18 PM |
|
ogallos
Gremlin
Posts: 6
Joined: Jan 2013
Reputation: 0
Version:
1.4.2.132
|
RE: Assist problems on a 7 man party
Well can u share the script?
|
|
01-26-2014 19:50 PM |
|
joni69
Expired VIP Member
Posts: 67
Joined: Apr 2013
Reputation: 11
Version:
1.4.3.143
|
RE: Assist problems on a 7 man party
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." >.<
(This post was last modified: 01-27-2014 21:15 PM by joni69.)
|
|
01-27-2014 21:12 PM |
|
oozaoru
Porta
Posts: 49
Joined: Jun 2013
Reputation: 2
Version:
1.4.3.143
|
RE: Assist problems on a 7 man party
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...
|
|
01-27-2014 21:22 PM |
|