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
delevel sript, help!
Author Message
sushibarman Offline
Expired VIP Member
**

Posts: 12
Joined: Aug 2012
Reputation: 0
Version: 1.4.2.133
Post: #1
delevel sript, help!

hi anyone know this scrip
Quote:moveDistance = 200;
TargetNpc("Klemis", 32734);
Talk();
Click("teleport_request", "Enter the Seed of Annihilation");
WaitForTeleport ();

MoveTo(-180213, 185918, -10580, moveDistance);
MoveTo(-180232, 184816, -10549, moveDistance);
MoveTo(-179837, 184244, -10565, moveDistance);
MoveTo(-179980, 183537, -10549, moveDistance);
MoveTo(-180248, 183107, -10549, moveDistance);
MoveTo(-180204, 181865, -10622, moveDistance);
MoveTo(-177742, 182213, -10621, moveDistance);
Sleep(600);
ClearTargets();
if (GetMe():IsAlikeDeath()==false) then
if GetMe():IsAlikeDeath()then
end end
repeat
until false

i want know how to restart the scrip wen char cant get last location to make restart wen
[/php] char die.

please help me!
09-18-2014 19:42 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: #2
RE: delevel sript, help!

moveDistance = 30;

repeat

if GetMe():IsAlikeDeath()== false then
if TargetNpc("Klemis", 32734) then
Talk();
Click("teleport_request", "Enter the Seed of Annihilation");
Sleep(5000);

if GetMe():IsAlikeDeath()== false then
MoveTo(-180213, 185918, -10580, moveDistance);
MoveTo(-180232, 184816, -10549, moveDistance);
MoveTo(-179837, 184244, -10565, moveDistance);
MoveTo(-179980, 183537, -10549, moveDistance);
MoveTo(-180248, 183107, -10549, moveDistance);
MoveTo(-180204, 181865, -10622, moveDistance);
MoveTo(-177742, 182213, -10621, moveDistance);

SetPause(false) -- resume bot to attack mobs so mobs attack you to die...

repeat
Sleep(500); -- it wait until your character is dead after last location move.
until GetMe():IsAlikeDeath() == true

Sleep(2000);

repeat
Sleep(1000); -- wait until bot auto resurrect you.
until GetMe():IsAlikeDeath() == false

SetPause(true) -- pause bot, to repeat loop.
ClearTargets();
end
end

else

if GetMe():IsAlikeDeath() == true then
SetPause(false)
repeat
Sleep(1000)
until GetMe():IsAlikeDeath() == false
SetPause(true)
end

end

Sleep(1000);
until false




not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...
09-20-2014 00:54 AM
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: #3
RE: delevel sript, help!

(09-20-2014 00:54 AM)soul2eat Wrote:  not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...

Its a script that makes your toon to delevel...

I use one myself to keep my wynn at 85 so i can powerlvl my lowest toons to 85...

When u exp the lowest toons, u too get some exp and then lvl up to 86 and toons 80 gets exp penalty...

So i use the script so the mobs kill me on adn on and on until im 85 and some % again...
09-20-2014 01:54 AM
Find all posts by this user Quote this message in a reply
sushibarman Offline
Expired VIP Member
**

Posts: 12
Joined: Aug 2012
Reputation: 0
Version: 1.4.2.133
Post: #4
RE: delevel sript, help!

(09-20-2014 01:54 AM)capucine Wrote:  
(09-20-2014 00:54 AM)soul2eat Wrote:  not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...

Its a script that makes your toon to delevel...

I use one myself to keep my wynn at 85 so i can powerlvl my lowest toons to 85...

When u exp the lowest toons, u too get some exp and then lvl up to 86 and toons 80 gets exp penalty...

So i use the script so the mobs kill me on adn on and on until im 85 and some % again...


hi, solved my problem!!
i use to farm my chars continuausly to not get drop penalty,etc
ty a lot!!!Tongue

humm... script still wait for ressurectHuh
(This post was last modified: 09-20-2014 06:58 AM by sushibarman.)
09-20-2014 06:02 AM
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: delevel sript, help!

(09-20-2014 06:02 AM)sushibarman Wrote:  
(09-20-2014 01:54 AM)capucine Wrote:  
(09-20-2014 00:54 AM)soul2eat Wrote:  not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...

Its a script that makes your toon to delevel...

I use one myself to keep my wynn at 85 so i can powerlvl my lowest toons to 85...

When u exp the lowest toons, u too get some exp and then lvl up to 86 and toons 80 gets exp penalty...

So i use the script so the mobs kill me on adn on and on until im 85 and some % again...


hi, solved my problem!!
i use to farm my chars continuausly to not get drop penalty,etc
ty a lot!!!Tongue

humm... script still wait for ressurectHuh


MoveTo(-180213, 185918, -10580, moveDistance);
MoveTo(-180232, 184816, -10549, moveDistance);
MoveTo(-179837, 184244, -10565, moveDistance);
MoveTo(-179980, 183537, -10549, moveDistance);
MoveTo(-180248, 183107, -10549, moveDistance);
MoveTo(-180204, 181865, -10622, moveDistance);
MoveTo(-177742, 182213, -10621, moveDistance);

if you die before getting to this last spot
MoveTo(-177742, 182213, -10621, moveDistance);
then it will sleep for a while because each MoveTo has quite a delay to it.
09-20-2014 07:11 AM
Find all posts by this user Quote this message in a reply
sushibarman Offline
Expired VIP Member
**

Posts: 12
Joined: Aug 2012
Reputation: 0
Version: 1.4.2.133
Post: #6
RE: delevel sript, help!

(09-20-2014 07:11 AM)soul2eat Wrote:  
(09-20-2014 06:02 AM)sushibarman Wrote:  
(09-20-2014 01:54 AM)capucine Wrote:  
(09-20-2014 00:54 AM)soul2eat Wrote:  not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...

Its a script that makes your toon to delevel...

I use one myself to keep my wynn at 85 so i can powerlvl my lowest toons to 85...

When u exp the lowest toons, u too get some exp and then lvl up to 86 and toons 80 gets exp penalty...

So i use the script so the mobs kill me on adn on and on until im 85 and some % again...


hi, solved my problem!!
i use to farm my chars continuausly to not get drop penalty,etc
ty a lot!!!Tongue

humm... script still wait for ressurectHuh


MoveTo(-180213, 185918, -10580, moveDistance);
MoveTo(-180232, 184816, -10549, moveDistance);
MoveTo(-179837, 184244, -10565, moveDistance);
MoveTo(-179980, 183537, -10549, moveDistance);
MoveTo(-180248, 183107, -10549, moveDistance);
MoveTo(-180204, 181865, -10622, moveDistance);
MoveTo(-177742, 182213, -10621, moveDistance);

if you die before getting to this last spot
MoveTo(-177742, 182213, -10621, moveDistance);
then it will sleep for a while because each MoveTo has quite a delay to it.
ok but not have solution? char wait for resurrect wen die befor cant get last location stuck for 30s.
HuhHuh
09-20-2014 16:15 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: #7
RE: delevel sript, help!

Sushi... if u die before reaching last MOVETO... just delete it... it probably means u dont have to go this deep!
09-20-2014 18:43 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: #8
RE: delevel sript, help!

(09-20-2014 16:15 PM)sushibarman Wrote:  
(09-20-2014 07:11 AM)soul2eat Wrote:  
(09-20-2014 06:02 AM)sushibarman Wrote:  
(09-20-2014 01:54 AM)capucine Wrote:  
(09-20-2014 00:54 AM)soul2eat Wrote:  not sure if that is what you want but if when you die and it respawn you to "Klemis" npc then it will talk to it and goes to that last coordinate on it and it attack mobs if mobs are there until you die and repeat.

make sure you have auto revive on your bot setting though...gl.
haven't test it cuz no idea what that is...

Its a script that makes your toon to delevel...

I use one myself to keep my wynn at 85 so i can powerlvl my lowest toons to 85...

When u exp the lowest toons, u too get some exp and then lvl up to 86 and toons 80 gets exp penalty...

So i use the script so the mobs kill me on adn on and on until im 85 and some % again...


hi, solved my problem!!
i use to farm my chars continuausly to not get drop penalty,etc
ty a lot!!!Tongue

humm... script still wait for ressurectHuh


MoveTo(-180213, 185918, -10580, moveDistance);
MoveTo(-180232, 184816, -10549, moveDistance);
MoveTo(-179837, 184244, -10565, moveDistance);
MoveTo(-179980, 183537, -10549, moveDistance);
MoveTo(-180248, 183107, -10549, moveDistance);
MoveTo(-180204, 181865, -10622, moveDistance);
MoveTo(-177742, 182213, -10621, moveDistance);

if you die before getting to this last spot
MoveTo(-177742, 182213, -10621, moveDistance);
then it will sleep for a while because each MoveTo has quite a delay to it.
ok but not have solution? char wait for resurrect wen die befor cant get last location stuck for 30s.
HuhHuh

a solution to this is simple, use a spot that require only 1 moveto to get to it...example a spot i use is, teleport device at swamp, you teleport, move to 1 spot coordinate and attack(die, respawn at teleport device) repeat loop, only downside to this is adena cost but not that much.
(This post was last modified: 09-20-2014 22:32 PM by soul2eat.)
09-20-2014 22:31 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Delevel Chars NaoJogoMais 17 11,037 03-05-2014 18:43 PM
Last Post: bogdanel
  [Request] Script for delevel chars cobra8co 9 9,449 11-01-2012 00:03 AM
Last Post: TheBl4ckPhoenix



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