Lineage 2 Tower Forum

Full Version: Mark Of Lumi Healer One Time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, someone know a script for healers use mark of lumi with this conditions:

1 -. Asist a especific party member one time only for use Mark of Lumi.
2-. Use only when the monster dont have it.
3-. Clean target when the monster have it.

I see a lot of post with Mark of Lumi but no one have fuction to clean target so dont work for me.

If Any can help me thx a lot.

----------------------------------------------------
Hola a todos, alguien sabe o puede darme una mano con un script con estas condiciones:

1-. Que asista a un determinado miembro de la party una vez solo para tirar Mark of Lumi.
2-. Que el healer use Mark of Lumi solo si el mob no lo tiene.
3-. Que el healer limpie el target cuando el mob le entre Mark of Lumi.

He buscado un monton de post acerca de esto pero ninguno tiene la funcion para limpiar el target.

Si alguien puede ayudarme muchas gracias de antemano.
I use the L2Tower GUI and works fine for me...

I set it to give LUMI when mob HP ig higher than 85%. It's not perfect, but works pretty good, only if the MA or pt takes too long to get mob below 85%, it will cast lumi 2 or 3 times... But no real problem there !
clearing the target isnt necesarry. you dont get stuck on a monster target so if you need to switch targest then it will easily do so. like what capucine said, you just need to setup a combo of assisting in tower gui and using lumi script
i dont even use scripts... I set assist in GUI and i set LUMI in Nuke attack with mob hp higher than 85%...

It works like a charm for me...
use normal option Big Grin it's work well Big Grin
The Problem is when healer got a target that cause healer dont use Heal Skills. Any advice for a good confing for healer? I mean in HP Recovery for healer dont have problems with heals + lumi.


P.D.: Sorry for english.
repeat
monster = GetMonsterList()
for mon in monster.list do
if not mon:GotBuff(MarkID) then
Target(mon)
UseSkill(MarkID)
Sleep(1000)
ClearTargets()
end
end
Sleep(1000)
until false




just wrote it, put mark id in and test it if you want......not sure how well it work but yeah xd
Reference URL's