Path of Exile modding tool and mods menu

Shout-Out

User Tag List

Page 24 of 41 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 611
  1. #346
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    it's in Metadata\Effects\Microtransactions\Spells\virulent_arrow\nightlotus\blooming_lot us.aoc
    mb this will help a bit?
    Thank you, I tried it but it changes the flowers into a different kind and the instant disappearing occurs all the same. Virulent_arrow is supposed to be Scourge Arrow in game, but there are indeed a lot of lotus files for it, probably a potential unreleased mtx. I'll keep trying these next few days.

    Path of Exile modding tool and mods
  2. #347
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpjj View Post
    Need help for Celestial Ice Nova Replacement(
    Here you go:
    Code:
    title "Celestial Ice Nova"
    restriction "./Metadata/Effects/Spells/icenova_03/ice_nova.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Celestial_Ice_Nova/celestial_ice_nova.ao$"
    restriction "./Metadata/Effects/Spells/icenova_03/ice_nova.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Celestial_Ice_Nova/celestial_ice_nova.aoc$"
    
    restriction "./Metadata/Effects/Spells/icenova_03/ice_nova_vaal.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Celestial_Ice_Nova/celestial_ice_nova.ao$"
    restriction "./Metadata/Effects/Spells/icenova_03/ice_nova_vaal.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Celestial_Ice_Nova/celestial_ice_nova.aoc$"
    Also if you're interested, here's the Black Hole Frostbolt:
    Code:
    title "Black Hole Frostbolt"
    restriction "./Metadata/Effects/Spells/frost_bolt/projectile.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/projectile.ao$"
    restriction "./Metadata/Effects/Spells/frost_bolt/projectile.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/projectile.aoc$"
    
    restriction "./Metadata/Effects/Spells/frost_bolt/projectile_hit.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/projectile_hit.ao$"
    restriction "./Metadata/Effects/Spells/frost_bolt/projectile_hit.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/projectile_hit.aoc$"
    
    restriction "./Metadata/Effects/Spells/frost_bolt/nova.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/nova.ao$"
    restriction "./Metadata/Effects/Spells/frost_bolt/nova.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/nova.aoc$"
    
    restriction "./Metadata/Effects/Spells/frost_bolt/maelstrom.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/maelstrom.ao$"
    restriction "./Metadata/Effects/Spells/frost_bolt/maelstrom.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/maelstrom.aoc$"
    
    restriction "./Metadata/Effects/Spells/frost_bolt/explosion.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/explosion.ao$"
    restriction "./Metadata/Effects/Spells/frost_bolt/explosion.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/frost_bolt/explosion.aoc$"

  3. Thanks Silent_Warrior, Nagax9 (2 members gave Thanks to Anasterian for this useful post)
  4. #348
    Nagax9's Avatar Member
    Reputation
    14
    Join Date
    Jun 2019
    Posts
    14
    Thanks G/R
    16/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Skitterbot MTX

    Code:
    name "Skitterbots"
    
    
    title "Void Emperor Larva"
    
    
    restriction "./Metadata/Monsters/Skitterbot/Skitterbot.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/void_bot.ao$"
    
    restriction "./Metadata/Monsters/Skitterbot/Skitterbot.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/void_bot.aoc$"
    
    restriction "./Metadata/Monsters/Skitterbot/SkitterbotLightning.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/voidbot_lightning.ao$"
    
    restriction "./Metadata/Monsters/Skitterbot/SkitterbotLightning.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/voidbot_lightning.aoc$"
    
    restriction "./Metadata/Monsters/Skitterbot/SkitterbotCold.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/voidbot_ice.ao$"
    
    restriction "./Metadata/Monsters/Skitterbot/SkitterbotCold.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/skitterbots_fx/voidemperor/voidbot_ice.aoc$"
    Last edited by Nagax9; 07-02-2020 at 03:21 PM.

  5. Thanks Anasterian, Silent_Warrior (2 members gave Thanks to Nagax9 for this useful post)
  6. #349
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /delete plz
    Last edited by miracle1; 07-03-2020 at 03:44 AM.

  7. #350
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    some ball lightning visuals
    02ArsuW.jpg
    Code:
    title "Shavronne Ball Lightning"
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/act9/The_Trio/Shavronne/ultimate_ball_lightning/lightning_bolt.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/act9/The_Trio/Shavronne/ultimate_ball_lightning/lightning_bolt.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/act9/The_Trio/Shavronne/ultimate_ball_lightning/projectile.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/act9/The_Trio/Shavronne/ultimate_ball_lightning/projectile.aoc$"
    UAFnjjr.jpg
    Code:
    title "Phantasm Ball Lightning"
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/League_Betrayal/Phantasm/projectile_impact.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/League_Betrayal/Phantasm/projectile_impact.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/League_Betrayal/Phantasm/orb.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/League_Betrayal/Phantasm/orb.aoc$"
    but in Phantasm you need to manually edit lightning_orb_orb.aoc after changing:
    Code:
    0.364912 = "midline Metadata/Particles/monster_effects/League_Betrayal/SecretPolice/FrostFury/midline.pet"
        tick_when_not_visible = true
    to
    Code:
    0 = "midline Metadata/Particles/monster_effects/League_Betrayal/SecretPolice/FrostFury/midline.pet"
        tick_when_not_visible = true
    without this the rojectile orb from spell will start flying delayed (visually ofc)
    added bloody Kitawa BL ^_^ wOOp5gX.jpg
    Code:
    title "Kitawa Ball Lightning"
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_bolt.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_bolt.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_ball.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_ball.aoc$"
    and _v2 EZaIkk6.jpg (btw, i'll choose this for my playing this league)
    Code:
    title "Kitawa_V2 Ball Lightning"
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/spellcast.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_bolt.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/spellcast.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.ao$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_ball.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_orb/lightning_orb_orb.aoc$"
    replacewith "/Metadata/Effects/Spells/monsters_effects/kitava_red/lightning_orb_ball.aoc$"
    ggg can easily make new mtx (and money from them) just from digging their own and existing .ggpk, no need to make smth from scratch
    Last edited by Silent_Warrior; 07-04-2020 at 02:33 PM. Reason: added Kitwa BL

  8. Thanks Anasterian (1 members gave Thanks to Silent_Warrior for this useful post)
  9. #351
    Simonfake's Avatar Member
    Reputation
    2
    Join Date
    Mar 2019
    Posts
    18
    Thanks G/R
    12/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello !

    I'm trying to recreate a Celestial Cyclone.

    Here is my code but in game it doesn't work at all. Any idea ? Am I doing something wrong ?

    Thanks for your appreciated help !


    Code:
    title "Celestial Cyclone by Simon"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone_aoe.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone_aoe.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone_aoe.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone_aoe.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/enemy_hit.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/enemy_hit.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/enemy_hit.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/enemy_hit.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/vaal_cyclone.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/vaal_cyclone.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/vaal_cyclone.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/vaal_cyclone.aoc$"
    EDIT : nevermind, I restored everything and now it works well.

    Do you know how I can reduce other effects while keeping celestial cyclone MTX ? Should I add cyclone in either restrict or exclude ? Thank you, sorry I'm beginning with this amazing tool !

    EDIT2 : Sorry, I made it work by starting with the changes then the optimizations and it worked great
    Last edited by Simonfake; 07-04-2020 at 03:23 PM.

  10. #352
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Simonfake View Post
    Hello !

    I'm trying to recreate a Celestial Cyclone.

    Here is my code but in game it doesn't work at all. Any idea ? Am I doing something wrong ?

    Thanks for your appreciated help !


    Code:
    title "Celestial Cyclone by Simon"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone_aoe.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone_aoe.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/cyclone_aoe.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/cyclone_aoe.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/enemy_hit.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/enemy_hit.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/enemy_hit.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/enemy_hit.aoc$"
    restriction "./Metadata/Effects/Spells/cyclone/vaal_cyclone.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/vaal_cyclone.ao$"
    restriction "./Metadata/Effects/Spells/cyclone/vaal_cyclone.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/celestial_cyclone/vaal_cyclone.aoc$"
    Works fine for me, does it give you some kind of error or it just doesn't show in game?

  11. #353
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    trying "new" effects with icestorm.
    ggg, pls, kill me) wtf is this?!
    Code:
     
    ok. finally this "storm" is what i like
    Code:
     
    ... kind of. NOT fps friendly (i warned you). and it changing will not be as above, you should do it it manually with VisualGGPK (always make backup of ggpk or the files you're changing)
    IceStorm_bloody_vaal_fire.zip


    added new IceStorm (as before - need manual edit)
    Code:
    IceStorm_RedMeteor.zip
    btw, "manual edit" means you need just unpack it and drag-n-drop Art and Metadata folders (one by one) to visualggpk and that's all.
    Last edited by Silent_Warrior; 07-05-2020 at 02:27 PM. Reason: reupload the correct version of Red storm

  12. #354
    stheone897's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to get Crystal Earthquake working...there are a lot of files replace. Can any one give me some tips? Tried replacing some myself but my game crashes at loading screen.

  13. #355
    Nagax9's Avatar Member
    Reputation
    14
    Join Date
    Jun 2019
    Posts
    14
    Thanks G/R
    16/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Earthquake Mtx

    Code:
    name "Earthquake"
    
    title "Purple Crystal"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_01.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_01.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_01.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_01.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_02.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_02.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_02.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_02.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_03.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_03.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_03.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_03.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_04.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_04.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakespike_04.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/CrystalSpike_04.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakeslamshockwave.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslamshockwave.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/large/quakeslamshockwave.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslamshockwave.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/marker.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/markercrystal.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/marker.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/markercrystal.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/marker_animations.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/marker_animations.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/marker_animations.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/marker_animations.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/quakeslam_second.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslam_second.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/quakeslam_second.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslam_second.aoc$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/quakeslam_one.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslam_crystal.ao$"
    
    restriction "./Metadata/Effects/Spells/quake_slam/quakeslam_one.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal/quakeslam_crystal.aoc$"

  14. Thanks Silent_Warrior, Anasterian (2 members gave Thanks to Nagax9 for this useful post)
  15. #356
    miromaz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any Solution to the "Permission Denied"? I've tried the solution here Path-of-Exile-modding-tool/README.md at master . vadash/Path-of-Exile-modding-tool . GitHub

    Please help, the game now runs at 5fps in my computer (1 if I open Delirium/Harvest)

    Edit: setting the "Everyone" full access to Content.ggpk solved it, hope it helps!
    Last edited by miromaz; 07-07-2020 at 10:22 PM.

  16. #357
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which option (in bot smoother) makes my screen completely black?

  17. #358
    Nagax9's Avatar Member
    Reputation
    14
    Join Date
    Jun 2019
    Posts
    14
    Thanks G/R
    16/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Rain of Arrows + Immortal Call Mtx

    Celestial RoA : screenshot-0013.png

    Code:
    name "Rain of Arrows"
    
    title "Celestial"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows/arrow_to_rain.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrow.ao$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows/arrow_to_rain.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrow.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows/rig.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrow_down.ao$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows/rig.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrow_down.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows_anim/rig.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrows_up.ao$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows_anim/rig.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/arrows_up.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows_aoe/aoe_orang.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/impact.ao$"
    
    restriction "./Metadata/Effects/Spells/rain_of_arrows_aoe/aoe_orang.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_arrows/celestial/impact.aoc$"
    Huntsman Immortal Call :Capture.PNG
    Code:
    name "Immortal Call"
    
    title "Huntsman"
    
    restriction "./Metadata/Effects/Spells/immortal_call/immortal_call_buff.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/buff.ao$"
    
    restriction "./Metadata/Effects/Spells/immortal_call/immortal_call_buff.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/buff.aoc$"
    
    restriction "./Metadata/Effects/Spells/immortal_call/rig.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/start.ao$"
    
    restriction "./Metadata/Effects/Spells/immortal_call/rig.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/start.aoc$"
    
    restriction "./Metadata/Effects/Spells/immortal_call/vaal_rig.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/vaal_start.ao$"
    
    restriction "./Metadata/Effects/Spells/immortal_call/vaal_rig.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/ImmortalCall/huntsman/vaal_start.aoc$"

  18. Thanks Anasterian (1 members gave Thanks to Nagax9 for this useful post)
  19. #359
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Expanding on Nagax9's Crystal Earthquake, here's a tentative for the Fist of War visual, I didn't do a thorough test, so if there's anything wrong let me know:

    Code:
    title "Crystal Earthquake - Fist of War"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_01.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_01.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_01.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_01.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_02.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_02.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_02.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_02.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_03.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_03.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_03.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_03.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_04.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_04.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakespike_04.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/CrystalSpike_04.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakeslamshockwave.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/quakeslamshockwave.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakeslamshockwave.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/quakeslamshockwave.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakeslam_second.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/quakeslam_second.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/quakeslam_second.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/quakeslam_second.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/marker_animations.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/marker_animations.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/earthquake/marker_animations.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/Earthquake/Crystal_Red/marker_animations.aoc$"

  20. Thanks Nagax9 (1 members gave Thanks to Anasterian for this useful post)
  21. #360
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glimmerwood Sunder, complete with the Fist of War visuals:

    Code:
    title "Glimmerwood Sunder"
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/cascade.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/cascade.ao$"
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/cascade.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/cascade.aoc$"
    
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/pulse.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/pulse.ao$"
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/pulse.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/pulse.aoc$"
    
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/shockwave_start.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/shockwave_start.ao$"
    restriction "./Metadata/Effects/Spells/shockwave_slam_03/shockwave_start.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/shockwave_start.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/sunder/cascade.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/cascade.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/sunder/cascade.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/cascade.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/sunder/pulse.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/pulse.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/sunder/pulse.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/pulse.aoc$"
    
    restriction "./Metadata/Effects/Spells/slam_support/sunder/shockwave_start.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/shockwave_start.ao$"
    restriction "./Metadata/Effects/Spells/slam_support/sunder/shockwave_start.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/glimmerwood_sunder/ao_fistofwar/shockwave_start.aoc$"

  22. Thanks Nagax9 (1 members gave Thanks to Anasterian for this useful post)
Page 24 of 41 FirstFirst ... 202122232425262728 ... LastLast

Similar Threads

  1. Replies: 18
    Last Post: 09-13-2015, 07:19 PM
  2. [Selling] Path of Exile currency,items and gems. (Garena SEA )
    By l24life in forum PoE Buy Sell Trade
    Replies: 60
    Last Post: 02-14-2015, 03:55 AM
  3. [Selling] Path of Exile currency,items and gems. (Garena SEA ) Ambush
    By Adrian Low in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 04-28-2014, 05:15 AM
  4. [Selling] Path Of Exile Softcore Orbs and Items
    By S3z3 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 04-29-2013, 07:06 AM
  5. [Selling] Path of Exile : Currency , Gems and Uniques
    By theRey in forum PoE Buy Sell Trade
    Replies: 4
    Last Post: 03-27-2013, 03:09 PM
All times are GMT -5. The time now is 02:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search