Package games.stendhal.server.entity.npc

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


    };

    entwife.setEntityClass("transparentnpc");
    entwife.setAlternativeImage("tendertwig");
    entwife.setPosition(25, 35);
    entwife.initHP(100);
    entwife.setDescription("You see an old and wise entwife. She is called Tendertwig and guards the area around.");
    zone.add(entwife);
  }
}
View Full Code Here


      }
    };

    gulimo.setEntityClass("greendwarfnpc");
    gulimo.setPosition(3, 24);
    gulimo.initHP(100);
    gulimo.setDescription("You see Gulimo. He sells good quality armor and weapons.");
    zone.add(gulimo);
  }
}
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

    };

    npc.setDescription("You see Mrotho, guarding over Ados Barracks.");
    npc.setEntityClass("barracksbuyernpc");
    npc.setPosition(45, 49);
    npc.initHP(500);
    zone.add(npc);
  }
}
View Full Code Here

    };

    bill.setEntityClass("oldcowboynpc");
    bill.setPosition(105, 58);
    bill.setDirection(Direction.DOWN);
    bill.initHP(100);
    bill.setDescription("Bill retired from being a gold prospector. Now he is waiting for followers in this business.");
    zone.add(bill);
  }
}
View Full Code Here

    };

    sally.setEntityClass("littlegirlnpc");
    sally.setPosition(40, 61);
    sally.setDirection(Direction.RIGHT);
    sally.initHP(100);
    sally.setDescription("You see Sally. She is the daughter of Leander, the Semos baker and currently camping near the river.");
    zone.add(sally);
  }
}
View Full Code Here

    });
    npc.setDescription("You see the powerful drow Waerryna. Do not cross her.");
    npc.setEntityClass("blackwizardpriestnpc");
    npc.setPosition(49, 105);
    npc.setDirection(Direction.RIGHT);
    npc.initHP(25);
    zone.add(npc);
  }
}
View Full Code Here

    };

    loretta.setDescription("You see Loretta, an elderly female dwarf. She is working on the mine-cart rails.");
    loretta.setEntityClass("greendwarfnpc");
    loretta.setPosition(49, 68);
    loretta.initHP(100);
    zone.add(loretta);
  }
}
View Full Code Here

    };

    clerk.setDescription("You see a clerk, hard at work.");
    clerk.setEntityClass("executivenpc");
    clerk.setPosition(23, 10);
    clerk.initHP(100);
    zone.add(clerk);
  }
}
View Full Code Here

      }
    };

    greeterNPC.setOutfit(new Outfit(0, 05, 01, 06, 01));
    greeterNPC.setPosition(39, 29);
    greeterNPC.initHP(1000);
    greeterNPC.setDescription("You see Xhiphin Zohos. He is a helpful citizen of Fado.");
    zone.add(greeterNPC);
  }
}
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.