• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Community Editor Projects - Mythic Psionics

Shadow,

Going to need some additional help. The Mythic Improved Psicrystal feat doubles the bonus granted by the Psicrystal personality (generally +3).

I haven't been able to parse the psicrystal code enough to determine what needs to be done to double the bonus of what ever is picked on the psicrystal minion.

Would be appreciated.
 
Shadow,

Going to need some additional help. The Mythic Improved Psicrystal feat doubles the bonus granted by the Psicrystal personality (generally +3).

I haven't been able to parse the psicrystal code enough to determine what needs to be done to double the bonus of what ever is picked on the psicrystal minion.

Would be appreciated.
Assign the tag "MythicPsi.PsicrBon2x" to the hero at Post-Level/10000 that will double the Bonus value.

Well after you do a new pull from GitHub. :)
 
Assign the tag "MythicPsi.PsicrBon2x" to the hero at Post-Level/10000 that will double the Bonus value.

Well after you do a new pull from GitHub. :)

Note that the ability doubles all personality bonuses, not just a single one that is picked.

Note that there is a Psicrystal Staff item that does the same doubling. So, if you could put in a double double (triple) option in the new code that would be appreciated.
 
Note that the ability doubles all personality bonuses, not just a single one that is picked.
You need to explain this more. I am reading the feat right now and it just says "The bonus gained from all of your psicrystal personalities doubles.". So in example +2 becomes +4 and +3 becomes +6. That is what I see the script doing. What I am missing? :confused: :confused:
 
Last edited:
Note that there is a Psicrystal Staff item that does the same doubling. So, if you could put in a double double (triple) option in the new code that would be appreciated.
I have modified the procedure to increase the multiplier by one for each additional MythicPsi.PsicrBon2x past the first that is found on the hero.

So just script the staff to do the same tag assign to the hero.
 
You need to explain this more. I am reading the feat right now and it just says "The bonus gained from all of your psicrystal personalities doubles.". So in example +2 becomes +4 and +3 becomes +6. That is what I see the script doing. What I am missing? :confused: :confused:

You are correct in that that is specifically what the feat does.

However, in the scenario wherein the character has a psicrystal (+3 to an skill), a psicrystal staff (x2) and this mythic feat would have a tripling of the skill bonus, not a x4. This calculation is the same as for crit multiplier (x2 + x2 = x3).

So, +3 originally, +6 with psicrystal staff, +3 again from mythic feat. = +9 total.
 
You are correct in that that is specifically what the feat does.

However, in the scenario wherein the character has a psicrystal (+3 to an skill), a psicrystal staff (x2) and this mythic feat would have a tripling of the skill bonus, not a x4. This calculation is the same as for crit multiplier (x2 + x2 = x3).

So, +3 originally, +6 with psicrystal staff, +3 again from mythic feat. = +9 total.
Yep that is what my post #25 says I did for the logic in the Procedure. So sounds like we are on the same page then. :)

So first time tag is found we are x2 bonus. If two tags are found we are x3, if three tags are found we are x4, etc...
 
Ok, I've reached the point where I can add the Mythic Powers.

I've looked at some mythic spells and there is a mythic text field in the form for creating new spells. No such field exists for powers.

I think this needs to be added prior to being able to continue.
 
Ok, I've reached the point where I can add the Mythic Powers.

I've looked at some mythic spells and there is a mythic text field in the form for creating new spells. No such field exists for powers.

I think this needs to be added prior to being able to continue.
Sure feel free to ask LW to add such logic.

Otherwise just add it as text as part of the normal power text.
 
Thank you for attempting to add the Mythic Psionics.

One of my players loves psionics, but didn't like that there wasn't a mythic version when there was for Arcane and Divine casting.

Our group has added the Mythic Hero's Handbook (Legendary Games), which we'll use in our next stint at Mythic.
They use the Mythic Psionics, and we were disappointed that the HL package for Mythic Hero's Handbook chose to omit the psionic portion.

This is awesome that it is being worked on.
Thank you.

I know it is a disappointment. The problem is that for a product that is being sold for purchase could not have been based on community files (even though they are top notch). They various mythic stuff from the book needed to be based on things that are part of the Pathfinder files from Lone Wolf (This is the same reason that some of the mythic feats are not included since their non-mythic versions are not in the official data files). Doing otherwise would open the door to various unintentional bugs creeping in. :/ If ever Dreamscarred's stuff gets official support then the mythic psionics from the MHH will be revisited.
 
I know it is a disappointment. The problem is that for a product that is being sold for purchase could not have been based on community files (even though they are top notch). They various mythic stuff from the book needed to be based on things that are part of the Pathfinder files from Lone Wolf (This is the same reason that some of the mythic feats are not included since their non-mythic versions are not in the official data files). Doing otherwise would open the door to various unintentional bugs creeping in. :/ If ever Dreamscarred's stuff gets official support then the mythic psionics from the MHH will be revisited.

The mythic psionics that is in the MHH is essentially the same content as a different publication from DSP : Psionics Augmented: Mythic Psionics.

I have both products. If you put/keep mythic psionics in the LG content from MHH, then we'll be essentially duplicating effort.
 
I know it is a disappointment. The problem is that for a product that is being sold for purchase could not have been based on community files (even though they are top notch). They various mythic stuff from the book needed to be based on things that are part of the Pathfinder files from Lone Wolf (This is the same reason that some of the mythic feats are not included since their non-mythic versions are not in the official data files). Doing otherwise would open the door to various unintentional bugs creeping in. :/ If ever Dreamscarred's stuff gets official support then the mythic psionics from the MHH will be revisited.
Just to add FYI that this is 100% correct and from the tech point of how HL works no other option was available for LG. Official "packages" can not build off of data from the community Pack.
 
I submitted my Mythic Psionics user file last night to the Git repository. Unless I'm totally off base, it should be part of the next Community pack deployment.
 
Going through and doing some coding on prior items not implemented. Annihilate Pattern throws an error when you add the ability. Don't believe it is related it the ability itself -- Error is:

Code:
Linkage pick 'table' not located for current context
Location: 'field calculate' script for Field 'xTotalLev' near line 13
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 29
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 47
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 54
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 59
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 63
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 73
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 47
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 54
- - -
Attempt to access 'focus' pick or thing from script when no focus exists
Location: 'field calculate' script for Field 'xTotalLev' near line 59

Any assistance would be appreciated.
 
So you got that error when you added thingid.cPUMAnPatt?

I had to do some adjustments to components for the "Additional Discipline" that worked with focus and linkage tables. Where you doing anything with the Additional Disciplines when this error was thrown?
 
Can you also take a look at the Mythic Warrior Path ability -- it works like Monks Robes for the Warrior's Path ability -- however the implementation of the Warrior's path ability is a little bit "custom". (Note the: Warrior's Bracer's psionic item does this same thing).
 
I was not, the base class was cryptic, so no access to disciplines.
Knowing the base class is important to duplicating the error. Honest I really can NOT read minds. :D :)

I don't know why its tossing that error. Its something trying to calculate xTotalLev which would be in a LW component.... hmmmm
 
Back
Top