Jump to content

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...