Lineage 2 Tower Forum

Full Version: Summon H5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, sorry for bad english (thanks to Google).

Need your help in setting up a summon * server. It is necessary that the death or disappearance of summon it calls a new and automatically soulshot nipples, and you can only create one script .... Help please

I need call Merrow the Unicorn

Here is the script to call your pet, but for some reason I could not get them to glue together:
***
repeat
if (GetMe():GetPetId()== nil) then
UseSkill(SummonSkillId,false,false)
end;
if (GetMe():GetPetId()== 0) then
UseSkill(SummonSkillId,false,false)
end;

Sleep(5000)
until false

***
And script soulshot:

***

if not (ShotsActivated) and (GetSummonCount() > 0) and (GetItemAmountByName(shots) > 5) then
ActivateSoulShot(ShotsDisId, true);
ShotsActivated = true;
Sleep(2000);
end;
help
Reference URL's