L2Tower Discord
Let's keep the community alive with discord.
Discussions about plugins and scripts
L2Tower Discord
Thread Rating:
- 1 Vote(s) - 4 Average
- 1
- 2
- 3
- 4
- 5
Summoner question
|
Author |
Message |
multiboxingtoon
Expired VIP Member
 
Posts: 179
Joined: Sep 2013
Reputation: 16
Version:
1.4.2.142
|
Summoner question
Somehow I am not able to post on FAQ section, so I ask here.
I am seeing other summoner bot that only the summon attack, summoner just stand there. When I setup mine, it keeps run to the mob. Anyone can teach me how?
And 2/7 clients keep disconnecting in the past few days. This happen to anyone else?
Thanks,
|
|
10-31-2013 18:07 PM |
|
Dragonik
Goblin Grave Robber

Posts: 13
Joined: Dec 2011
Reputation: -1
Version:
1.4.3.143
|
RE: Summoner question
u go to melee attack option and u only enable pet attack there not from your char
like this your char wont attack only the summon will do it
|
|
10-31-2013 21:30 PM |
|
multiboxingtoon
Expired VIP Member
 
Posts: 179
Joined: Sep 2013
Reputation: 16
Version:
1.4.2.142
|
RE: Summoner question
I did that, but my summoner still run to the mob. and more weird thing is, after i dc / freeze, it takes 4-5 seconds for pet to start attack each mob. don't know why it just target the mob and not attack.
|
|
11-01-2013 02:11 AM |
|
breakers
Gremlin

Posts: 8
Joined: Sep 2012
Reputation: 0
Version:
1.4.3.143
|
RE: Summoner question
someone know how to resolve this problem?
|
|
12-17-2013 22:01 PM |
|
SimonHM
@iProtion.com
 
Posts: 174
Joined: Oct 2012
Reputation: 83
Version:
1.4.1.116
|
RE: Summoner question
(10-31-2013 18:07 PM)multiboxingtoon Wrote: I am seeing other summoner bot that only the summon attack, summoner just stand there. When I setup mine, it keeps run to the mob. Anyone can teach me how?
Are you using SummonerAIO.lua script? If so, try to change these values (the smaller values are, the closer your char and sum will be). These values help your char to move near its sum for healing and controlling.
LUA Programming
...
CoordinateDeviationFromTarget = 150; -- change this number
function CastHeal(skillc,tar)
if (skillc ~= nil) and (tar ~= nil) then
if (tar:GetDistance() > 600) and (tar:GetDistance() < 4000) then
loc = tar:GetLocation();
-- I changed the below code a little bit
lX = loc.X + 150 + math.random(-CoordinateDeviationFromTarget, CoordinateDeviationFromTarget);
lY = loc.Y + 150 + math.random(-CoordinateDeviationFromTarget, CoordinateDeviationFromTarget);
MoveToNoWait(lX, lY, loc.Z);
...
...
if (IsPaused() == false) and (GetTarget() ~= nil)
and not (GetTarget():IsAlikeDeath()) and (GetTarget():GetDistance() < 8000)
and (GetTarget():GetDistance() > 600) and (MoveStamp + 4000 < GetTime()) then
loc = GetTarget():GetLocation();
-- I changed the below code a little bit
lX = loc.X + 150 + math.random(-150, 150); -- change these numbers
lY = loc.Y + 150 + math.random(-150, 150); -- change these numbers
MoveToNoWait(lX, lY, loc.Z);
MoveStamp = GetTime();
end;
...
(10-31-2013 18:07 PM)multiboxingtoon Wrote: And 2/7 clients keep disconnecting in the past few days. This happen to anyone else?
Yes, this is happening to me. I'm still working on finding out why only some of them (random) disconnecting. It's really weird
Plugin aPickup using /pickup with filtering list
![[Image: simonhm.gif]](http://iprotion.com/download/simonhm.gif)
Bot for Kingdom Under Fire II
(This post was last modified: 12-17-2013 23:23 PM by SimonHM.)
|
|
12-17-2013 23:21 PM |
|
Reputed by : | multiboxingtoon(+1) |
xxmonti
Expired VIP Member
 
Posts: 83
Joined: Jun 2013
Reputation: 5
Version:
1.4.2.142
|
RE: Summoner question
i get some crash/disconnect too in the last days, always at night
You can set your summoner to follow with range 0-50 your iss, and your iss just buff. So summoner wont follow your pets
(This post was last modified: 12-25-2013 22:08 PM by xxmonti.)
|
|
12-25-2013 22:07 PM |
|
capucine
Expired VIP Member
 
Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version:
1.4.2.142
|
RE: Summoner question
Not sure what,s the cause, but i keep getting disconnected at random... I'm in Fairy, sometimes its after 10 minutes, sometimes 30 minutes sometimes more...
duo WYNN ISS
I used to be there for 8-10 hours non stop...
not sure if its a script or something else making me DC...
|
|
12-25-2013 22:21 PM |
|
xxmonti
Expired VIP Member
 
Posts: 83
Joined: Jun 2013
Reputation: 5
Version:
1.4.2.142
|
RE: Summoner question
what script do you use? fairys13.lua?
|
|
12-25-2013 23:30 PM |
|
capucine
Expired VIP Member
 
Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version:
1.4.2.142
|
RE: Summoner question
tried fairy 13 and all the previous versions...
i just updated L2T to v116. will see if its ok now
|
|
12-25-2013 23:56 PM |
|
Possibly Related Threads... |
Thread: |
Author |
Replies: |
Views: |
Last Post |
|
L2 Dragon question about bot, working or not |
kaan22747 |
0 |
2,925 |
02-15-2017 21:10 PM
Last Post: kaan22747
|
|
Question about bot |
kiciulica66 |
0 |
2,065 |
12-03-2016 01:00 AM
Last Post: kiciulica66
|
 |
Sources question |
teris19942 |
1 |
2,936 |
06-04-2016 02:41 AM
Last Post: gamias1
|
 |
Solo iss+summoner scripts combo |
welkinds |
119 |
264,416 |
12-09-2015 02:18 AM
Last Post: redline10
|
|
Multi-Box software question.. |
plixplox |
3 |
3,647 |
11-19-2015 23:17 PM
Last Post: valakas123
|
|
Summoner Minion |
kyr |
8 |
8,288 |
08-16-2015 22:42 PM
Last Post: mikey651990
|
 |
Question (??) |
budarox |
0 |
2,174 |
07-04-2015 07:49 AM
Last Post: budarox
|
|
weapon for summoner for best pve dps? |
drake182 |
3 |
6,533 |
06-28-2015 16:39 PM
Last Post: drake182
|
|
100 LVL summoner action ID for commando - witch |
Leloudi7 |
3 |
3,613 |
06-24-2015 11:16 AM
Last Post: sl86
|
|
newbie question |
vipernestas |
2 |
3,420 |
04-29-2015 16:35 PM
Last Post: tsounakas
|
User(s) browsing this thread: