Jump to content
  • 0
TrndsttR

Item Script

Question

4 answers to this question

Recommended Posts

  • 0


{

    Id: 20307

    AegisName: "C_Beginner_Cap"

    Name: "Costume Beginner Cap"

    Type: 5

    Loc: 4096

    View: 1348

    Script: <"

        if(BaseLevel<100) {

            bonus bHit,30-(3*(BaseLevel/10));

            bonus bMaxHP,1000-(100*(BaseLevel/10));

            bonus bMaxSP,200-(20*(BaseLevel/10));

            bonus bVariableCastrate,-10+(BaseLevel/10);

            bonus bHealPower,150-(10*(BaseLevel/10));

            bonus bHealPower2,10*(BaseLevel/10);

            bonus bAddItemHealRate,10*(BaseLevel/10);

        }

    ">

}

 

Share this post


Link to post
Share on other sites
  • 0

Hmm.. You show code of item with ID 20307 and before - there is an error in item with ID 20043. Show correct item (:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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