- Joined
- Jul 7, 2018
- Messages
- 96
- Reaction score
- 65
- First Language
- english
- Primarily Uses
- RMMV
True, it looks pretty complex from the looks of it, according to the tutorial I have to dabble around with formulas.Try Dopan's SRPG_RangeDmg plugin, though you should ask him how it works first.
in this case what I would want to do is change the hit rate depending on the distance, like if you can shoot 7 tiles ahead but 5 tiles maximum if you want to have the max hit rate, after that, the hit rate would decrease.SRPG_RangeDmg only changes the DMG related to the distances.. but not the "accuracy"..
i asume "accuracy" can be changed with EX Param or SP Param while using States.. i dont know..
And SRPG_RangeDmg is not so complicated like it looks.. it needs extra states and plugin param setups and editing the DMGFormula..its all explained in the Plugin help info.
(sry that i cant use the demos to explain it better... at the moment)
if you use the Plugin than you will use states for every distance.in this case what I would want to do is change the hit rate depending on the distance, like if you can shoot 7 tiles ahead but 5 tiles maximum if you want to have the max hit rate, after that, the hit rate would decrease.
I am guessing that's possible with your plugin plus formulas
hm, any reason normal hit rate is not working or even you can't figure it out?if you use the Plugin than you will use states for every distance.
These States can change the Param in the state settings..
However Hitrate isnt really working that way.. there is a YEP Plugin that explains it and allows such changes..
Hit Accuracy (YEP) - Yanfly.moe Wiki
www.yanfly.moe
(so you will probably need to use both Plugins .. "my SRPG_RangeDmg and its states" & "YEPS Hit_Accuracy" )
i didnt tried that yet so i cant give you a step by step advice
dude read all help info on YEPs plugin its explained there.. its how the system works and thats why i linked yeps plugin and recommended it to solve that requesthm, any reason normal hit rate is not working or even you can't figure it out?
right, let me know when you tried it.dude read all help info on YEPs plugin its explained there.. its how the system works and thats why i linked yeps plugin and recommended it to solve that request
Hit Accuracy (YEP) - Yanfly.moe Wiki
www.yanfly.moe
sry if i didnt explained correctly..right, let me know when you tried it.
I might try it too but in the meanwhile I want to get other stuff done
so let me get this straight, the way the rangedmg works is that every "percentage" affects both damage and hit rate and not only that but also every "percentage" resembles a maximum of when shots stop being consistently accurate, is that right?sry if i didnt explained correctly..
my plugin only uses the states to affect "HITrate", but if you want to also change the "accurracy" than you need "yeps plugin" aswell .. i didnt plan to use Yeps Plugin myself because for me its fine to only affect the Hitrate with states.
(i just mentioned yeps plugin to show that it could be used in addition in order to affect the Accuracy, also in yeps plugin is explained why that could be helpfull in some cases..)
in the Plugin SRPG_RangeDMG, "%" is allways related to DMG. And the plugin allows you to set States to each "%DMG_Setup" ..so let me get this straight, the way the rangedmg works is that every "percentage" affects both damage and hit rate and not only that but also every "percentage" resembles a maximum of when shots stop being consistently accurate, is that right?
Yeah, this is probably not what I am searching for.in the Plugin SRPG_RangeDMG, "%" is allways related to DMG. And the plugin allows you to set States to each "%DMG_Setup" ..
Its the State that changes the Hitrate.
You decide the param of the State which changes the Hitrate.
------
EDIT:
Hopefully this helps to understand "Hitrate", I cant explain it very well myself...
How to understand Hit-Rate?
Hi guys, I try to understand the Hit-Rate and how it works ingame, but I'm not sure if I got it right. I can define a Hit-Rate of each class, each actor and each weapon, but not of a skill. So, how to understand this? When I set Hit-Rate of my fighter-class to 100% it means, as I understand...forums.rpgmakerweb.com
Hit Accuracy (YEP) - Yanfly.moe Wiki
www.yanfly.moe
------
Basicly the Plugin SRPG_RangeDMG, adds and removes States depending on the Distance betwen the Units.
(the States are suppossed to affect the Hitrate but you can add any stuff you want to these States..)
And its Changing the "DMG%" depending on the Distance betwen the Units.
(Distance betwen Acting_Unit and Target_Unit)
EDIT2:
In other words if the States you insert in the Plugin parameter are doing nothing, than the plugin will only affect the "DMG%" depending on the Distance betwen actingUNIT and targetUNIT
(The states are there to add other "changes" if needed/wanted)
i dont get what you mean, distance is part of the skillnote..Yeah, this is probably not what I am searching for.
Any plans to do a plugin similar to what I said(Hitrate being affected by a "maximum" distance)?
because so far I only see specific damages only used on specific distances unless I am understanding wrong. I would like to put my own maximum distance instead inside the formula.
i dont get what you mean, distance is part of the skillnote..
no matter what setup you make into the plugin param, every UNIt will only use as much distance as the Skillnotes allows it
(and the hitrate can only be affected by the state that is used on that distance)
The Variable is only for the Plugin so that the Plugin can change the DMG..(a.atk * 4 - b.def * 2) * (v[97] * 0.1)
this is the formula right? I would imagine in the v[] I would put the number of variable where of the maximum distance I want, I am right? or it is an specific distance?
I might look into this when I have time (which won't be for some time). When you mean "custom direction rules" what are you looking for? Give me an example or 2
it's possible for me to add ranged penalty?
Like, at X distance tile you can still shoot but your shots will not be as accurate as you would shoot closer.
yes yes, that sounds more in line what I want!I might look into this when I have time (which won't be for some time). When you mean "custom direction rules" what are you looking for? Give me an example or 2
![]()
Is this what you want? If so you need a custom script I made for you
The notetag I used for the skill is:
<customHit: if($gameSystem.isSRPGMode()) { 2 + Math.min(-1, -0.25 - 0.25 * (Math.abs(user.event().posX() - target.event().posX()) + Math.abs(user.event().posY() - target.event().posY()))) } else { Yanfly.Param.HAHitFormula }>
<customEva: 0>
This example has hit accuracy set to 100% if target is within 4 spaces of the user, and for every 1 space further away accuracy drops by 25%
i think thats because the Crack is the last tile where the Unit moves,the Unit doesnt have to move forward from there in that turn..Hi, @Doktor_Q
I really like your range plugin and the new function of terrain cost. It makes my game so much better. I just have one question, when the terrain cost is bigger than the actor's move point, the actor can still move to the terrain as long as the move point is not 0. Is it a bug or is it designed like this? As you can see in my screen shot, my actor have a move range of 4, the cracks cost 2 move points, however, my actor can still step on the crack at the top of the map, which should use 5 move points. Do you know how to fix it? Thanks!
View attachment 177812
Thanks for the clarification. If there's any simple way to change this that would be great! If actors can't step on the last tile with not enough move points, I will be able to add many strategies in my game!i think thats because the Crack is the last tile where the Unit moves,the Unit doesnt have to move forward from there in that turn..
While the other crack(closer) is one where the Unit has to move over..
(just a theorie)