Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   need help making a custom item (http://forums.wolflair.com/showthread.php?t=58272)

karrel April 27th, 2017 07:58 AM

need help making a custom item
 
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

Aaron April 27th, 2017 10:06 AM

Check out the robe of arcane heritage, which is a body slot item which does a similar thing.

karrel 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

karrel 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

karrel 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

Dirtydeedz April 30th, 2017 10:16 AM

1 Attachment(s)
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



All times are GMT -8. The time now is 10:15 AM.

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