656667686970717273
}; 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); } }
189190191192193194195196197198199
} }; 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); } }
259260261262263264265266267
}; dwarf.setDescription("You see Alrak, a reclusive dwarf smith."); dwarf.setEntityClass("dwarfnpc"); dwarf.setPosition(22, 8); dwarf.initHP(100); zone.add(dwarf); } }
596061626364656667
}; rat.setDescription("You see a rat child."); rat.setEntityClass("ratchildboy1npc"); rat.setPosition(40, 105); rat.initHP(100); zone.add(rat); } }
83848586878889909192
ghost.setEntityClass("woman_005_npc"); // she is a ghost so she is see through ghost.setVisibility(50); ghost.setPosition(65, 74); // she has low HP ghost.initHP(30); ghost.setBaseHP(100); zone.add(ghost); } }
555657585960616263
}; rat.setDescription("You see a rat child."); rat.setEntityClass("ratchildboy2npc"); rat.setPosition(97, 5); rat.initHP(100); zone.add(rat); } }
205206207208209210211212213214215
}; npc.setEntityClass("slim_woman_npc"); npc.setPosition(16, 5); // npc.setPosition(101, 102); npc.initHP(100); npc.setDescription("You see Liliana. She works in the Magic City clothes boutique."); zone.add(npc); } }
979899100101102103104105106
} }; npc.setEntityClass("wisemannpc"); npc.setPosition(7, 2); npc.initHP(100); npc.setDescription("You see the mighty magician Haizen. He is able to let people teleport around with his scrolls."); zone.add(npc); } }
72737475767778798081
}; npc.setEntityClass("sickleinghalfelfnpc"); npc.setPosition(76,97); npc.initHP(100); npc.setDescription("You see Eheneumniranin, the Half Elf... He has lost his memory and always looks confused."); zone.add(npc); } }
} }; hagnurk.setEntityClass("orcsalesmannpc"); hagnurk.setPosition(106, 5); hagnurk.initHP(100); hagnurk.setDescription("You see Hagnurk. He is an orcish salesman."); zone.add(hagnurk); } }