Jump to content
  • 0

Making Unfro server without adding frost resist on armors


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

how can i make Unfro server without adding frost resist bonus on armors??

thnx in advance

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   3
  • Joined:  11/14/17
  • Last Seen:  

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

If str = 1 = 100% Frost Resist

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

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

 

@Azrael- what if includes other status etc?

Edited by whodhell
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  90
  • Topics Per Day:  0.02
  • Content Count:  361
  • Reputation:   18
  • Joined:  01/09/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

will this affect the  cluckers event status change??

Link to comment
Share on other sites

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.

×
×
  • Create New...