Jump to content

Asheraf

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Asheraf

  1. hello can any one fix this script for me i want it to wait 10s then summon the monster but is not working

    mes "[ MVP Summoner ]";
    mes "show me if you have zeny";
    if( Zeny < .@zenyCost ) {
    mes "sry you dont have zeny";
    close;
    } else {
    set Zeny, Zeny - .@zenyCost;
    mes "[ MVP Summoner]";
    mes "monster will be spawn soon";
    close;
    sleep2 5000;
    announce "MVP Has Been Spawned",bc_blue|bc_all;
    monster "guild_vs1",50,57,"Event Monster",1511,1,"Monster Event::OnThisMobDeath";
    OnThisMobDeath:
    announce ""+strcharinfo(0)+"killed the mvp",bc_blue|bc_all;
    end;
    close;
    }
     
    
×
×
  • Create New...