Jump to content
  • 0

Making Unfro server without adding frost resist on armors


Question

4 answers to this question

Recommended Posts

  • 0
Posted
On 1/11/2018 at 10:46 AM, Azrael- said:

-	script	Unfro	-1,{
OnPCStatCalcEvent:
if (readparam(bStr) == 1 ){
bonus2 bResEff,Eff_Freeze,10000;
end;
}
}

If str = 1 = 100% Frost Resist

 

On 1/11/2018 at 2:56 PM, whodhell said:

thnx @Azrael- ill try this later on when i get back home

 

@Azrael- what if includes other status etc?

change the " Eff_Freeze " in the bonus2 bResEff,Eff_Freeze,10000;

 

Sample according to sir @Azrael- example.

 

-	script	Unfro	-1,{
OnPCStatCalcEvent:
if (readparam(bStr) == 1 ){
bonus2 bResEff,Eff_Freeze,10000;
bonus2 bResEff,Eff_Stun,10000;
bonus2 bResEff,Eff_Sleep,10000;
end;
}
}
  • Upvote 1

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...