Jump to content
  • 0

Question

Posted

can anyone help me to put script in a freebie item.

Item: Remover Hat (Id:5777)

Features:

Additional EXP by 10%

+1000 HP

Decrease -5 HP per leveling up

Increase HP and SP recovery by 5%

Hope someone can help me thanks in advance

7 answers to this question

Recommended Posts

  • 0
Posted
 bonus bMaxHP,1000; bonus2 bExpAddRace,RC_All,10; bonus2 bHPRegenRate,5,10000; bSPRegenRate,5,10000; [...] if(BaseLevel>97) { bonus bMaxHP,-485; }; if(BaseLevel>98) { bonus bMaxHP,-490; }; if(BaseLevel>99) { bonus bMaxHP,-495; };

 

Hey buddy, I recommend you do something like that.
I can not imagine another way this script works

  • 0
Posted
4 hours ago, skymia said:

the only problem now for me is Decrease -5 HP per leveling up

Use Some item Condition statement in item{script} use If statement .

  • 0
Posted

its like this?

5777,Remover_Hat,Remover Hat,4,20,,800,,2,,0,0xFFFFFFFF,7,2,256,,30,0,655,{ bonus2 bExpAddRace,RC_ALL,10; bonus bMaxHP,1000; bonus bHPrecovRate,5; bonus bSPrecovRate,5; if(BaseLevel>97) { bonus bMaxHP,-485; }; if(BaseLevel>98) { bonus bMaxHP,-490; }; if(BaseLevel>99) { bonus bMaxHP,-495; };},{},{}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...