![]() |
Senior Member
Join Date: Dec 2013
Posts: 166
|
Found another one in the White Dragon. Not sure this even shows at any time but it is there.
The Very Old category again. The CR is set in the same script. It is supposed to be 17 but is set to 21. Another super easy fix. |
![]() |
![]() |
Senior Member
Join Date: Dec 2013
Posts: 166
|
Ok. Really, really, really unimportant bug in the white dragon.
In the ~ statement in the 3rd script in the statement "Dragon flight speeds are based on size." Categories is spelled wrong. It is "cagegories" instead. |
![]() |
![]() |
Senior Member
Join Date: Feb 2013
Posts: 356
|
Depths of the Void class skill for Inkyo (Rokugan Campaign), the Condition for the bootstrap needs to be changed from 100 to 500. 100 is too early for it to recognize when conditions are met.
|
![]() |
![]() |
Senior Member
Join Date: Dec 2013
Posts: 166
|
Oops wrong thread. Moving.
Last edited by Bloodwolf; June 9th, 2020 at 01:19 PM. |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,078
|
Quote:
Quote:
Quote:
Thanks for the reports. |
|||
![]() |
![]() |
Junior Member
Join Date: Jul 2020
Posts: 4
|
Need to add class variant from book Unearthed Arcane page 58.
Thanks ![]() |
![]() |
![]() |
Junior Member
Join Date: Jul 2020
Posts: 4
|
cant find the enchantment "Splitting" from Champions of Ruin can somebody help me find it?
|
![]() |
![]() |
Senior Member
Join Date: Feb 2013
Posts: 356
|
The coding for the Hida Defender's Critical Focus ability (Oriental Adventures) doesn't function quite right. Please adjust to the following:
Code:
if (field[usrChosen1].chosen.tagis[thingid.wBattleaxe] <> 0) then foreach pick in hero from BaseWep where "WepFocus.? & IsWeapon.wBattleaxe" perform each.delete[wCritMult.?] perform each.assign[wCritMult.4] nexteach elseif (field[usrChosen1].chosen.tagis[thingid.wWarhammer] <> 0) then foreach pick in hero from BaseWep where "WepFocus.? & IsWeapon.wWarhammer" perform each.delete[wCritMult.?] perform each.assign[wCritMult.4] nexteach elseif (field[usrChosen1].chosen.tagis[thingid.wGreatclub] <> 0) then foreach pick in hero from BaseWep where "WepFocus.? & IsWeapon.wGreatclub" perform each.delete[wCritMult.?] perform each.assign[wCritMult.3] nexteach endif Code:
var level as number var check as number var difficulty as number level = hero.childfound[xBind].field[Value].value check = level + #attrmod[aCHA] difficulty = round(level/2,0,-1) difficulty = difficulty + 10 + #attrmod[aCHA] field[xSumm].text = "EBL = " & level & ", Binding Check 1d20 + " & check & ", Special DC = " & difficulty & "." Last edited by Illyahr; July 9th, 2020 at 01:53 PM. |
![]() |
![]() |
Senior Member
Join Date: Mar 2013
Location: Melbourne, Australia
Posts: 1,031
|
These aren't bug reports. The splitting weapon enhancement (FR: Champions of Ruin) has not been coded - it's not in HL. You can request that things be added to the community files (in the thread: Community Created 3.5 D&D data set, for for example), but that doesn't mean that they will be. Someone needs to have the book they come from, and both the time and interest to create it in HL. You can always try to create them yourself using the editor.
Current RPG's: Pathfinder (GM), Pathfinder (Player), Gamma World (GM, Pathfinder homebrew). HeroLab: 3.5 & Pathfinder. HL User Files for PF: Greyhawk Setting, Gamma World (WIP). DM and player of D&D since 1980. |
![]() |
![]() |
Senior Member
Join Date: Jul 2010
Posts: 3,078
|
Quote:
Code:
~ Assign the appropriate tag to all weapons that meet the criteria foreach pick in hero where "WepFocus.? & (thingid.wBattleaxe | thingid.wWarhammer | thingid.wGreatclub)" perform each.delete[wCritMult.?] if (eachpick.tagis[thingid.wGreatclub] <> 0) then perform eachpick.assign[wCritMult.3] else perform eachpick.assign[wCritMult.4] endif nexteach |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|