Jump to content

papazola

Members
  • Content Count

    12
  • Joined

  • Last visited

Posts posted by papazola


  1. when i click this buffer suddenly crash

     

     

     

    prontera,149,182,4 script Healer#h1-1::Healer 100,{
    // mes "[Healer]";
    // mes "I have amazing healing powers!!";
    // mes "You look like a person who needs them";
    // mes "Want some?";
    // next;
    // menu "Heal",-,"No thanks",CANCEL;
    percentheal 100,100;
    sc_start SC_BLESSING,600000,10;
    sc_start SC_INCREASEAGI,600000,10;
    //sc_start SC_MAGNIFICAT,600000,5;
    //sc_start SC_ASSUMPTIO,600000,5;
    //sc_start SC_GLORIA,600000,5;
    //sc_start SC_IMPOSITIO,600000,5;
    //sc_start SC_SUFFRAGIUM,600000,3;
    //sc_start SC_GLORIA,600000,5;
    sc_start SC_ASPDPOTION2,600000,0;
    dispbottom "Thanks Use My Service.";
    OnClick:
    atcommand "@repairall";
    close;
    mes "[Healer]";
    mes "I will buff you with my own power";
    mes "Wonderfull, You are now healed!.";
    mes "Have fun adventuring!!";
    close;
     
    CANCEL:
    mes "[Healer]";
    mes "thanks for use me";
    next;
    close;
     
    OnInit:
    setarray .Name$,"H","E","A","L","E","R";
    while( 1 ){
    set .Display$,"";
    for( set .i,0; .i < getarraysize( .Name$ ); set .i,.i + 1 ){
    set .Display$,.Display$ + .Name$[.i];
    delwaitingroom;
    waitingroom .Display$,0;
    sleep ( rand( 300 ) );
    }
    sleep 1000;
    }
    end;
     
     
    }
     
    morocc,159,96,5 duplicate(Healer) Healer#h1-2 531

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.