Package instances

Examples of instances.SpezionNormal$DeathListener


    if (actor.getNpcId() == 22985)
    {
      Reflection r = actor.getReflection();
      if(r instanceof SpezionNormal)
      {
        SpezionNormal spezion = (SpezionNormal) r;
        spezion.openGate(26190004);
      }
    }

    super.onEvtDead(killer);
  }
View Full Code Here


      {
        if(player.canReenterInstance(159))
          player.teleToLocation(r.getTeleportLoc(), r);
      }
      else if(player.canEnterInstance(159))
        ReflectionUtils.enterReflection(player, new SpezionNormal(), 159);
    }
    else
      super.onBypassFeedback(player, command);
  }
View Full Code Here

TOP

Related Classes of instances.SpezionNormal$DeathListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.