Lineage 2 Tower Forum

Full Version: L2Tower for Infinite Odyssey update on April, 22th
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(05-11-2015 22:14 PM)lwcdr Wrote: [ -> ]DSETUP FIXED BY Sakaszli...
only for 10 boxes
hi why this?



Error:
History: CAuthSocket::OnUserNetmessage <- UWindowsViewport::ViewportWndProc <- Msg : 1290, wParam : 2904, lParam : 1 <- WWindow::StaticWndProc <- Msg : 1290, wParam : 2904, lParam : 1 <- DispatchMessage <- 0007044C 1290 <- MessagePump <- CMainLoop::ProcessMessage <- MainLoop

Exception:
Code [EXCEPTION_READ_VIOLATION DataAddress:0x5E53C9B8]
Address [0x5E53C9B8]
SegCs [0x0023]

L2.bin [0x10900000] Offset [0x4DC3C9B8]
(05-12-2015 11:27 AM)jimmi27 Wrote: [ -> ]hi why this?



Error:
History: CAuthSocket::OnUserNetmessage <- UWindowsViewport::ViewportWndProc <- Msg : 1290, wParam : 2904, lParam : 1 <- WWindow::StaticWndProc <- Msg : 1290, wParam : 2904, lParam : 1 <- DispatchMessage <- 0007044C 1290 <- MessagePump <- CMainLoop::ProcessMessage <- MainLoop

Exception:
Code [EXCEPTION_READ_VIOLATION DataAddress:0x5E53C9B8]
Address [0x5E53C9B8]
SegCs [0x0023]

L2.bin [0x10900000] Offset [0x4DC3C9B8]

try deleting all .ini files from your system folder and try again...
I had an issue launching the client yesterday and this worked for me...

+2 rep me if it helped you...!

(05-12-2015 10:47 AM)cankhong705 Wrote: [ -> ]change next target slow
nuke atk only hit 1 time

temporary fix for the slow targeting after mobs die... use this script:

+2 rep me if it helped you...!

    LUA Programming
ShowToClient(tostring(os.date("%X")),"ClearDeadMobs Script has been loaded for  " .. GetMe():GetName() .. ".",3);
--ShowToClient(tostring(os.date("%X")),"Targetfix Is ON",3);
repeat
 if(GetTarget()~=nil) then
 if(GetTarget():IsAlikeDeath() )
	then
 ClearTargets();
 --CancelTarget(false);
 Sleep(900);
 end;
 end
 Sleep(500)
 
until false

for slow target fix it's better to use this plugin:

    LUA Programming
function OnDie(user, isSpoiled)
	if (user) then
		local MyTarget = GetTarget();
		if (MyTarget and user:GetId() == MyTarget:GetId()) then
			ClearTargets();
			CancelTarget(false);
		end;
	end;
end;

And what about the buffs and the nuke attack? Any temp-fix?
for now level fighters with mentor buffs, so you don't need buffs and nukes =)
So, i can't duo Archer/Iss?
Archer buffs works, but Iss? Doesn't?
Hi, slow target is only after you set nuke attack. Best way is disable nuke attack (best for summoners and fighters). After disable nuke attack it will work like in previous l2tower wersion,
(05-12-2015 19:21 PM)mode231 Wrote: [ -> ]Hi, slow target is only after you set nuke attack. Best way is disable nuke attack (best for summoners and fighters). After disable nuke attack it will work like in previous l2tower wersion,

using my script or plugin Kerberos shared both work fine with Nuke on...

I'm currently testing on a dagger and its good... using kerb's plugin to test it...
(05-12-2015 17:14 PM)kerberos464 Wrote: [ -> ]for slow target fix it's better to use this plugin:

    LUA Programming
function OnDie(user, isSpoiled)
	if (user) then
 local MyTarget = GetTarget();
 if (MyTarget and user:GetId() == MyTarget:GetId()) then
 ClearTargets();
 CancelTarget(false);
 end;
	end;
end;




how star this plugin /????
Reference URL's