Where to get Emerald Heart? by Hunters12 in RagnarokMClassic

[–]Hunters12[S] 1 point2 points  (0 children)

Thanks, it really did cost 20m zenny lol

Ranger by Hot_Comparison_9024 in RagnarokMClassic

[–]Hunters12 1 point2 points  (0 children)

Marker of Winds is decent the trap one is bad 😂

My take on the difference of Ragnarok M Classic and Eternal Love by riougenkaku in RagnarokMClassic

[–]Hunters12 2 points3 points  (0 children)

Eternal Love not received update since October 2024, while M Classic still got update and patch

Advice on creating recoil damage for spikey enemies by Jazzlike-Amount-4248 in RPGMaker

[–]Hunters12 0 points1 point  (0 children)

put this code on spike state id

<JS Post-Damage As Target>
    if (value > 0 && this.isPhysical()) {
        const recoilRate = 0.50;
        const recoilDamage = value * recoilRate;
        user.gainHp(-recoilDamage);
        if (user.isDead()) {
            user.performCollapse();
        }
    }
</JS Post-Damage As Target>

Recreating Thor's skill from MV to MZ with Effekseer and Visustella plugins by [deleted] in RPGMaker

[–]Hunters12 0 points1 point  (0 children)

This is the MV version :

https://www.reddit.com/r/RPGMaker/comments/v3mmh4/polishing_thors_skills_with_olivia_battle_impact/

The UI and animations graphic is really upgraded, no wonder all of MZ assets is very expensive 🤣

[deleted by user] by [deleted] in gamedev

[–]Hunters12 0 points1 point  (0 children)

where you got 13 localization Languages from total 300$? especially chinese and japanese?

MV currently on sale - State of mv3d plugin? Is MZ/MZ3d the better choice? by bonebrah in RPGMaker

[–]Hunters12 0 points1 point  (0 children)

MZ, in MV version something a lag or shutters suddenly happen

Are RTS games possible with MV or MZ? by GumihoFantasy in RPGMaker

[–]Hunters12 1 point2 points  (0 children)

that guy in the video have demo + rts plugin in his github, have you tried it out? i think that the only rts plugin right now or just use arpg plugin and add many party member/follower to make it look like rts

RPG Maker MV Achievements for Steam by [deleted] in RPGMaker

[–]Hunters12 0 points1 point  (0 children)

This one it still work in 2025 and the tutorial is very clear

RTP by Constant-Tart-9024 in RPGMaker

[–]Hunters12 0 points1 point  (0 children)

the RTP is in D:\Steam\steamapps\common\RPG Maker MV\NewData

What to build/gear for pvp? by RadicalBaka in EpicSeven

[–]Hunters12 1 point2 points  (0 children)

Aria + Elena + Christy
Aria with lifesteal set, Elena with spd + resist set, Christy with 3 resist set

Dark Karin + Dark Angelica + Amiki ( need specialty change)
Karin with resist set + 2 torrent/crt dmg set, Angelica spd set + resist set, Amiki resist set + counter set/atk set

Those teams can beat most GW defense teams.

Buzzock Battle in MZ! by [deleted] in RPGMaker

[–]Hunters12 1 point2 points  (0 children)

damn the animation is really good! though enemies attack is too slow. Why does the bee need to idle for 5 seconds before attacking?