Lineage 2 Tower Forum

Full Version: Burning Chop
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a way to make that skill (like burning chop) will be spam'ed only till it succeeds ? or at least how to set it with 10sec delay? i know there was threads about stigma and so on, but i don't understand a thing how to change/write scripts so maybe somebody could give a note how to solve my problem step by step?
/cfg > Nuke Attack > Turn on nuke atk > Burning chop > Delay 10 sec ?
And it wont use it at all.

It's a old problem, if you set a time delay- it wont use it at all, if you set use it once without delay, it spams till you are out of mana.
So maybe that can help
Code:
repeat
if (GetMe():GetMpPrecent() >20) then
Sleep(10000);
Command("/useskill burning chop");
end;
until false
and again... "repeat
if (GetMe():GetMpPrecent() >20) then
Sleep(10000);
Command("/useskill buring chop");
end;
until false" tells me nothing... what i need to do with this? write somewhere?
copy code witch was posted by zerilius
than open L2TowerScript.exe
-> save to floder scripts
-> run game
-> type ig .cfg
-> open scripts tab and run your script.

same file you have in Attachment, just download it and save to scripts folder.

Those are basics of making scrips.
ok thanks

EDIT: cant turn script ON... just keeps show "stop ALL" or something like that
(09-15-2011 22:53 PM)blabla Wrote: [ -> ]ok thanks

EDIT: cant turn script ON... just keeps show "stop ALL" or something like that

hit the little play arrow next to the script name.
yes i did...nothing happens...

when i hit "play" arrow i see a small "X" button then, and still nothing happens.
(09-18-2011 09:40 AM)blabla Wrote: [ -> ]yes i did...nothing happens...

when i hit "play" arrow i see a small "X" button then, and still nothing happens.

Bcoz i have mistake in skill name. Change it !
Reference URL's