The patch adds Ice helix/king strike and king fist/Frost storm to RMB for SF in simple mode. It has higher priority than Awakened Dragonfury so it should always be cast when it's avalible.
Anyways just throw this into a notepad and change the ending to .patch afterwards and throw it into the addon folder. Or check the attached file.
This is the code for Awakening patch.
Just note that I left the last layer and decision open because we add some near the start. 181120 is Kingfist and 181400 is King strike, 182400 is Ice helix and 182120 is Frost storm if you're curious.
If you have any questions or if it's busted and I need to change it somehow poke me in the BnSbuddy discord, my username is 16 inches of Chi#5856. I'm not super active so Discord is the fast way to get ahold of me.
Edit: Now with a normal mode patch cause apparnetly that works. Not sure if anyone already made it but it's here too.
Updated for Awakening patch: Removed the old .patch but left the code block for any internet historians, it's below.
Anyways just throw this into a notepad and change the ending to .patch afterwards and throw it into the addon folder. Or check the attached file.
This is the code for Awakening patch.
Code:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter_contextsimplemode.xml
Search = <result context-3="181480" context-ui-effect="event" control-mode="bns" />
Replace = <result context-3="181480" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="181400" /> <result context-2="181400" context-ui-effect="event" control-mode="classic" /> <result context-2="181400" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="181123" /> <result context-2="181123" context-ui-effect="event" control-mode="classic" /> <result context-2="181123" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="181122" /> <result context-2="181122" context-ui-effect="event" control-mode="classic" /> <result context-2="181122" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="181121" /> <result context-2="181121" context-ui-effect="event" control-mode="classic" /> <result context-2="181121" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="181120" /> <result context-2="181120" context-ui-effect="event" control-mode="classic" /> <result context-2="181120" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="182401" /> <result context-2="182401" context-ui-effect="event" control-mode="classic" /> <result context-2="182401" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="182400" skip-condition-target-check="y" /> <result context-2="182400" context-ui-effect="event" control-mode="classic" /> <result context-2="182400" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="182120" /> <result control-mode="classic" context-2="182120" skillbar-ui-effect="event" /> <result control-mode="bns" context-2="182120" skillbar-ui-effect="event" />
Description = Adds Frost storm/king fist and Ice helix/King stike to SF simple mode Awakening patch
Just note that I left the last layer and decision open because we add some near the start. 181120 is Kingfist and 181400 is King strike, 182400 is Ice helix and 182120 is Frost storm if you're curious.
If you have any questions or if it's busted and I need to change it somehow poke me in the BnSbuddy discord, my username is 16 inches of Chi#5856. I'm not super active so Discord is the fast way to get ahold of me.
Edit: Now with a normal mode patch cause apparnetly that works. Not sure if anyone already made it but it's here too.
Updated for Awakening patch: Removed the old .patch but left the code block for any internet historians, it's below.
THIS IS OLD PRE AWAKENING CODE, don't use it. Legacy and whatnot.
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter_contextsimplemode.xml
Search = <result context-2="35160" context-ui-effect="event" control-mode="bns" />
Replace = <result context-2="35160" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="30405" /> <result context-2="30405" context-ui-effect="event" control-mode="classic" /> <result context-2="30405" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="30112" /> <result context-2="30112" context-ui-effect="event" control-mode="classic" /> <result context-2="30112" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="30111" /> <result context-2="30111" context-ui-effect="event" control-mode="classic" /> <result context-2="30111" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="30110" /> <result context-2="30110" context-ui-effect="event" control-mode="classic" /> <result context-2="30110" context-ui-effect="event" control-mode="bns" />
Description = Puts V in SF simple mode above Awaken Dragonfury.
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter_contextsimplemode.xml
Search = <result context-2="35160" context-ui-effect="event" control-mode="bns" />
Replace = <result context-2="35160" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="30405" /> <result context-2="30405" context-ui-effect="event" control-mode="classic" /> <result context-2="30405" context-ui-effect="event" control-mode="bns" /> </decision> </layer> <layer> <decision> <condition skill="30112" /> <result context-2="30112" context-ui-effect="event" control-mode="classic" /> <result context-2="30112" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="30111" /> <result context-2="30111" context-ui-effect="event" control-mode="classic" /> <result context-2="30111" context-ui-effect="event" control-mode="bns" /> </decision> <decision> <condition skill="30110" /> <result context-2="30110" context-ui-effect="event" control-mode="classic" /> <result context-2="30110" context-ui-effect="event" control-mode="bns" />
Description = Puts V in SF simple mode above Awaken Dragonfury.
Attachments
Last edited: