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

Thread Closed 
 
Thread Rating:
  • 15 Vote(s) - 2.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Script for delevel chars
Author Message
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #1
[Request] Script for delevel chars

I need a script for delevel chars
Ex : Town Gludio or other
Guard To hit :
("Babenco", 30334);
("Toma", 30331);
or other ...
Go to near npc/guard and use forceattack , after death use to vilage and repeat the action...

-----------------------------------------------

--- +1 or +2 me if I was helped you! try Google is your friend!
(This post was last modified: 10-31-2012 19:37 PM by cobra8co.)
10-31-2012 19:35 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #2
RE: [Request] Script for delevel chars

On official you can't delevel... Anyway to make a script you can do it easly in Oren village..... only few respawn location
10-31-2012 20:10 PM
Find all posts by this user
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #3
RE: [Request] Script for delevel chars

I want from 80% - 0 % i try make alone the scrtip , in gludio si just 3 respown i think all 3 are near way to guard... i make the way ... i make to target npc but ....i dont know hot to put him force attack until is death

--- +1 or +2 me if I was helped you! try Google is your friend!
10-31-2012 20:23 PM
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: #4
RE: [Request] Script for delevel chars

Find a friend who wants there pvp score and keep on flaggin


G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
10-31-2012 20:25 PM
Visit this user's website Find all posts by this user
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #5
RE: [Request] Script for delevel chars

Neee is more easy whit guard, automode i can go shower or few min outside and my toons is at 0% i can put him back on the spot for farm...dont worry i need this shit if nobody make i will make it alone... i try this exact now Smile)

--- +1 or +2 me if I was helped you! try Google is your friend!
(This post was last modified: 10-31-2012 20:30 PM by cobra8co.)
10-31-2012 20:29 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #6
RE: [Request] Script for delevel chars

trust me, oren is better, anyway just use something like this:

    LUA Programming
----- move to..... (near guard)
Sleep(600);
if (GetMe():IsAlikeDeath()==false) then
Sleep(600);
----- target NPC
Sleep(600);
Command("/attackforce");
Sleep(600);
if GetMe():IsAlikeDeath()then
Sleep(600);
ClearTargets();
Sleep(800);
end;
end;

10-31-2012 20:41 PM
Find all posts by this user
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #7
RE: [Request] Script for delevel chars

ok... is work haw can i put this on repar ove and over again stopet just when i want
    LUA Programming
SCONFIG = L2TConfig.GetConfig();
SCONFIG_FILE = GetDir() .. '\\scripts\\delevel.l2b';
L2TConfig.SaveConfig(SCONFIG_FILE);
 
moveDistance = 30;
Sleep(600);
MoveTo(-14283, 122747, -3117, moveDistance);
MoveTo(-15374, 123933, -3124, moveDistance);
MoveTo(-15816, 124012, -3121, moveDistance);
Sleep(600);
if (GetMe():IsAlikeDeath()==false) then
Sleep(600);
TargetNpc("Babenco", 30334); ----- target NPC
Sleep(600);
Command("/attackforce");
Sleep(600);
if GetMe():IsAlikeDeath()then
Sleep(600);
ClearTargets();
Sleep(800);
end;
end;



o ... i need to put give to vilage to

--- +1 or +2 me if I was helped you! try Google is your friend!
(This post was last modified: 10-31-2012 21:12 PM by cobra8co.)
10-31-2012 21:06 PM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #8
RE: [Request] Script for delevel chars

Go to village is from /cfg not script... anyway


    LUA Programming
repeat
moveDistance = 30;
Sleep(600);
MoveTo(-14283, 122747, -3117, moveDistance);
MoveTo(-15374, 123933, -3124, moveDistance);
MoveTo(-15816, 124012, -3121, moveDistance);
Sleep(600);
if (GetMe():IsAlikeDeath()==false) then
Sleep(600);
TargetNpc("Babenco", 30334); ----- target NPC
Sleep(600);
Command("/attackforce");
Sleep(600);
if GetMe():IsAlikeDeath()then
Sleep(600);
ClearTargets();
Sleep(800);
end;
end;
until false;

10-31-2012 22:42 PM
Find all posts by this user
cobra8co Offline
Unknown
***

Posts: 410
Joined: Sep 2012
Reputation: 67
Version: 1.4.3.143
Post: #9
RE: [Request] Script for delevel chars

ok ok the scipt is done , was testet on archer ... and is work fine more then 40 times try to kill guard feild Smile)

    LUA Programming
SCONFIG = L2TConfig.GetConfig();
SCONFIG_FILE = GetDir() .. '\\scripts\\delevel.l2b';
L2TConfig.SaveConfig(SCONFIG_FILE);
repeat
moveDistance = 30;
Sleep(600);
MoveTo(-14720, 123734, -3123, moveDistance);
MoveTo(-15374, 123933, -3124, moveDistance);
MoveTo(-15816, 124012, -3121, moveDistance);
MoveTo(-16132, 124131, -3125, moveDistance);
if (GetMe():IsAlikeDeath()==false) then
TargetNpc("Babenco", 30334); ----- target NPC
Sleep(600);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
Command("/attackforce");
Sleep(3000);
if GetMe():IsAlikeDeath()then
Sleep(600);
ClearTargets();
Sleep(800);
end;
end;
until false



is alots of forceatack because archer give few times miss Tongue

P.S. set give to vilage from /cfg meu Wink

--- +1 or +2 me if I was helped you! try Google is your friend!
(This post was last modified: 10-31-2012 22:48 PM by cobra8co.)
10-31-2012 22:47 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: [Request] Script for delevel chars

don't forget +++++
11-01-2012 00:03 AM
Find all posts by this user
 Reputed by : cobra8co(+2) , nullzleep(+1)
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Request] L2 Toxic Anti-Bot Script snocrew 18 15,156 02-11-2017 19:19 PM
Last Post: Paralyzer
  The request xxmanxx 4 3,094 04-10-2015 18:46 PM
Last Post: xxmanxx
  delevel sript, help! sushibarman 7 3,981 09-20-2014 22:31 PM
Last Post: soul2eat
Heart Request for upgrades to Premium services. Manboi_74 0 1,647 09-12-2014 05:33 AM
Last Post: Manboi_74
  OOP Cleanse Script Modification Request nais 2 2,668 08-16-2014 22:12 PM
Last Post: nais
Exclamation How to cancel request to join event TvT chrome 1 2,346 07-02-2014 11:13 AM
Last Post: chrome
  Request kynigos 2 2,440 06-08-2014 13:23 PM
Last Post: kynigos
  problem error: the request was denied mardukx 11 6,454 05-06-2014 04:09 AM
Last Post: mardukx
  Delevel Chars NaoJogoMais 17 11,037 03-05-2014 18:43 PM
Last Post: bogdanel
Information [REQUEST] Auto Augment on INTERLUDE for RUPIO (NOT PUSHKIN) Oren 0 2,895 02-10-2014 23:32 PM
Last Post: Oren



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