L2JLisvus

Would you like to react to this message? Create an account in a few clicks or log in to continue.

+2
roko91
yusuketh
6 posters

    Skill Anti Buff

    yusuketh
    yusuketh


    Posts : 58
    Join date : 2013-07-12

    Skill Anti Buff Empty Skill Anti Buff

    Post  yusuketh 30th July 2013, 21:37

    One annoying thing in the c4, is noobs buffing my dagger with concentration, it was really bad, they could add skill anti-bluff because the c4 has no way to cancel buffs in bar with shift+click.

    here is the skill code for interlude, not had time to see if this works in c4

    Anti-Buff XML:

    <?xml version='1.0' encoding='utf-8'?>
    <list>
    <skill id="6000" levels="1" name="Anti-Buff">
     <set name="mpConsume" val="1"/>
     <set name="target" val="TARGET_SELF"/>
     <set name="skillType" val="CONT"/>
     <set name="operateType" val="OP_TOGGLE"/>
     <set name="castRange" val="-1"/>
     <set name="effectRange" val="-1"/>
     <for>
       <effect count="0x7fffffff" name="BuffImmunity" time="1" val="1"/>
     </for>
    </skill>
    </list>

    Anti-Buff SQL:

    INSERT INTO `skill_trees` VALUES (0, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (10, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (18, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (25, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (31, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (38, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (44, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (49, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (53, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (123, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (124, 6000, 1, 'Skill Anti-Buff', 50, 1);

    Anti-Buff Skillgrp:

    6000 1 0 0 -1 0 0.000000 0 icon.skill0000 0 0 0 0 -1 -1

    Anti-Buff Skillname-e:

    6000 1 Anti-Buff Allows you to not be affected by buff. none none


    Thanks to all of L2JLisvus for bringing back C4,
    and sorry for my bad english.
    avatar
    roko91


    Posts : 237
    Join date : 2013-01-30
    Age : 32
    Location : Bulgaria

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  roko91 31st July 2013, 01:03

    IMHO it shouldn't be applied on the project as it requires client modification.
    dandiarena
    dandiarena


    Posts : 95
    Join date : 2013-06-20
    Age : 32
    Location : Argentina

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  dandiarena 14th October 2013, 06:30

    BuffImmunity effect skill not set in the core.

    this dont works
    yusuketh
    yusuketh


    Posts : 58
    Join date : 2013-07-12

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  yusuketh 14th October 2013, 08:57

    I packed a solution, put all buff skills except nobless buffs to party buffs.
    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  DnR 14th October 2013, 16:30

    yusuketh wrote:I packed a solution, put all buff skills except nobless buffs to party buffs.
    That's in my opinion, the best thing to do. Smile
    avatar
    avoegio


    Posts : 75
    Join date : 2014-04-18

    Skill Anti Buff Empty Skill Anti Buff

    Post  avoegio 18th July 2014, 14:47

    is this suggestio active ? or this code for anti-buff works ??
    avatar
    avoegio


    Posts : 75
    Join date : 2014-04-18

    Skill Anti Buff Empty Skill Anti Buff

    Post  avoegio 19th July 2014, 19:26

    up up
    yusuketh
    yusuketh


    Posts : 58
    Join date : 2013-07-12

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  yusuketh 20th July 2014, 03:50

    avoegio wrote:is this suggestio active ? or this code for anti-buff works ??
    java mod or change the skill buff to party members.
    avatar
    nacku2013


    Posts : 20
    Join date : 2013-12-14

    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  nacku2013 5th March 2016, 15:27

    yusuketh wrote:One annoying thing in the c4, is noobs buffing my dagger with concentration, it was really bad, they could add skill anti-bluff because the c4 has no way to cancel buffs in bar with shift+click.

    here is the skill code for interlude, not had time to see if this works in c4

    Anti-Buff XML:

    <?xml version='1.0' encoding='utf-8'?>
    <list>
    <skill id="6000" levels="1" name="Anti-Buff">
     <set name="mpConsume" val="1"/>
     <set name="target" val="TARGET_SELF"/>
     <set name="skillType" val="CONT"/>
     <set name="operateType" val="OP_TOGGLE"/>
     <set name="castRange" val="-1"/>
     <set name="effectRange" val="-1"/>
     <for>
       <effect count="0x7fffffff" name="BuffImmunity" time="1" val="1"/>
     </for>
    </skill>
    </list>

    Anti-Buff SQL:

    INSERT INTO `skill_trees` VALUES (0, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (10, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (18, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (25, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (31, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (38, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (44, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (49, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (53, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (123, 6000, 1, 'Skill Anti-Buff', 50, 1);
    INSERT INTO `skill_trees` VALUES (124, 6000, 1, 'Skill Anti-Buff', 50, 1);

    Anti-Buff Skillgrp:

    6000 1 0 0 -1 0 0.000000 0 icon.skill0000 0 0 0 0 -1 -1

    Anti-Buff Skillname-e:

    6000 1 Anti-Buff Allows you to not be affected by buff. none none


    Thanks to all of L2JLisvus for bringing back C4,

    ERROR FILE: <effect count="0x7fffffff" name="BuffImmunity" time="1" val="1"/> ----> error: (Buff Immunity)) for lisvus Rev : 577 (L2JLisvus C4 Scion of Destiny)

    HELP Please!!!!
    and sorry for my bad english.

    Sponsored content


    Skill Anti Buff Empty Re: Skill Anti Buff

    Post  Sponsored content


      Current date/time is 19th May 2024, 12:23