Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD

Notices

Reply
 
Thread Tools Display Modes
5jays217
Junior Member
 
Join Date: Mar 2016
Location: Central Illinois
Posts: 3

Old March 21st, 2016, 05:43 PM
I can't locate where to place the +1 for Spell Attack and Spell Save DC when making the Rod of the Pact Keeper from DMG.

I've looked but, also, don't see a similar magic item.
5jays217 is offline   #1 Reply With Quote
5jays217
Junior Member
 
Join Date: Mar 2016
Location: Central Illinois
Posts: 3

Old March 22nd, 2016, 02:13 PM
This was worded poorly.

What are the tags for Spell attack and Spell Save DC?

This is what I have so far...:


doneif (field[gIsAttuned].value = 0)
doneif (field[gIsEquip].value = 0)


#enhancementbonus[hero.child[StandardDC], 1]

Last edited by 5jays217; March 22nd, 2016 at 02:22 PM.
5jays217 is offline   #2 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old March 22nd, 2016, 02:51 PM
Look at the robe of the archmagi:

PreLevels 10000
Code:
      doneif (field[gIsEquip].value = 0)

      doneif (field[gIsAttuned].value = 0)

      if (hero.tagexpr[!Hero.EquipArmor] <> 0) then
        #baseac[15]
        endif
      #situational[hero.child[svAll],"Advantage on saving throws vs spells and other magical effects",field[thingname].text]
      foreach pick in hero from Spellcast
        eachpick.field[cSplAttack].value += 2
        eachpick.field[cSplSaveDC].value += 2
        nexteach
Aaron is offline   #3 Reply With Quote
5jays217
Junior Member
 
Join Date: Mar 2016
Location: Central Illinois
Posts: 3

Old March 22nd, 2016, 03:06 PM
doneif (field[gIsEquip].value = 0)

doneif (field[gIsAttuned].value = 0)


foreach pick in hero from Spellcast
eachpick.field[cSplAttack].value += 1
eachpick.field[cSplSaveDC].value += 1
nexteach

That is what I needed!

Thanks, Aaron!
5jays217 is offline   #4 Reply With Quote
Maikera
Junior Member
 
Join Date: Feb 2016
Posts: 14

Old March 23rd, 2016, 01:30 PM
Guys, i could use some help to add a magic item too ?

Im trying to figure out how to configure a ring to add spell slot, but no success so far.
There´s anything that i could look into to find more information ?
Maikera is offline   #5 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 01:38 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.