On Sat, 18.11.00 Mark W. wrote: > [...] > I've noticed that pretty much skill scrolls and stat potions > have disappeared from shops (its been a while since I've > actually played a character serious compared to working on > crossfire). Just for the record: Stat potions have been entirely banned from shops, but skill scrolls are still quite common. > After the newbie tower, goblin hole/quest and ogre hole/quest, > my 6'th level barbarian has around 1400 platinum. What do > people generally spend the money on? Immunity postions? They grant godlike powers at any level. (Hope this will change with partial resistances.) > [...] Maybe different shops should stock different good items > (so perhaps the shop in scorn is a shield shop so has good > shields all the time plus the usual random stuff, while the shop > is santa dominion is a good helmet shop, etc). [...] As long as it´s only items with magic bonus (not artifacts) I do agree, nice idea. > This could perhaps even help balance things out if it is difficult > to get to certain towns (it isn't right now, but I think it would > be nice to actually have random monsters in the countryside - > granted, a high level character could clear the path for newbies, > but there could also be more intelligent monster generation for the > wilderness - [...] I also feel that it would be much more fun if travelling on the worldmap was less secure. Did you know that we already have this "random encounter" thing in the code? I never tested it but maybe we could dig that out again. Random encounter means that with every step you take there is a small chance to get teleported on a little map with a few monsters. This "random encounter map" is encircled by (invisible?) teleporters that lead to the player´s original position. We could create a flag for the map-struct to turn that feature on/off seperately for each map, so we can make it happen on worldmaps only. *If* people would like this, the random encounter code should probably be re-done to take advantage of existing random-map features and stuff. Andreas V.