Jump to content

Upgradeable WK items in SoA


CamDawg

Recommended Posts

@122010 = ~With some crushed gems, these can be improved. Bring me a diamond, emerald, rogue stone, and star sapphire and I can do it for ye.~
@122011 = ~By crushing a diamond, emerald, star sapphire, and rogue stone I can improve these. It'll cost you 5,000 gold.~

Somewhere in here Cromwell needs to mention he's talking about paladin bracers rather than repeating himself twice.

Link to comment

No strike that, the referenced tra lines are simply wrong. These are the bard glove upgrade sequence, not paladin bracer sequence. crom5.d should be...

 

EXTEND_BOTTOM WSMITH01 13
 IF ~PartyHasItem("brac22")~ THEN GOTO NewItem
END

APPEND WSMITH01
 IF ~~ THEN BEGIN NewItem SAY @122012 // corrected from @122010
IF ~~ THEN GOTO NewItem2
 END

 IF ~~ THEN BEGIN NewItem2 SAY @122013 // corrected from @122011
IF ~PartyGoldLT(10000)~ THEN REPLY #66983 GOTO NoThanks
IF ~PartyGoldGT(9999)~ THEN REPLY #66984 DO ~SetGlobal("CDItems","ar0334",5)
											 SetGlobal("ForgeStuff","GLOBAL",1)
											 TakePartyGold(10000)
											 TakePartyItemNum("brac22",1)
											 DestroyItem("brac22")
											 DestroyGold(10000)~ GOTO 56
IF ~~ THEN REPLY #66985 GOTO NoThanks
 END

 IF ~~ THEN BEGIN NoThanks SAY @122002
  COPY_TRANS WSMITH01 13
 END
END

Link to comment

A different issue with the same component: the WK items don't reset the ForgeStuff global when they're created, unlike Cromwell's usual forging. If the Item Upgrade (revised consistency version) mod is installed, this can make the last IU item be given again, along with the WK item.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...