yuhsing

Untitled

Feb 21st, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1.  
  2.  
  3. - script Nico -1,{
  4. OnWhisperGlobal:
  5. if( @whispervar0$ != "on" && @whispervar0$ != "off" ){
  6. dispbottom "Please type 'on' or 'off'";
  7. end;
  8. }else if( @whispervar0$ == "on" ){
  9. // custom effect
  10. setitemscript 2720,"{ bonus bStr,20; bonus2 bAddEff,Eff_Stun,1000; if(strcharinfo(0) == \"Godric\") { bonus bFlee2,10; bonus2 bSubRace,RC_Demon,-30; bonus bMaxHP,75000; bonus bDelayRate,-100; bonus bAspdRate,197; bonus bIntravision,0; bonus bBaseAtk,250; bonus2 bHpDrainRate,100,100; bonus bAtkRate,40; bonus bCritical,30; bonus bMatkRate,15; bonus2 bAddRace,RC_Boss,150; bonus bHit,100; } }";
  11. }else if( @whispervar0$ == "off" ){
  12. // original effect or none..
  13. setitemscript 2720,"{ bonus bStr,20; bonus2 bAddEff,Eff_Stun,1000; }";
  14. }
  15. dispbottom "Effect is turned "+@whispervar0$+".";
  16. end;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment