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

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Summoner question
Author Message
multiboxingtoon Offline
Expired VIP Member
**

Posts: 179
Joined: Sep 2013
Reputation: 16
Version: 1.4.2.142
Post: #1
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
Find all posts by this user Quote this message in a reply
Dragonik Offline
Goblin Grave Robber
*

Posts: 13
Joined: Dec 2011
Reputation: -1
Version: 1.4.3.143
Post: #2
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
Find all posts by this user Quote this message in a reply
multiboxingtoon Offline
Expired VIP Member
**

Posts: 179
Joined: Sep 2013
Reputation: 16
Version: 1.4.2.142
Post: #3
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.
(This post was last modified: 11-01-2013 02:16 AM by multiboxingtoon.)
11-01-2013 02:11 AM
Find all posts by this user Quote this message in a reply
breakers Offline
Gremlin
*

Posts: 8
Joined: Sep 2012
Reputation: 0
Version: 1.4.3.143
Post: #4
RE: Summoner question

someone know how to resolve this problem?
12-17-2013 22:01 PM
Find all posts by this user Quote this message in a reply
SimonHM Offline
@iProtion.com
**

Posts: 174
Joined: Oct 2012
Reputation: 83
Version: 1.4.1.116
Post: #5
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 Confused

Plugin aPickup using /pickup with filtering list

[Image: 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
Visit this user's website Find all posts by this user Quote this message in a reply
 Reputed by : multiboxingtoon(+1)
bogdanel Offline
Expired VIP Member
**

Posts: 89
Joined: Jul 2013
Reputation: 1
Version: 1.4.2.138
Post: #6
RE: Summoner question

ok i have 2 problem like that:
1st on my pty,my wynn use too much resource and at the end him take crit but only him and all the time from all
2nd i use script/plugin for heal is work ok but if him heal one char from pty don't change target anymore and i wanna know why because i have setted salvation on him but him don't change target even for salvation and at the end....dead all pty...
if someone have anny ideea about this 2 problem pls help me a bit
12-25-2013 19:10 PM
Find all posts by this user Quote this message in a reply
xxmonti Offline
Expired VIP Member
**

Posts: 83
Joined: Jun 2013
Reputation: 5
Version: 1.4.2.142
Post: #7
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
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #8
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
Find all posts by this user Quote this message in a reply
xxmonti Offline
Expired VIP Member
**

Posts: 83
Joined: Jun 2013
Reputation: 5
Version: 1.4.2.142
Post: #9
RE: Summoner question

what script do you use? fairys13.lua?
12-25-2013 23:30 PM
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #10
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
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  L2 Dragon question about bot, working or not kaan22747 0 2,607 02-15-2017 21:10 PM
Last Post: kaan22747
  Question about bot kiciulica66 0 1,800 12-03-2016 01:00 AM
Last Post: kiciulica66
F.A.Q. Sources question teris19942 1 2,655 06-04-2016 02:41 AM
Last Post: gamias1
Rainbow Solo iss+summoner scripts combo welkinds 119 239,851 12-09-2015 02:18 AM
Last Post: redline10
  Multi-Box software question.. plixplox 3 3,221 11-19-2015 23:17 PM
Last Post: valakas123
  Summoner Minion kyr 8 7,612 08-16-2015 22:42 PM
Last Post: mikey651990
F.A.Q. Question (??) budarox 0 1,926 07-04-2015 07:49 AM
Last Post: budarox
  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
  newbie question vipernestas 2 3,092 04-29-2015 16:35 PM
Last Post: tsounakas



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