zunath / SWLOR_NWN

Star Wars: Legends of the Old Republic server code, a persistent world for Neverwinter Nights
40 stars 94 forks source link

DM Item Management Tools #1815

Closed Valo56 closed 2 weeks ago

Valo56 commented 7 months ago

Added chat commands to: -add specific item properties -remove all item properties -toggle plot on and off for an item

zunath commented 2 weeks ago

I have some concerns over the implementation - primarily around the fact that the command to add properties isn't dynamic. Every time we add something new, we'll have to remember to update this command. Given the maintenance overhead I'd like to shelve this approach for now in favor of a more fitting NUI to handle it more dynamically. Seeing as Valo has left the community, it'll fall on one of us to set this up. Going to close out this PR and reference it later when we begin work on its replacement.