Jump to content

Chuckzxc

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Chuckzxc

  1. I still cannot enable it here's the script, im not sure if i did it right on my mapflag on what folder should i put it? thanks

    - script Punching Bag -1,{
    
    OnInit:
    
    monster "prontera",191,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill";
    
    monster "prontera",198,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3";
    
    monster "prontera",204,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2";
    
    setmapflag( "prontera",mf_monster_noteleport );
    
    end;
    
    OnDummyKill:
    
    monster "prontera",191,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill";
    
    end;
    
    OnDummyKill2:
    
    monster "prontera",198,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill2";
    
    end;
    
    OnDummyKill3:
    
    monster "prontera",204,176,"Punching Bag",1905,1,"Punching Bag::OnDummyKill3";
    
    end;
    
    OnPCAttackEvent:
    
    if ( !@test_punch ) end;
    
    @dps_damage += @damage;
    
    end;
    
    }
    
    // Mapflag
    prontera    mapflag    monster_noteleport

     

×
×
  • Create New...