Package games.stendhal.server.entity.npc

Examples of games.stendhal.server.entity.npc.RatKidsNPCBase.initHP()


    };

    rat.setDescription("You see a rat child.");
    rat.setEntityClass("ratchildboy1npc");
    rat.setPosition(40, 105);
    rat.initHP(100);
    zone.add(rat);
  }
}
View Full Code Here


    };

    rat.setDescription("You see a rat child.");
    rat.setEntityClass("ratchildboy2npc");
    rat.setPosition(97, 5);
    rat.initHP(100);
    zone.add(rat);
  }
}
View Full Code Here

    };

    rat.setDescription("You see a rat child.");
    rat.setEntityClass("ratchild2npc");
    rat.setPosition(45, 19);
    rat.initHP(100);
    zone.add(rat);
  }
}
View Full Code Here

    };

    rat.setDescription("You see a rat child.");
    rat.setEntityClass("ratchild1npc");
    rat.setPosition(5, 75);
    rat.initHP(100);
    zone.add(rat);
  }
}
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.