L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Thread Closed 
 
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nuker's and Tower
Author Message
armyruss79 Offline
VIP Member
***

Posts: 17
Joined: May 2013
Reputation: 2
Version: 1.4.1.102
Post: #1
Nuker's and Tower

I leveled a lvl 87 Feoh Soultaker thinking it would be amazing and come to find out I lose the one thing that made a Necro a Necro and that was my Summon grrr or else I would have never made it. I'm also doing a Nuker Party as my subclass party. How do you setup Tower to be effective with nukers? I have to check Melee box or else the PL will not effectively move to next target. I have moved the range on Melee from 0-900 and it doesn't effect the toon running up and slapping the mob Melee style while throwing in a nuke or two here and there. I have the other nukers setup up with assist off the PL and they nuke fully automatic. I have the same issues with my Wynn's using the Weaken skills to their full effect

My 87 Feoh Soultaker I can not Duo with my SE because he will not nuke fast enough.

So I guess are people running scripts to run nukers?
06-16-2013 14:28 PM
Find all posts by this user
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #2
RE: Nuker's and Tower

k, i will add it
06-16-2013 14:46 PM
Visit this user's website Find all posts by this user
 Reputed by : armyruss79(+1)
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #3
RE: Nuker's and Tower

there is already script in this forums i made long ago that moves your char to your target, all you need to do is activate it and set /cfg nuke range to its real value 1100
06-16-2013 14:49 PM
Find all posts by this user
armyruss79 Offline
VIP Member
***

Posts: 17
Joined: May 2013
Reputation: 2
Version: 1.4.1.102
Post: #4
RE: Nuker's and Tower

Is it in the script forum or? I have been playing with every option in the skills to attack hp % player HP/MP +/- everything to get it to nuke great.
06-16-2013 14:52 PM
Find all posts by this user
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #5
RE: Nuker's and Tower

    LUA Programming
DistanceToGoClose = 300; -- set here the minimum distance from target that would make bot try to go near target.
CoordinateDeviationFromTarget = 100; -- set here the max range that could be picked by bot randomly when trying go near target. 
MinimumMPPercentCheck = -1; -- for example if u put 30 then char will not move closer until you regenerate mp to 30%
lastpickstamp = GetTime();
 
repeat
	MyTarget = GetTarget();
	me = GetMe();
	if (not IsPaused()) and (MyTarget ~= nil) and not (MyTarget:IsAlikeDeath()) and (me ~= nil) and (me:GetMpPercent() > MinimumMPPercentCheck) and (GetDistanceVector(MyTarget:GetLocation(),me:GetLocation()) < 8000) and (GetDistanceVector(MyTarget:GetLocation(),me:GetLocation()) > DistanceToGoClose) then
		loc = MyTarget:GetLocation();
		lX = loc.X + math.random(-CoordinateDeviationFromTarget, CoordinateDeviationFromTarget);
		lY = loc.Y + math.random(-CoordinateDeviationFromTarget, CoordinateDeviationFromTarget);
		MoveToNoWait(lX, lY, loc.Z);
	elseif (lastpickstamp +500 < GetTime()) then
		Command("/pickup")
		lastpickstamp = GetTime();
	end;
	Sleep(1000);
until false;

(This post was last modified: 06-16-2013 15:06 PM by amiroooo.)
06-16-2013 14:54 PM
Find all posts by this user
 Reputed by : armyruss79(+1)
armyruss79 Offline
VIP Member
***

Posts: 17
Joined: May 2013
Reputation: 2
Version: 1.4.1.102
Post: #6
RE: Nuker's and Tower

I saw your addnuke script. is that still functional?

target script is perfect! Burning MP like its a butter!
(This post was last modified: 06-16-2013 15:18 PM by armyruss79.)
06-16-2013 15:12 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Newbies on L2 tower RK_Paolla 3 2,315 12-13-2023 17:48 PM
Last Post: JennaDeh
  work on l2skryde tower???? dimitris_sate 0 1,572 10-18-2022 23:30 PM
Last Post: dimitris_sate
  tower for c4 akahexone 4 5,070 02-04-2022 04:39 AM
Last Post: montajndju1
WTB l2 tower active anticheat l2 mad,ms vinucho 2 3,137 12-25-2021 03:28 AM
Last Post: JennaDeh
Information Win 10 Fechando L2 ao injetar L2 Tower moralll2 1 2,794 05-13-2020 00:45 AM
Last Post: marxzin
  L2 tower gets recgnised kostpan 0 1,905 04-19-2020 05:10 AM
Last Post: kostpan
  l2 tower for l2 mid? peppe96 0 2,075 11-05-2017 14:32 PM
Last Post: peppe96
  L2 tower on E-global x3 Madionne 0 2,340 10-22-2017 20:58 PM
Last Post: Madionne
  l2 tower high five zpesiez 7 12,320 05-13-2016 13:21 PM
Last Post: pavelka99
  L2 tower connect -Infinity Odissey win 10 tutorial darkbee 6 6,176 05-09-2016 20:11 PM
Last Post: diegomadmax



User(s) browsing this thread: 1 Guest(s)