Guest erik Posted November 18, 2006 Share Posted November 18, 2006 Namarra +2 is only worth 1 gp. What do they know that I don't? (longsword, +2 to hit, 1d8+4 damage, silence 3 times/day) Link to comment
CamDawg Posted November 18, 2006 Share Posted November 18, 2006 The Crypt King has this item, but i has zero charges listed in his creature file. Items that have zero charges can only be sold for 1gp; if you rest you should be able to sell it for full price (or if you have a bag of holding, pop it in and then back out to recharge it). For the next version we'll add charges to the Crypt King's creature file. // adds a charge to Namarra on the Crypt King COPY_EXISTING ~bhcrypt.cre~ ~override~ READ_LONG 0x2bc "itm_off" READ_LONG 0x2c0 "itm_num" FOR (index = 0; index < itm_num; index = index + 1) BEGIN READ_ASCII ("%itm_off%" + (0x14 * "%index%")) "item" PATCH_IF ("%item%" STRING_COMPARE_CASE "sw1h36" = 0) BEGIN WRITE_SHORT ("%itm_off%" + 0x0a + (0x14 * "%index%")) 3 SET "index" = "%itm_num%" // kills loop END END BUT_ONLY_IF_IT_CHANGES Link to comment
Guest erik Posted November 19, 2006 Share Posted November 19, 2006 The price is ok after a rest, indeed. Probably had to clean quite a few years of accumulated gore off the sword before any merchant would touch it Link to comment
Shaitan Posted December 29, 2006 Share Posted December 29, 2006 Namarra +2 is only worth 1 gp. What do they know that I don't? (longsword, +2 to hit, 1d8+4 damage, silence 3 times/day) By the way, should this sword yield 1d8+4? Link to comment
Nythrun Posted December 30, 2006 Share Posted December 30, 2006 That's the original damage and description, so probably Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.