If you read the change log you will see that this was added in 129.. and profected in 132..
https://diiiedit.codeplex.com/SourceControl/list/changesets
DIIIRoS.SaveEdit:
Update: 1.3.18.132
House Keeping:
Realign most controls.
Changed sizing of some controls.
Changed Image for plus and minus.
Reorder most code for readability.
Adjusted NumericUpDown Controls should feel more fluid.
Removed: some nested controls. This should reduce screen flicker.
Moved: ProgressDialog so it can be better used.
Errors:
Fixed: Button control typo. Remove, Add, Update, import buttons should all function proper.
Fixed: Error On_Paste of Item with continent.
Fixed: Error On_Paste "None " Would throw a null reference exception.
Fixed: TabControl scroll arrows. on rare occasions they they would disable improperly.
Fixed: Keyboard shortcuts for all dropdown lists.
Fixed: TabOrder for keyboard Tab key. Changes made are top to bottom.
Fixed: Disposing of some objects that have already been disposed of.
Additions:
Added: Keyboard commands for tabstrip. Left arrow Right arrow now switches tabpages next and previous.
Added: Setting>Prefs. This function is purity useless All Prefs are editable in game and should be done so there..
~~Added: File Backup system. Files will now be copied to a folder labeled backups in the application folder.~~
Added: File Backup system. Files will now be Zipped into a folder labeled backups In the parent director of the save file .
Added: ProgresDialogs to all lengthy operations. Including Delete, Copy To, Import, etc.
Added: Checkbox Focus. Now shows when the checkboxes have focus from either keyboard or mouse.
Added: Keyboard commands for GroubExpander, CheckBox, EXButton. Space, Enter now activates control.
Added: Focus to TabStrip, GroupExpander, EXButton, CheckBox.
Added: System File Watcher to watch bankfile.bnk in the application root. Any changes across instances will be updated automatically.
Added: Login/register dialog to gain access to new premium features.
Added: Premium Features:
Tool Tip information about each item.
Patch information exceeding patch 2.0.9.
Roll Methods to speed up the rolling of items(See bottom of page).
Finished: Error Logging file write now Writes to external file. Stored in the folder labeled Errors.
Finished: Progress Bar. ProgressDialog now has a fancy custom progress bar.
Finished New Roll Methods:
Added: Control Functions Ctrl+Insert Will now add (x) number of items remaining in inventory with random ItemSeeds these Seeds will now be stored in the file RootRoll.dat
each item will have its own partition of this file as you roll it. This is based on two factors the Game Balance ID(GBID) and all the Base Affixs.
If any of the aforementioned items are changed it will create a new item partition.
Having (x) space in the inventory when pressed only the number of reaming spaces to 60 for inventory and 210 for stash will be filled. This limits the random number generator and ignores duplicating seeds. A seed will never be generated twice for the same item partition.
This function is not available for the Locker.
Added: Control Functions Alt+Insert Will now add (x) number of items remaining in inventory with random Enchant Seeds these Seeds will now be stored in the file MysticRoll.dat
each item will have its own partition of this file as you roll it. This is based on Three factors the Game Balance ID(GBID), the Old Affix and the New Affix.
If any of the aforementioned items are changed it will create a new item partition.
Having (x) space in the inventory when pressed only the number of reaming spaces to 60 for inventory and 210 for stash will be filled. This limits the random number generator and ignores duplicating seeds. A seed will never be generated twice for the same item partition.
This function is not available for the Locker.
Added: Settings>MysticRoll.dat For support of new MysticRoll.dat file.
Added: Settings>RootRoll.dat For support of new RootRoll.dat file.
https://diiiedit.codeplex.com/SourceControl/list/changesets
DIIIRoS.SaveEdit:
Update: 1.3.18.132
House Keeping:
Realign most controls.
Changed sizing of some controls.
Changed Image for plus and minus.
Reorder most code for readability.
Adjusted NumericUpDown Controls should feel more fluid.
Removed: some nested controls. This should reduce screen flicker.
Moved: ProgressDialog so it can be better used.
Errors:
Fixed: Button control typo. Remove, Add, Update, import buttons should all function proper.
Fixed: Error On_Paste of Item with continent.
Fixed: Error On_Paste "None " Would throw a null reference exception.
Fixed: TabControl scroll arrows. on rare occasions they they would disable improperly.
Fixed: Keyboard shortcuts for all dropdown lists.
Fixed: TabOrder for keyboard Tab key. Changes made are top to bottom.
Fixed: Disposing of some objects that have already been disposed of.
Additions:
Added: Keyboard commands for tabstrip. Left arrow Right arrow now switches tabpages next and previous.
Added: Setting>Prefs. This function is purity useless All Prefs are editable in game and should be done so there..
~~Added: File Backup system. Files will now be copied to a folder labeled backups in the application folder.~~
Added: File Backup system. Files will now be Zipped into a folder labeled backups In the parent director of the save file .
Added: ProgresDialogs to all lengthy operations. Including Delete, Copy To, Import, etc.
Added: Checkbox Focus. Now shows when the checkboxes have focus from either keyboard or mouse.
Added: Keyboard commands for GroubExpander, CheckBox, EXButton. Space, Enter now activates control.
Added: Focus to TabStrip, GroupExpander, EXButton, CheckBox.
Added: System File Watcher to watch bankfile.bnk in the application root. Any changes across instances will be updated automatically.
Added: Login/register dialog to gain access to new premium features.
Added: Premium Features:
Tool Tip information about each item.
Patch information exceeding patch 2.0.9.
Roll Methods to speed up the rolling of items(See bottom of page).
Finished: Error Logging file write now Writes to external file. Stored in the folder labeled Errors.
Finished: Progress Bar. ProgressDialog now has a fancy custom progress bar.
Finished New Roll Methods:
Added: Control Functions Ctrl+Insert Will now add (x) number of items remaining in inventory with random ItemSeeds these Seeds will now be stored in the file RootRoll.dat
each item will have its own partition of this file as you roll it. This is based on two factors the Game Balance ID(GBID) and all the Base Affixs.
If any of the aforementioned items are changed it will create a new item partition.
Having (x) space in the inventory when pressed only the number of reaming spaces to 60 for inventory and 210 for stash will be filled. This limits the random number generator and ignores duplicating seeds. A seed will never be generated twice for the same item partition.
This function is not available for the Locker.
Added: Control Functions Alt+Insert Will now add (x) number of items remaining in inventory with random Enchant Seeds these Seeds will now be stored in the file MysticRoll.dat
each item will have its own partition of this file as you roll it. This is based on Three factors the Game Balance ID(GBID), the Old Affix and the New Affix.
If any of the aforementioned items are changed it will create a new item partition.
Having (x) space in the inventory when pressed only the number of reaming spaces to 60 for inventory and 210 for stash will be filled. This limits the random number generator and ignores duplicating seeds. A seed will never be generated twice for the same item partition.
This function is not available for the Locker.
Added: Settings>MysticRoll.dat For support of new MysticRoll.dat file.
Added: Settings>RootRoll.dat For support of new RootRoll.dat file.