News:

SMFNew Installed

+-+-

User+-

Welcome, Guest.
Please login or register.
 
 
 

Login with your social network

Forgot your password?

Site Stats+-

Members
Total Members: 728
Latest: Cho
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 10932
Total Topics: 795
Most Online Today: 298
Most Online Ever: 854
(September 18, 2024, 07:49:37 am)
Users Online
Members: 0
Guests: 330
Total: 330

Author Topic: Cast on crit as an item affixe ?  (Read 1642 times)

0 Members and 97 Guests are viewing this topic.

Cast on crit as an item affixe ?
« on: »
Hello there, as the title says, I am trying to get something (a regular firestorm as a beginning) to proc on critical strike as an item affixe (im a noob btw, i have read all the guides i could find, but i still feel lost, like a lot).
I have tried with a firestorm called in the triggerable actions editor and an affixe ("add triggerable" effect) with a different name but with the same EffectName as the trigger action name. The affixe description gets on my weapon, and that's it, no proc (I have followed a life leech on crit skill path found in the Additional Classes mod, i haven't found any weapons with trigger editor affixe for the moment).

So, how would you guys do ? I really want to make some kind of path of exile cast on crit action, but i just can't figure out how to link trigger action/affixe  >:( 

(btw, how are these unique_proc affixes calling anything ? i can't find any WC_Stormclaw Proc if that's the method, and there's no file name in the editor itself ?)

Share on Bluesky Share on Facebook


Re: Cast on crit as an item affixe ?
« Reply #1 on: »
This should be easy - but i have nearly 0 experience with editing items...
Anyway, in the guts editor in the "data editors" dropdown you find "units" -> "items"
I was filtering for unique wands and found "The Black Glove" or "legendary_wand02"
on the right side there's a window called affixes and there you can find an affix:
Spoiler: "UNIQUE_PROC_THUNDERSTROM_33" (hover to show)
This affix will cast the skill "WC_ThunderStorm" on weapon attacks from the target hit.

Now in your case you want the ITEM to add a triggerable to the player and remove it when the item gets unequipped (else the triggerable will stay even without the item)
This triggerable has a condition to cast a skill on crit (you need a triggerable to check for crits, no "cast on critical hits" in the effect list...)
And finally your skill that casts whatever effect you can think of ;) for example a firestorm...
for more detailed explanation let me know where you got stuck
good luck and cheerio
lolesch

#EDIT:
Spoiler: this is how your triggerable should look like (hover to show)

btw I like the Idea! but since critical chance feels unbalanced to me it seems difficult to balance such an addon without reworking the crit chance on gear and statpoints...
« Last Edit: September 28, 2017, 02:16:33 pm by lolesch »
some projects in progress

Re: Cast on crit as an item affixe ?
« Reply #2 on: »
Hey, thanks for your answer !

My triggerable is looking exactly like yours, but i still only get the description on my weapon.
Is my method of linking the triggerable to an affixe the way i do the good one ? I have discovered the "edit triggerable actions" inside the item editor, but for the moment all it does is crashing the game when i pick up the weapon if i put the same triggerable inside (and if i search the wiki i only find a link directing to an empty page).

I have not thought about balancing, but sure it looks like it could be broken :D for the moment  i do this just to get used to the editor (i have an idea of a class with basic skills augmented by passive skills like multiple projectiles, increased aoe, multistrike and such but i guess that synergie between skills is a whole other topic :) )


Re: Cast on crit as an item affixe ?
« Reply #3 on: »
I'm  on a trip, let me get back to that in 2 days
In the meantime you may post your skill code, maybe I can find something there.

#Edit:
I'm back. how is your progress? accessing your mod files might help to catch the problem!
« Last Edit: October 03, 2017, 01:03:12 pm by lolesch »
some projects in progress

Re: Cast on crit as an item affixe ?
« Reply #4 on: »
Hey, I have been busy these last days, but here are the files :

Triggerable Action :
Spoiler (hover to show)

I also tried with :
Spoiler (hover to show)

SHOCKINGORBPROCTEST is a clone of Arbiter's ShockingOrb, with activation set to Proc.

Affixe :
Spoiler (hover to show)

Also tried with LEVEL:15, with no results.

The item file, if that might help :
Spoiler (hover to show)

Am I missing something ?

Re: Cast on crit as an item affixe ?
« Reply #5 on: »
Am I missing something ?

Yes!

Hi Al Est!  The target of the Add Triggerable effect is the weapon itself, not the player, which... won't work.  This is because the default target for most Effects is the actor the Affix is applied to.  The Affix is applied to the weapon.  There's no target defined for Add Triggerable, and judging from how it works for players (it always targets the player when the Affix is applied to the player), it's adding the Triggerable to your weapon.  I don't know if there's any way to modify the proc to have a triggerable work with a weapon in that way.  I don't know if triggerables work with weapons at all.

The only way I can imagine this might work is if you add a Cast Skill effect to the weapon which casts a proc that adds the triggerable to the player (and removes it on an Event_End).  I can't guarantee this will work.  You'll also want to ensure that the triggerable only gets added once and gets removed, otherwise you'll have problems.



 

Recent Topics+-