Search found 11 matches

by khaevil
Sat Jan 15, 2022 6:44 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

Fix evasion to not function unless wearing light or no armor. This is how it's supposed to be according to d20srd and the 3.5e source books. This script function should work, I haven't tested it: // Use this in spell scripts to get nDamage adjusted by oTarget's reflex and evasion saves. // - nDamage...
by khaevil
Sun Sep 26, 2021 3:33 pm
Forum: The Silver Marches (General)
Topic: REPORT BUGS HERE
Replies: 174
Views: 98205

Re: REPORT BUGS HERE

When open/close is cast the caster casts the spell then walks up to the object and performs the open/close action. My suspicion is the action is assigned to the caster by the spell impact script and assigning the action to the target object instead will fix the problem. Here's my suggested fix. I al...
by khaevil
Wed Feb 24, 2021 1:31 am
Forum: The Silver Marches (General)
Topic: Interest in afternoon/evening sessions?
Replies: 4
Views: 4868

Re: Interest in afternoon/evening sessions?

Eastern is our time zone. 5 pm is a little early though. 7 pm would be good.
by khaevil
Fri Dec 04, 2020 11:23 pm
Forum: The Silver Marches (In-Character)
Topic: Marpenoth is here! (TSM info dump/planning, please add/comment))
Replies: 32
Views: 17021

Re: Marpenoth is here! (TSM info dump/planning, please add/comment))

Bertilak makes as accurate a copy of the map as he can. Writing out a pointed yet detailed note on their plans he hands his notes and the map to Knight-Corporal Sureblade. "Sir. This map may be helpful in planning an assault. I've detailed the special teams that will disrupt the ritual." T...
by khaevil
Fri Nov 27, 2020 7:22 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

I didn't realize there was a bug on horse cloaks and logging in/out that allowed duplicating cloaks. I always try to log out on the horse now, because if I don't the darn thing ends up missing when I log in after a servet reset. I've never experienced any cloak duplicating bugs. I cursed the cloak b...
by khaevil
Fri Nov 27, 2020 6:50 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

To script crafting and regulate the entry of items into the world make items require a consumed crafting component that only DMs can create.
by khaevil
Fri Nov 27, 2020 6:34 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

Since I am a scripter, if I suggest something I've probably thought through how to do it and will have noted any significant difficulties. Here's the horse script changes I propose: // I copied the function in x2_inc_itemprop and modified it to prevent any exploits I can forsee, saved me a minute or...
by khaevil
Mon Nov 23, 2020 5:42 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

The crafting should be automated. DMs have enough to do without dealing with crafting minutiae that should be scripted. The specifics aren't important really, but here's a proposal to emulate what I see on SRD20: 2DAs of things that are made with each of the crafting feats including required rare ma...
by khaevil
Mon Nov 23, 2020 4:54 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

Add counterspelling. There is a script command to counter a spell, though I'm not sure if it actually works. It might makes much of this very simple. This can be done with X2PreSpellCastCode() that is called by all spells as a workaround. A custom counterspell action would make sure they can counter...
by khaevil
Mon Nov 23, 2020 3:10 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

Fix spell resistance for items. SR from items only works once, this can be overcome by checking for the highest SR on an item when equipping/unquipping items. I believe SR does work for the hidden hide slot, so duplicating the property there may work. It could be applied as a spell effect, it will s...
by khaevil
Mon Nov 23, 2020 2:32 pm
Forum: ALFA / NWN / D&D Discussion
Topic: THE Lists for the Masses-Hak Bug Fixes
Replies: 30
Views: 30541

Re: THE Lists for the Masses

Modify the mounting script to:
mark which cloak, if any, the PC was wearing before they mounted
copy the item properties from the cloak they had on to the temporary cloak used for the horse graphic
add negative weight to the cloak to represent the ability of the horse to carry weight