Lineage 2 Tower Forum

Full Version: delevel sript, help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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)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)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
(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)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
Sushi... if u die before reaching last MOVETO... just delete it... it probably means u dont have to go this deep!
(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.
Reference URL's