Ok i figured Out & Fixed the Bug on "SRPG_RangeDMG.js" .
Fixed Plugin Version is added to my GitHub, and to all Uploaded Zip files.
--------
Also i found another
Incompatiblety betwen the
"Agi Att +"-Function of the new SRPG Core &
SRPG StatCounter.js :
("Agi Att +"-Function is part of the Core since CoreVersion1.30)
-
SRPG StatCounter.js is INCOMPATIBLE with the Counter behavior of "Agi Att +"-Function.
=> its nothing Gamebreaking ,but it will add counters to the Counter if Agi is ">="
(Agi betwen user & target)
--> Thats why i had to Disable
SRPG StatCounter.js from the "
SRPG Extension Demo 1.1 "
(SRPG Extension Demo 1.1 uses SRPG Core Version 1.32 & activated Agi Extra Function)
- also i had to Erase the Counter Stats EX- Param of each Unit of course
==> I didnt delete
SRPG StatCounter.js from the PluginManager,
its only Disabled , because if anyone decides to use the Newsest Core and
DE-Activating "Agi Extra Function" in Core Param Setup, than
SRPG StatCounter.js can work with this Core & DemoVersion.
(but than the "Counter Stats EX- Param" of each Unit ,has to be added again like its done in the "Updated Demo" which uses the "old Core" without the "Agi Extra Function" implemented)
And the Counter Behavior of "Agi Att +"-Function is also Incompatiple with some "MapForceAction"-Functions
(it will also add more actions, but nothing gamebreaking)
=> thats why Skills which work with the MapForceAction-Plugin use the SkillNote
:
(disable Agi Att + Completly for MapbattleSkills_only with this SkillNote)
(<AgiExtra:false> is also added to all other Magic Skills that are *MapBattle"true"* and Attacks an enemy)
--------
Some might ask :
*whats the difference betwen the SkillNotes: "<AgiExtra:false>" & "<doubleAction:false>"?*
("<AgiExtra:false>" & "<doubleAction:false> do both Disable Agi Att + for skills)
=> "
<AgiExtra:false>" Disables
only the mapbattle Part of "Agi Att +"-Function Completly.
(also the AGi Counter Behavior that makes Problems)
=> "
<doubleAction:false>" Disables
only the "2nd Action" Part which is triggered because of higher Agi. this Skillnote
works for Both BattleModes.
(SV & mapBattle)
-->
<doubleAction:false> is the default SkillNote from the Agi Extra Function.
(<doubleAction:false> is part of SRPG Core since Version 1.30)
-->
<AgiExtra:false> is the SkillNote which i created & added to avoid Conflicts that can happen with MapBattle"true"_Skills
(<AgiExtra:false> only exist in Core Versions which are edited by me)
--------
I also added a new Common Event to both Demos to handle some extras on the MapforceAction Setup , ..
The
"MapForceDoubleAction Skill(skill-ID_77)" will now only work for Actor 9 & 10 (Nymphe & Shadow)
.
=> also this "Magic_Skill" will only be availleble if they are In a Distance of 2 or less..
(this Function is a Friend Combo Skill and has NOTHING to do with "<doubleAction:false>")
=> the fact that the names are similar is just a bad Coinsidence
--------
The MapForceAction Plugin can also be used to replicate
Functions Like "AGI Att +" but with more possibletys ,because the "If conditions" would be Selfmade.
(works only on Battle Mode *mapBattle"true"*)
If Anyone wants to Replicate
Functions Like "AGI Att +" ,for SV battle Mode ,this can be made with the default "forceAction Funtion" from the rpg system.
(I explained somewhere else how to do this) => #891
------
------
All Links in my Signature Spoiler are Updated..