vadash / Path-of-Exile-modding-tool

updated for poe 3.11.1f
30 stars 12 forks source link

Changing skill effects? #5

Closed Violet-Vibes closed 4 years ago

Violet-Vibes commented 4 years ago

Hey! Sorry for hijacking this place, but seems you are reasonable active compared to other places.

How would I go about changing say, VDs normal effect to the Stygian version?

vadash commented 4 years ago

Ask here https://www.ownedcore.com/forums/mmo/path-of-exile/poe-bots-programs/661920-path-of-exile-modding-tool-mods-20.html

I only collect them

Violet-Vibes commented 4 years ago

Someone else posted it, reposting it here in case someone else finds it useful.

Changes normal VD to the Stygian MTX.

title "Stygian Volatile Dead"
restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.ao$"
restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.ao$"
restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.ao$"
restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.aoc$"

restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.ao$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.ao$"
restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.aoc$"
replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.aoc$"
vadash commented 4 years ago

Thanks