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

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fix target
Author Message
Tornet Offline
Elpy
*

Posts: 3
Joined: Jun 2014
Reputation: 0
Version: 1.4.3.143
Post: #1
Fix target

Hi, i was woundering if there is an option for the bot not to change target until target is dead. The problem i have now when farming vorpal in loa is that i get stunned/petrified and the bot starts hitting another mob, and that means i have two mobs hitting me and i slowly die.

Thanks in advance.
(This post was last modified: 11-21-2014 23:14 PM by Tornet.)
11-21-2014 19:05 PM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #2
RE: Fix target

(11-21-2014 19:05 PM)Tornet Wrote:  Hi, i was woundering if there is an option for the bot not to change target until target is dead. The problem i have now when farming vorpal in loa is that i get stunned/petrified and the bot starts hitting another mob, and that means i have to mobs hitting me and i slowly die.

Thanks in advance.
bot dont change target till it is dead if u use gui settings

PUSH [Image: knUu53] IF HELPED
11-21-2014 19:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Tornet Offline
Elpy
*

Posts: 3
Joined: Jun 2014
Reputation: 0
Version: 1.4.3.143
Post: #3
RE: Fix target

Yes it does, it's like when you get stunned for a long time the bot thinks the target is bugged and automaticly switch target even though the first target isn't dead yet.
11-21-2014 20:27 PM
Find all posts by this user Quote this message in a reply
Vinter Offline
Expired VIP Member
**

Posts: 299
Joined: Sep 2013
Reputation: 109
Version: 1.4.1.128
Post: #4
RE: Fix target

You can do a pluginfix that, on target unselected, if the target wasn't alive, target it again.
Should be easy enough.
11-21-2014 21:33 PM
Find all posts by this user Quote this message in a reply
soul2eat Offline
Expired VIP Member
**

Posts: 110
Joined: Nov 2013
Reputation: 24
Version: 1.4.2.132
Post: #5
RE: Fix target

(11-21-2014 21:33 PM)Vinter Wrote:  You can do a pluginfix that, on target unselected, if the target wasn't alive, target it again.
Should be easy enough.

action is louder then words.
11-21-2014 21:53 PM
Find all posts by this user Quote this message in a reply
 Reputed by : Tornet(+1)
Tornet Offline
Elpy
*

Posts: 3
Joined: Jun 2014
Reputation: 0
Version: 1.4.3.143
Post: #6
RE: Fix target

(11-21-2014 21:33 PM)Vinter Wrote:  You can do a pluginfix that, on target unselected, if the target wasn't alive, target it again.
Should be easy enough.

I really appreciate the reply but im not that good at scripting, easy for you maybe but not for me
11-21-2014 23:10 PM
Find all posts by this user Quote this message in a reply
soul2eat Offline
Expired VIP Member
**

Posts: 110
Joined: Nov 2013
Reputation: 24
Version: 1.4.2.132
Post: #7
RE: Fix target

you can try this script until someone make one that's what you're asking(i don't no how.)

what this does is that, when monsters are within 100 radius and it hasn't die, then it keeps on targeting that monster or monsters every 3 seconds.


repeat
monster = GetMonsterList()
for mon in monster.list do
if mon ~= nil and not mon:IsAlikeDeath() and (mon:GetDistance() < 100) then
Target(mon)
Sleep(3000); -- keeps on targeting monsters within 100 radius every 3 seconds
else
Sleep(500);
end
end
Sleep(1000);
until false
11-22-2014 00:55 AM
Find all posts by this user Quote this message in a reply
 Reputed by : Tornet(+1)
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  bot will target but not attack. elvis8925 3 3,529 04-09-2018 00:19 AM
Last Post: elvis8925
Star Remove Target canaldextiger 8 4,423 02-10-2018 22:19 PM
Last Post: canaldextiger
Information How to get 'PARTY MEMBER TARGET'? Caaioc 9 6,246 01-24-2016 09:57 AM
Last Post: TheQQmaster
  target for self buff manuel16007 1 3,080 01-22-2016 16:31 PM
Last Post: TheQQmaster
Rainbow Help to cancel target budarox 8 5,569 08-14-2015 06:31 AM
Last Post: budarox
  Change title to user's target vaskouf 4 3,967 06-28-2015 09:25 AM
Last Post: Vinter
  Clear target after kill mobs astalavista 0 2,721 06-07-2015 18:46 PM
Last Post: astalavista
  Target fix MoonSeed 5 7,067 03-23-2015 09:51 AM
Last Post: Fox
  How to remove the hold target? supera 5 4,096 12-26-2014 21:13 PM
Last Post: supera
  Target Bug ? kimimaru 3 3,029 08-21-2014 23:15 PM
Last Post: tophersoccer



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