Separate names with a comma.
I cannot fix the bug that you mentioned post above, as I lost latest sources years ago. But, the release is quite stable, and I personally used...
Domain system in TemplePlus is not suitable for expansions IIRC. It requires complete redesign. We considered doing so several times in the past....
The game has non-combat and combat modes which require different approach for Python programming. It's different to IWD (Infinity) games in that...
By D&D rules - yes. But for players I as Dungeon Master never do that. Because it's rather disappointing for them, especially when "fat and...
last = attachee.obj_get_obj(toee.obj_f_npc_who_hit_me_last) if not last: last = game.party[0] attachee.critter_kill_by_effect(last) You can do...
Animation is kind of buggy, but still: target.portal_flag_unset(toee.OPF_LOCKED) target.portal_toggle_open() I added special tactic...
First of all, there is no unidentified flag, it's vice versa - there is identified flag - OIF_IDENTIFIED see here. You can set item's flag by...
I haven't tried, but it would certainly be interesting to see :) Last dungeon is quite difficult, so beware)
I had great discussion on FB D&D 3.5 forums regarding Mists. Apparently I've been using it wrong. 1) Miss chance only against defender in the...
Glad you liked it. Me and @Shiningted were working on it, as well as @Sitra Achara, @_doug_ and @FDR4PREZ. All details here:...
I think there are some variants were this could happen. Please share saves. Still, I'm impressed that you managed to kill of the Armory so...
In the console take a look what this returns: game.global_flags[14] if not 1 then do: game.global_flags[14] = 1 Then go back to the town and you...
Yes, but not in near future. It's not just simple changes, but I have to recheck everything before releasing. So for now version 1.1 is the latest.
I have to check.