hi yall, im trying to make a buffer using a elemental master who summons the Seraphim Unicorn and it keeps auto-using its skill every 30 sec.
since walker settings doenst work well (see below), im trying sth with scripting.
does anybody knows if the current syntax of L2 Walker Scripting support the use of Skills?
something similar to this:
LABEL(sss)
USESKILL(Gift of Seraphim[iD=4703])
DELAY(30000)
JMP(sss)
in my version of L2Walker (10.74), the pet buffs does not appear correctly (it only appears as the 4 basic - change move mode, stop, attack, unsummon).
The interesting thing is this:
open your summoners' INI file:
under [CONTROL], you see a field like this:
[tt]RecvControlList=[/tt]
If you complement with this info --> [tt]4703,gift[/tt], save and re-load the options you will see "Blessing of Seraphim" on the skill command and the command 'gift' which will be used to trigger.
Walker recognizes the ID, but the buff command does not work (those are skills from the player only).
If you go further, to the pet section, under [PET], and change the lines to this:
bPet_Skill4_Flags=1
nPet_Skill4_Id=4703
csPet_Skill4_Condtion=0
nPet_Skill4_Delay=33
nPet_Skill4_MP=0
you will see nothing written on the "SKILL" field when you save and re-open your settings.
well, i wondering if anyone could help me with that...
thankx