63646566676869707172
}; npc.setEntityClass("hoeingmannpc"); npc.setDescription("You see a man with a hoe, he's busy weeding the soil."); npc.setPosition(48,62); npc.initHP(100); zone.add(npc); } }
818283848586878889
} }; npc.setEntityClass("grandadnpc"); npc.setDescription("You see ancient and wizened Valo. He is surrounded by some kind of glowing light."); npc.setPosition(26, 5); npc.initHP(100); zone.add(npc); } }
686970717273747576
npc.setDescription("You see a man with a hat. His name is Andy and he looks really sad."); npc.setEntityClass("manwithhatnpc"); npc.setPosition(41, 6); npc.setDirection(Direction.RIGHT); npc.initHP(100); zone.add(npc); } }
}; margaret.setEntityClass("tavernbarmaidnpc"); margaret.setDescription("Margaret looks so warm and welcoming that you can't help but want to buy something from her."); margaret.setPosition(11, 4); margaret.initHP(100); zone.add(margaret); } }
104105106107108109110111112
ladynpc.setDescription("You see a pretty female elf in a beautiful dress."); ladynpc.setEntityClass("elfbankladynpc"); ladynpc.setDirection(Direction.DOWN); ladynpc.setPosition(17, 31); ladynpc.initHP(100); zone.add(ladynpc); } }
7677787980818283848586
} }; blacksheepbob.setEntityClass("blacksheepnpc"); blacksheepbob.setPosition(2, 13); blacksheepbob.initHP(100); blacksheepbob.setDescription("You see Blacksheep Bob. He is popular for his sausage."); zone.add(blacksheepbob); } }
909192939495969798
npc.setEntityClass("highpriestnpc"); npc.setPosition(23, 44); npc.setDirection(Direction.RIGHT); npc.setLevel(390); npc.initHP(85); zone.add(npc); } }
89909192939495969798
npc.setEntityClass(classes[i]); npc.setPosition(start[i].getX(), start[i].getY()); npc.setDescription(descriptions[i]); npc.setDirection(Direction.DOWN); npc.initHP(100); zone.add(npc); } } }
545556575859606162
}; baldemar.setDescription("You see Baldemar, a Mithrilbourgh Wizard well studied in the craft of forging mithril."); baldemar.setEntityClass("mithrilforgernpc"); baldemar.setPosition(4, 6); baldemar.initHP(100); zone.add(baldemar); } }
4849505152535455565758
npc.setEntityClass("vergernpc"); npc.setDescription("You see Simon. He has closed his eyes and is praying silently, but sometimes you can hear him mumble a prayer..."); npc.setPosition(29, 14); npc.setDirection(Direction.UP); npc.initHP(100); zone.add(npc); return npc; }