zunath / SWLOR_NWN

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

Control Companion #1818

Closed Valo56 closed 2 weeks ago

Valo56 commented 7 months ago

This chat command will target a given NPC, unlocked door or placeable. -If the NPC is hostile, or the target is a pleaceable, the user's henchman will attack it. -If the target is an unlocked door, the henchman will open it.

Valo56 commented 4 months ago

I've updated it to not clear enmity tables. That was in place to ensure creatures were always receptive to orders but I suppose enmity on NPC companions getting in the way of them following orders may make enmity a more important mechanic. Maybe down the line a "Calm Pet" beastmaster command could be added.

zunath commented 2 weeks ago

Merged in https://github.com/zunath/SWLOR_NWN/pull/1868 after a few fixes