Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
karrel
Senior Member
 
Join Date: Jan 2012
Location: United States
Posts: 148
Send a message via MSN to karrel

Old April 27th, 2017, 07:58 AM
I need help in making a cloak that adds 4 effective levels to any creature wearing it's bloodline ability. say a person of 5th level putson his bloodline is treated as if it's 4 levels higher
karrel is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old April 27th, 2017, 10:06 AM
Check out the robe of arcane heritage, which is a body slot item which does a similar thing.
Aaron is offline   #2 Reply With Quote
karrel
Senior Member
 
Join Date: Jan 2012
Location: United States
Posts: 148
Send a message via MSN to karrel

Old April 27th, 2017, 04:08 PM
i am looking for someone to right a simple script that will work because i am unable to do that type of thing

Last edited by karrel; April 27th, 2017 at 05:08 PM.
karrel is offline   #3 Reply With Quote
karrel
Senior Member
 
Join Date: Jan 2012
Location: United States
Posts: 148
Send a message via MSN to karrel

Old April 29th, 2017, 11:04 AM
any ideas one how to make this work for any class that has a bloodline?

this is first script:
~ The timing is important here - the gIsEquip field is calculated at First/495,
~ and the bootstraps for things such as immunities granted by bloodlines evaluate at First/500
if (field[gIsEquip].value <> 0) then
perform hero.assign[ClsAblLive.Bloodrager]
perform hero.assign[ClsAblLive.Bloodrager]
perform hero.assign[ClsAblLive.Bloodrager]
perform hero.assign[ClsAblLive.Bloodrager]
endif

this is second script:
if (field[gIsEquip].value <> 0) then
foreach pick in hero from BaseCustSp where "abCategory.BlrorBlood | abCategory.BlrBloMut"
eachpick.field[xExtraLev].value += 4
nexteach
endif

Last edited by karrel; April 29th, 2017 at 11:09 AM.
karrel is offline   #4 Reply With Quote
karrel
Senior Member
 
Join Date: Jan 2012
Location: United States
Posts: 148
Send a message via MSN to karrel

Old April 29th, 2017, 11:30 AM
never ind got it to work i think. dropped the first script and changed second to this:

if (field[gIsEquip].value <> 0) then
foreach pick in hero from BaseCustSp where "abCategory.BlrBlood | abCategory.BlrBloMut"
eachpick.field[xExtraLev].value += 4
nexteach
endif
karrel is offline   #5 Reply With Quote
Dirtydeedz
Junior Member
 
Join Date: Sep 2013
Posts: 20

Old April 30th, 2017, 10:16 AM
I need to create a Breastplate of Dispel Magic 1/day & +1 spell DC (Dispelling Breastplate of Spell Focus). Any help would be much appreciated.

Just need a script to up the DC of my spells by one. Seems a little more complicated than boot strapping Feat Spell Focus. This armor effects any spell from any school that has a saving throw.
Code:
      if (field[gIsEquip].value <> 0) then
          hero.child[dcKingCont].field[Bonus].value += 1
        endif
Attached Files
File Type: email Disp_BP_SF.user (2.0 KB, 5 views)

Last edited by Dirtydeedz; May 1st, 2017 at 11:15 AM. Reason: Uploaded the *.user file; script not working
Dirtydeedz is offline   #6 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 07:11 AM.


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