planqi / slashdiablo-maphack

A customized maphack for the slashdiablo D2 server
GNU Affero General Public License v3.0
88 stars 42 forks source link

Multiple ItemConfig's #25

Closed dschu012 closed 3 months ago

dschu012 commented 5 years ago

allow multiple external item configs to be loaded. ex:

//ItemConfig[]: ../BH/early_ladder.cfg
ItemConfig[]: ../BH/socketables.cfg
ItemConfig[]: ../BH/rares.cfg
ItemConfig[]: ../BH/charms.cfg

you can still define all your itemdisplay rules in the main BH.cfg file, this just allows you to externalize that if you want to. makes it easy to turn on and off groups of rules like early_ladder.cfg or to easily find a rule you are looking for.

rgoliveira commented 4 years ago

This looks great!