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

Thread Closed 
 
Thread Rating:
  • 10 Vote(s) - 2.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Frenrir on Summoner
Author Message
james21 Offline
Porta
*

Posts: 41
Joined: Jan 2012
Reputation: 3
Version: 1.4.1.128
Post: #1
Frenrir on Summoner

Its vare that the summon attacks if you are using a Frenrir. (servitor+pet)
I am talking about low lvl summoners that use high lvl Frenrir
In my case I lose 1/3 of dps and my survaivability is lower as well.
(This post was last modified: 09-22-2012 22:38 PM by james21.)
09-22-2012 19:25 PM
Find all posts by this user
AStark Offline
VIP Member
***

Posts: 113
Joined: Sep 2012
Reputation: 64
Version: 1.4.2.133
Post: #2
RE: Frenrir on Summoner

(09-22-2012 19:25 PM)james21 Wrote:  Its vare that the summon attacks if you are using a Frenrir. (servitor+pet)
I am talking about low lvl summoners that use high lvl Frenrir
In my case I lose 1/3 of dps and my survaivability is lower as well.

You dont lose 1/3 of your dps, the power of the summon was increased. Almost same, but now you have only 2 summon to take care.
And Yeap, with 3 summon I did use Fenrir some times, with 2 I certainly will use.
(This post was last modified: 09-23-2012 10:08 AM by AStark.)
09-22-2012 23:11 PM
Find all posts by this user
Hebdzik Offline
Tester

Posts: 1,235
Joined: Aug 2011
Reputation: 265
Version: 1.4.3.143
Post: #3
RE: Frenrir on Summoner

no idea what you said

Warning hammer!!! Use Search before you post something
If i hellp you, you can thx me by +1 Reputation
[Image: U63SU]
09-23-2012 09:34 AM
Find all posts by this user
AStark Offline
VIP Member
***

Posts: 113
Joined: Sep 2012
Reputation: 64
Version: 1.4.2.133
Post: #4
RE: Frenrir on Summoner

Me or the other one?!
09-23-2012 10:09 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #5
RE: Frenrir on Summoner

I guess the other guy
09-23-2012 10:22 AM
Find all posts by this user
james21 Offline
Porta
*

Posts: 41
Joined: Jan 2012
Reputation: 3
Version: 1.4.1.128
Post: #6
RE: Frenrir on Summoner

Let me rephrase then.

When a low level (non awakened summoner) uses his servitor (cat/shadow/unicorn) along with some pet (Frenrir/...)
The Frenrir will attack the mobs but the servitor 99% of the time it will just stay next to it's master and do nothing.
09-23-2012 11:06 AM
Find all posts by this user
AStark Offline
VIP Member
***

Posts: 113
Joined: Sep 2012
Reputation: 64
Version: 1.4.2.133
Post: #7
RE: Frenrir on Summoner

With l2tower?? Because i never had this problemam. My fenrir and the servitors ever attack together. But never did it with bot.

Big Grin
(This post was last modified: 09-23-2012 11:57 AM by AStark.)
09-23-2012 11:49 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #8
RE: Frenrir on Summoner

well, just put servitors and fenrir's attack in shortcut bar, then make a simple script..
example:
if my target hp > 90% then
/use shortcut 1 1
/use shortcut 1 2
end;


even if you are niewbe with script, just use search, you can find easy all the correct command/lines to write such easy script...
09-23-2012 12:01 PM
Find all posts by this user
Hebdzik Offline
Tester

Posts: 1,235
Joined: Aug 2011
Reputation: 265
Version: 1.4.3.143
Post: #9
RE: Frenrir on Summoner

    LUA Programming
function DoIHavePet()
	pets = GetPetList();
	for pet in pets.list do
 if (GetMe():GetName() == pet:GetNickName()) and pet:IsPet() then
 return 1;
 elseif(GetMe():GetName() == pet:GetNickName()) and pet:IsSummon() then
 return 2;
 end;
	end;
	return 0;
end;
--------------------------------------------------------------------------------
repeat
	if(GetTarget() ~= nil) and (GetTarget():GetHpPercent() < 99)then
 if(DoIHavePet() == 1)then
 Action(16, false, false);
 Sleep(100);
 end;
 if(DoIHavePet() == 2)then
 Action(22, false, false);
 Sleep(100);
 end;
	end;
	Sleep(500);
until false;


Warning hammer!!! Use Search before you post something
If i hellp you, you can thx me by +1 Reputation
[Image: U63SU]
09-23-2012 17:01 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #10
RE: Frenrir on Summoner

Why you put " < 99" ? It should be " > "
And i would add "until GetTarget():IsAlikeDeath()"
09-23-2012 17:21 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Rainbow Solo iss+summoner scripts combo welkinds 119 239,853 12-09-2015 02:18 AM
Last Post: redline10
  Summoner Minion kyr 8 7,612 08-16-2015 22:42 PM
Last Post: mikey651990
  weapon for summoner for best pve dps? drake182 3 5,906 06-28-2015 16:39 PM
Last Post: drake182
  100 LVL summoner action ID for commando - witch Leloudi7 3 3,176 06-24-2015 11:16 AM
Last Post: sl86
Smile Elemental Summoner (Merrow the Unicorn) Skill Script feoh_wizard 0 3,199 02-14-2015 09:19 AM
Last Post: feoh_wizard
  Summoner + iss OOP buff exxolon 3 3,830 11-12-2014 18:17 PM
Last Post: tophersoccer
  LF Elemental Summoner - Interlude Script evapore123 0 1,992 09-15-2014 08:40 AM
Last Post: evapore123
  help with summoner pls Nurok 3 2,719 08-02-2014 06:50 AM
Last Post: Fox
  How to set L2Tower for Elemental Summoner rippirippa 2 3,877 07-19-2014 09:04 AM
Last Post: tophersoccer
  Summoner question multiboxingtoon 17 10,826 12-30-2013 01:06 AM
Last Post: Dwarf



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