This may be a two part question.
1: I would like a server wide XP buff for those that are logged in and a visual effect icon. Without nwnx, can we add individual xp increases or is it only module based?
2: Is there a visual list of effect icons?
i think the best way to do this would be to roll your own. you can disable module-wide xp by setting the slider to ‘0’. you’d then want to award xp based on your own policies and modify the appropriate scripts. for example, if you want to give xp for killing creatures, you could modify nw_c2_default7.nss
. then within these scripts you can test for the xp buf condition and award a bonus to pc’s who meet the condition. i remember scarface did a custom xp system that might inspire you. there are more ; search the vault.
regarding effect icons, you can find a list of those used in valid effects here. there are actually a few more available that aren’t in use ; you can find them by using the nwnexplorer and searching for the string ‘ief_
’.
1 Like