|
From: SourceForge.net <no...@so...> - 2004-09-18 12:39:14
|
Bugs item #987645, was opened at 2004-07-09 09:53 Message generated for change (Comment added) made by jdempsey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=987645&group_id=25576 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Doug McMillan (dmcmill) Assigned to: James Dempsey (jdempsey) Summary: [5.8] [(M,R)SRD]AUTOGENERATION of Items Initial Comment: There is an issue with the autgeneration of items. Any eqmod that autogen works on with a CHOOSE: in it will have the CHOOSER open up during the autogenerating of items. This looks like an infinite loop to the user as they close the box and another appears...etc. What we really need is for the autogenerator code to see any CHOOSE (other than CHOOSE:EQBUILDER) as a loop to be be done to the item instead of popping the box and asking for user input. Example(in the msrd): SPROP:Mastercraft (+%)|%CHOICE CHOOSE:Weapon bonus |MIN=1|MAX=3 should cause the generation of three seperate items NOT ask the user to pick a value to be applied to the item during the autgeneration period. ---------------------------------------------------------------------- >Comment By: James Dempsey (jdempsey) Date: 2004-09-18 22:39 Message: Logged In: YES user_id=558288 Items are autogenerated correctly now. However a problem remains in that eahc of the masterwork options in the MSRD is called Masterwork, so only one masterwork item is generated. This is the same for auto-created items and manual items which use default names. Files changed: src/java/pcgen/core/Equipment.java new revision: 1.448 src/java/pcgen/core/EquipmentChoice.java initial revision: 1.1 src/java/pcgen/core/EquipmentList.java new revision: 1.14 src/java/pcgen/core/EquipmentModifier.java new revision: 1.125 ---------------------------------------------------------------------- Comment By: James Dempsey (jdempsey) Date: 2004-09-16 20:31 Message: Logged In: YES user_id=558288 Thought I should post an update on this one. I am about half way through it. I have solved the problem where there is a single choice, but still need to work on nested choices and magic enhancements. Cheers, James. ---------------------------------------------------------------------- Comment By: Paul W. King (kingpaul) Date: 2004-09-16 19:59 Message: Logged In: YES user_id=277877 Tracker was moved from: [ 986317 ] MSRD LOOP CRASH http://sourceforge.net/tracker/index.php? func=detail&aid=986317&group_id=36698&atid=417816 Paul W. King TM SB, OGL/PL Chimp, Data Tamarin, BoD ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=987645&group_id=25576 |