Examples of initHP()


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

    };

    jaer.setDescription("You see Jaer, the master of illusion.");
    jaer.setEntityClass("orientalwizardnpc");
    jaer.setPosition(40, 43);
    jaer.initHP(100);
    zone.add(jaer);
  }
}
View Full Code Here

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

      }
    };

    sellernpc.setEntityClass("woman_001_npc");
    sellernpc.setPosition(64, 82);
    sellernpc.initHP(100);
    sellernpc.setDescription("You see Fleur. Her roses are made for young couples.");
    zone.add(sellernpc);
  }
}
View Full Code Here

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

    };

    erastus.setDescription("You see Erastus, the grandmaster of all magics.");
    erastus.setEntityClass("blueoldwizardnpc");
    erastus.setPosition(21, 36);
    erastus.initHP(100);
    zone.add(erastus);
  }
}
View Full Code Here

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

      }
    };

    npc.setEntityClass("littlegirl2npc");
    npc.setPosition(92, 15);
    npc.initHP(100);
    npc.setDescription("You see Elisabeth. She seems to be hungry.");
    zone.add(npc);
  }
}
View Full Code Here

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

    zekielspire.setDescription("You see Zekiel, the guardian of this tower.");
    zekielspire.setEntityClass("transparentnpc");
    zekielspire.setAlternativeImage("zekiel");
    zekielspire.setPosition(15, 15);
    zekielspire.initHP(100);
    zone.add(zekielspire);
  }
}
View Full Code Here

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

      }
    };

    npc.setEntityClass("kid6npc");
    npc.setPosition(114, 67);
    npc.initHP(100);
    npc.setDescription("You see Jef. He seems like waiting for someone.");
    zone.add(npc);
  }
}
View Full Code Here

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

    };

    elana.setDescription("You see Elana, the divine enchantress of Life.");
    elana.setEntityClass("whitesorceressnpc");
    elana.setPosition(40, 18);
    elana.initHP(100);
    zone.add(elana);
  }
}
View Full Code Here

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

      }
    };

    baker.setEntityClass("koboldchefnpc");
    baker.setPosition(15, 3);
    baker.initHP(1000);
    baker.setDescription("You see Kroip. He was a trainee of Leander once and is now a famous pizza baker in Wofol.");
    zone.add(baker);
  }
}
View Full Code Here

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

    };

    npc.setDescription("You see a witch flying on a broomstick. She appears to be instructing some pupils.");
    npc.setEntityClass("witch3npc");
    npc.setPosition(29, 19);
    npc.initHP(100);
    zone.add(npc);
  }
}
View Full Code Here

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

      }
    };

    npc.setEntityClass("wizardwomannpc");
    npc.setPosition(5, 7);
    npc.initHP(100);
    npc.setDescription("You see Saskia. She works in the Magic City boutique.");
    zone.add(npc);
  }
}
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.