Jump to content
  • 0

help with skill in l2 classic 306


Arrabalin

Question

tratando de arreglar un pergamino para l2 classic y la habilidad no funciona. tengo otros ejemplos pero el scroll le da xp a un personaje y en este caso quiero que lio lo haga por el clan como en el 306 clásico el nivel del clan se sube con xp. ¿Puede alguien ayudarme a hacer la habilidad correcta?

 

 

<skill id="51045" level="1" name="Scroll: 100,000,000 XP">
        <set name="icon" value="icon.etc_recall_exp_scroll"/>
        <set name="reuseDelay" value="500"/ >
        <establecer nombre="itemConsumeId" value="90919"/>
        <establecer nombre="itemConsumeCount" value="1"/>
        <establecer nombre="isHandler" value="true"/>
        <establecer nombre="objetivo" value="TARGET_SELF"/>
        <set name="skillType" value="BUFF"/>
        <set name="operate_type" value="A2"/>
        <for>
            <effect name="i_get_exp">
                <def nombre="poder" valor="100000000"/>
            </efecto>
        </for>
    </habilidad>

Edited by Arrabalin
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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...