Jump to content

rifqithea

Members
  • Content Count

    9
  • Joined

  • Last visited

Posts posted by rifqithea


  1. Hellow here i found some bug

    when i use this in my npc script

    the berserk effect succesfuly end

    but it show some eror in console

    i didn't edited the skill src

    i hope all of herc master can solve my problem :)

     

     

    atcommand "@battleignore";

    sc_end SC_BERSERK;

    percentheal 100,100;

     

    post-11821-0-81482000-1462087532_thumb.jpg


  2. hmmm thanks for reply..

    BTW i try this but when i use 100% al elemnt card resist people still miss when attacking hmm

    doest work it should have 20% damage more..

    please help me more :D



     

    src/map/pc.c
    Find

    sd->subele[i] += val;
    Replace with
    sd->subele[i] += min(sd->subele[i]+val, 120);

    Find
    sd->subele[type2] += val;
    
    Replace with
    sd->subele[type2] = min(sd->subele[type2]+val, 120);
    

    i mean normal element to miss is 100% i want it to become 120% to make element miss i try this still cap at 100 hmm..

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.