Neverwinter Nights 1 - Is the Rod of Fast Buffing mod compatible with the GoG version?

Is the Rod of Fast Buffing compatible with the current GoG copy of Neverwinter Nights Diamond (Build 1.69) on Windows 10?
Link: http://neverwintervault.net/project/nwn1/prefab/item/rod-fast-buffing
I have tried the 1.69 critical rebuild and 1.71 community patch. It states the .mod file is corrupt or built in a newer version of the game.
Best Answer
I answered this question on my own in a complicated way. I am still waiting on other forums for an easier answer but I might as well post my solution here.
The issue is that the event loaders didn't actually load the scripts when you activate the item. The items are built to run on the x2_mod_def_act event which is not present in the original campaign.
To fix this I changed the module properties of each original campaign module to include a custom script that calls both the normal even loader for that module and "x2 mod def" scripts.
Here is the following process that I used.
Step 1: Edit your nwnplayer.ini with the following entries under the "Game Options" category. This will open all modules for editing in the NwN tooleset:
CODEWORD=hacktastic
CODEWORD XP1=ffrodriguez
CODEWORD XP2=barkeater
Step 2: Open the toolset and then open the Campaign Modules option. The area we want is the "Edit > Module Properties > Events" menu. Listed are the two main features required to load this mod. Take note of what is listed in each. Image here:
OnActivateItem
OnModuleLoad
Step 3: If nothing is listed in either of those slots then you can fill them with the respective mod label
x2_mod_def_act for OnActivateItem
x2_mod_def_load for OnModuleLoad
Step 4: If something is already listed in those slots, such as m3q1modactivat, then you will need to load both the x2 script and the campaign script. To do this you will need to create a custom script. Right click on the scripts tree in the module and select "New". The new entry will need to call both event loaders with the ExecuteScript commands. Here is a sample:
Step 5: Save the module edits that you made and you should be able to play through the original campaign with the the rod. To spawn it you will need to use the commands from the console (tilde key): DebugMode 1 dm_spawnitem extrodfastcast
This needs to be done for each campaign chapter, unfortunately. It's about 10 minutes of work. There is probably a much easier solution. This also opens the door to conflicts to other mods that use the same loader as it will call them twice. It's dirty, but it works.
Pictures about "Neverwinter Nights 1 - Is the Rod of Fast Buffing mod compatible with the GoG version?"



Is NWN 1 or 2 better?
In shortest: Definitely buy NWN2. In short: NWN 1 and 2 are highly different games and the play style is very different. Only thing they have common is the D&D 3 ruleset (which is even different since NWN2 uses 3.5 while NWN uses 3.0) So whether either of them is superior is based on preference rather than quality.How do I make an NWN module?
Modules are major updates to the game that introduce new content such as campaigns, races, classes, adventure zones, dungeons and skirmishes.Baldur's Gate - Mod installation guide
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Pixabay, Karol D, Steven Arenas, Mikhail Nilov