Examples of onDead()


Examples of games.stendhal.server.entity.creature.Creature.onDead()

    creature.setDefXP(1);
    final Creature spider = new Creature(creature);
    spider.registerObjectsForNotification(observer);
    player.teleport(basement, 5, 5, null, player);
    StendhalRPAction.placeat(basement, spider, 51, 50);
    spider.onDead(player, true);
 
 
  /**
   * Tests for quest.
   */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.