Jump to content

zxcgamingzxc

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by zxcgamingzxc




  1. I'm searching and editing for ages but cant make it worked out.

    the problem is even i change what the announcer says it still saying the old content

    The old announce line
    " go to prontera blah blah "
    my edited line
    " type @event "

    still it shows the go to the middle of prontera line even its not on the script anymore


     

    -    script    Announcer2    -1,{
    OnMinute00:
        if ( gettime(3) % 2 ) end;
        donpcevent strnpcinfo(1)+"::OnGMStart";
        end;

    OnGMStart:
        killmonster "poring_w01.gat","All";
        announce "(Poring Manager) : A Gamemaster started a Poring Catcher Event now.",0;
        sleep 3000;
        announce "(Poring Manager) : If you want to join, type @event and enter the warp portal.",0;
        enablenpc "PoringCatcher";
        sleep 2000;
        announce "(Poring Manager) : Prize: will be TCG Cards",0;
        sleep 2000;
        announce "(Poring Manager) : The portal is going to close in one minute.",0;  
        sleep 60000;
        announce "(Poring Manager) : The portal has been closed.",0;
        disablenpc "PoringCatcher";
        if(getmapusers("poring_w01") == 0) 
        {
            disablenpc "Poring Banker";
            announce "Event Poring Catcher didn't start because there's no players.",0;
            end;
        }

        donpcevent "Poring Banker::OnEnable";
        end;

    OnGMStop:

        killmonster "poring_w01.gat","All";
        announce "A Gamemaster has stopped the Poring Catcher Event",0;
        mapwarp "poring_w01.gat","prontera.gat",155,173;
        disablenpc "Poring Banker";
        disablenpc "PoringCatcher";
        end;

    OnClock1200:
    OnClock1100:
    OnClock1300:
    OnClock2300:
        killmonster "poring_w01.gat","All";
        announce "(Poring Manager) : Poring Catcher Event will start at the moment.",0;
        sleep 3000;
        announce "(Poring Manager) : If you want to join, type @event and enter the warp portal.",0;
        enablenpc "PoringCatcher";
        sleep 2000;
        announce "(Poring Manager) : Prize: will be TCG Cards",0;
        sleep 2000;
        announce "(Poring Manager) : The portal is going to close in one minute.",0;  
        sleep 60000;
        announce "(Poring Manager) : The portal has been closed.",0;
        disablenpc "PoringCatcher";
        if(getmapusers("poring_w01") == 0) 
        {
            disablenpc "Poring Banker";
            announce "Event Poring Catcher didn't start because no players found in map.",0;
            end;
        }

        donpcevent "Poring Banker::OnEnable";
        end;

    OnInit:
        disablenpc "Poring Banker";
        disablenpc "PoringCatcher";
    }



    thanks


     

×
×
  • Create New...