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

Thread Closed 
 
Thread Rating:
  • 7 Vote(s) - 3.43 Average
  • 1
  • 2
  • 3
  • 4
  • 5
auto nobles
Author Message
kloner666 Offline
Gremlin
*

Posts: 7
Joined: May 2012
Reputation: 0
Version: 1.4.3.143
Post: #1
auto nobles

anyone have or can help how to make that
06-02-2012 09:53 AM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #2
RE: auto nobles

pointless atm nobless quest will change from 13 June


G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
06-02-2012 10:59 AM
Visit this user's website Find all posts by this user
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #3
RE: auto nobles

    LUA Programming
GiveNobleseToOthers = true;
 
----------
clean = false;
 
repeat
	me = GetMe();
	mytarget = GetTarget();
	if (me ~= nil) and not me:IsAlikeDeath() then
		if (mytarget ~= nil) and not mytarget:GotBuff(1323) and not (mytarget:IsAlikeDeath()) and (mytarget:IsMe() or mytarget:IsMyPartyMember()) then
			UseSkillRaw(1323,false,false);
			Sleep(1000);
		end;
		if clean then
			ClearTargets();
			clean = false;
		end;
		if not me:GotBuff(1323) and me:GetId() ~= me:GetTarget()  then
			ClearTargets();
			TargetRaw(me:GetId());
			clean = true;
		elseif GiveNobleseToOthers then
			ptlist = GetPartyList();
			for member in ptlist.list do
				if (member:IsMyPartyMember()) and (member:GetDistance() < 1200) and not member:GotBuff(1323) and not (member:IsAlikeDeath()) and ((mytarget  == nil) or not(member:GetId() == mytarget:GetId())) then
					ClearTargets();
					TargetRaw(member:GetId());
					clean = true;
					break;
				end;
			end;
		end;
	end;
	Sleep(2000);
until false;

(This post was last modified: 06-04-2012 11:08 AM by amiroooo.)
06-02-2012 11:21 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #4
RE: auto nobles

Lol what you mean? Nobles buff or quest?

If u mean buff, it normally works with l2tower basic settings u don't need script

If u mean quest, as fox told, it will change From 13th... So pointless
06-02-2012 11:37 AM
Find all posts by this user
kloner666 Offline
Gremlin
*

Posts: 7
Joined: May 2012
Reputation: 0
Version: 1.4.3.143
Post: #5
RE: auto nobles

for me its not work corect
is changing taregt evry one sec and i cant heal or smth
06-02-2012 22:19 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: #6
RE: auto nobles

(06-02-2012 22:19 PM)kloner666 Wrote:  for me its not work corect
is changing taregt evry one sec and i cant heal or smth

try it again now, forgot to add 1 check.
06-03-2012 07:34 AM
Find all posts by this user
kloner666 Offline
Gremlin
*

Posts: 7
Joined: May 2012
Reputation: 0
Version: 1.4.3.143
Post: #7
RE: auto nobles

and how to make that
if is dead dont cast nobles
wait till hp>0
06-04-2012 10:39 AM
Find all posts by this user
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #8
RE: auto nobles

should be fine now.
06-04-2012 11:08 AM
Find all posts by this user
 Reputed by : kloner666(+1)
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  script auto farm help twisterfire 6 5,279 Yesterday 14:16 PM
Last Post: lord_knox
  Auto Augment - Services / AIO NPC. 2pho3nix 11 17,630 07-27-2020 09:37 AM
Last Post: z3renity
  Help, with "Auto" De-level script JavaFan 3 3,115 11-12-2015 17:18 PM
Last Post: JavaFan
  [HELP] Auto Saved DC ! nikevers 0 1,995 07-28-2015 00:32 AM
Last Post: nikevers
  AUTO RES ACCEPT sonsfully 17 11,340 07-15-2015 19:59 PM
Last Post: Maveco
  Auto Accept Res Not working aywka 32 16,420 07-10-2015 08:16 AM
Last Post: TheQQmaster
Information pet auto attack alexanderkalm 0 2,654 07-09-2015 06:14 AM
Last Post: alexanderkalm
  WTB Auto accept mail scripts or plugins king200527 0 2,234 07-07-2015 11:39 AM
Last Post: king200527
  Not workl: Auto Resurrection On! . erickalisetc 9 6,537 05-27-2015 07:37 AM
Last Post: rORUMI
  Help Auto Buff Or Heal For Not In Party Verheiden 3 4,218 04-27-2015 16:58 PM
Last Post: Hebdzik



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