Request Pink zakum raid Reactor

Results 1 to 5 of 5
  1. #1
    Sorcerer Supreme operationcaw is offline
    Member +Rank
    Aug 2010 Join Date
    364Posts

    Request Pink zakum raid Reactor

    Title says it all...And i want it to spawn for every 30 minutes..Can anyone tell me how to do it?
    PHP Code:
    /*
    Zakum Altar - Summons Zakum.
    */

    function act() {
        
    rm.changeMusic("Bgm06/FinalFight");
        
    rm.getMap().spawnZakum(-10, -215);
        
    rm.mapMessage("Zakum is summoned by the force of eye of fire.");
        if (!
    rm.getPlayer().isGM()) {
            
    rm.getMap().startSpeedRun();
        }

    So this is normal zakum script.Can i edit to like
    PHP Code:
    /*
    Zakum Altar - Summons Zakum.
    */

    function act() {
        
    rm.changeMusic("Bgm06/FinalFight");
        
    rm.getMap().spawnPinkZakum(-10, -215);
        
    rm.mapMessage("Where comes the pink zakum.Good luck!");
        if (!
    rm.getPlayer().isGM()) {
            
    rm.getMap().startSpeedRun();
        }

    GUide me please =(


  2. #2
    Member Loca is offline
    MemberRank
    Jul 2012 Join Date
    61Posts

    Re: Request Pink zakum raid Reactor

    nvm.. mistake.

  3. #3
    Grand Master kevintjuh93 is offline
    Grand MasterRank
    Jun 2008 Join Date
    The NetherlandsLocation
    4,119Posts

    Re: Request Pink zakum raid Reactor

    Does Pink Zakum use a reactor? Guess not... you just get warped to the map and it's there.

  4. #4
    Sorcerer Supreme operationcaw is offline
    Member +Rank
    Aug 2010 Join Date
    364Posts

    Re: Request Pink zakum raid Reactor

    But when i warp to that map.It say unhandled script bla bla.

  5. #5
    Sorcerer Supreme operationcaw is offline
    Member +Rank
    Aug 2010 Join Date
    364Posts
    Bat shows unhandled boss script..



Advertisement