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?
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.
(This post was last modified: 09-14-2011 14:54 PM by Hebdzik.)