Jump to content

Dimas_shotta93

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Dimas_shotta93

  1. super costume enchant


    it enchant every slot in your costume

    selectable slot to enchant and reset

    consume 10 silvervine fruit.

    feel free to modify as you like

    //= 1st slot ( class stone lv1) ==============================
    //= 2nd slot ( class stone lv2) ==============================
    //= 3rd slot ( costume stone ) ===============================
    //= 4th slot ( effect stone ) ================================


     

  2. Hi everyone! I am new here, I know I am wishing too much. But does anybody here has Official Edda Fall of GlastHeim script? I had one already but it seems need more improvement. Thank you! I will buy the script if anybody has it.

  3. On 8/11/2012 at 4:06 AM, PapaZola said:

    can someone help?

    i already make like this

     

    
    if ( low >= pc_maxparameter(sd) && val > 0 )
    return 0; // Official servers show '0' when max is reached
    
    high = low + val;
    
    if ( val < 0 )
    swap(low, high);
    
    for ( ; low < high; low++ )
    #ifdef RENEWAL // renewal status point cost formula
    sp += ( 1 + (low + 9) / 10 );
    #else
    sp += ( 1 + (low + 9) / 10 );
    #endif
    
    return sp;
    }
    
     

     

    still same with renewal stats and i already recompile

    I am also dealing with the same problems..

    anyone can help?

×
×
  • Create New...