Recent changes Random page
GAMING
Gaming
 
WoWWiki
Halopedia
FFXIclopedia
Age of Conan
Warhammer Online
Grand Theft Wiki
See more...

Talk:Trickery domain

From NWNWiki

Jump to: navigation, search

on the Duration-Note

shouldn´t it be: +1 Round/Turn per Point Cha-Modifier? --78.52.158.196 January 2008

  • I just checked the Trickery Domain's script file, nw_s2_divtrick.nss
The important lines for us:
int nDuration = 5 + GetAbilityModifier(ABILITY_CHARISMA);
...
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eLink, oTarget, TurnsToSeconds(nDuration));
Now, to me this means that the duration is 5 turns + 1 turn / Charisma modifier! Is the note wrong? I need verification on this. --Praetor 17:29, 6 January 2008 (UTC)
  • I believe the note was wrong. --The Krit 04:56, 25 January 2008 (UTC)
  • iTs.. int nLevel = GetLevelByClass(CLASS_TYPE_CLERIC); nLevel = 1 + nLevel/2; So to only thing not correct its +1+1/2 cleric level not 1/2 cleric level only. -ILKAY
  • You're not making a lot of sense here. Praetor said that caster level is not used for the duration, yet you reply with a correction to the calculation of caster level? Shouldn't we establish whether or not caster level is used for the duration, before worrying about how it is calculated? (Sure, I deleted the "duration note" already, but if Praetor and myself misread the script, we can bring that note back.) --The Krit 00:30, 6 February 2008 (UTC)
  • I try make it clear, sorry, the duration is right, its 5+Charisma modifier. But for the skill bonus its 1+1/2 cleric level not 1/2 cleric level. ILKAY 00:51, 6 February 2008 (UTC)
  • That makes more sense. Looks like another case of confusing formatting in the talk pages, but I believe I mentioned that elsewhere. (Speaking of which, I think Praetor's comment could use some reformatting so it doesn't look like four different comments.) --The Krit 11:27, 7 February 2008 (UTC)