Lineage 2 Tower Forum

Full Version: Nuker Interlude
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i got spellhowller on interlude server and i got like 1421 casting speed but he cast to slow huricane he got delay looking for 1 script somthing for faster nuke casting
Code:
repeat
if(GetTarget()~=nil) then
  targetfeoh = GetTarget();
  if targetfeoh:IsMonster() and not targetfeoh:IsAlikeDeath() then
UseSkillRaw(1234, false, false); -- Vampiric Claw
UseSkillRaw(1341, false, false); -- Wind Vortex
UseSkillRaw(1239, false, false); -- Hurricane
UseSkillRaw(1148, false, false); -- Death Spike
  end;
end;
Sleep(500); -- if still low change 500 to 200 or lower..
until false;

This script very fast, cast one of 4 skills whithout pause..
You can add sleep between them, you can change the sleep from the ending.. but it will get the hell out of your CPU this script, you should try looking for a plugin... maybe the one from the link i gave you?
Reference URL's