AinsLord Posted January 11, 2018 Posted January 11, 2018 how can i make Unfro server without adding frost resist bonus on armors?? thnx in advance Quote
0 Azrael- Posted January 11, 2018 Posted January 11, 2018 - script Unfro -1,{ OnPCStatCalcEvent: if (readparam(bStr) == 1 ){ bonus2 bResEff,Eff_Freeze,10000; end; } } If str = 1 = 100% Frost Resist 1 Quote
0 AinsLord Posted January 11, 2018 Author Posted January 11, 2018 (edited) thnx @Azrael- ill try this later on when i get back home @Azrael- what if includes other status etc? Edited January 11, 2018 by whodhell Quote
0 Archetype Saber Posted January 12, 2018 Posted January 12, 2018 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; } } 1 Quote
0 AinsLord Posted February 7, 2018 Author Posted February 7, 2018 will this affect the cluckers event status change?? Quote
Question
AinsLord
how can i make Unfro server without adding frost resist bonus on armors??
thnx in advance
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.