• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

Addon Soul Fighter SF addons

Munasagi

Cricket
Member
Made my own addons
feel free to use it.

rear attack - F to LMB (only works for now in kfm stance)
Iron shoulder - F to RMB
glacial blast - F to V
Ice helix - F to RMB

hope it helps some peops (^0^)/
Extra note- this AINT simple mode someone else did that already
 

Attachments

  • RearAttackPatch.patch
    598 bytes · Views: 335
  • IronShoulderRMB.patch
    180 bytes · Views: 507
  • Glacial Blast.patch
    419 bytes · Views: 445
  • Ice Helix.patch
    292 bytes · Views: 598
Last edited:

Munasagi

Cricket
Member
Should be possible but for some reason it doesn't want to change it.:bnsshy:
I might need to look at it some other time.

Code:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter.xml
Search = skillbar-8="181123"
Replace = context-2="181123"
Search = skillbar-8="181122"
Replace = context-2="181122"
Search = skillbar-8="181121"
Replace = context-2="181121"
Search = skillbar-8="182120"
Replace = context-2="182120"
Description = Places Frost storm from V to RMB
 

16 inches of Chi

Sand Warrior
Member
Should be possible but for some reason it doesn't want to change it.:bnsshy:
I might need to look at it some other time.

Code:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter.xml
Search = skillbar-8="181123"
Replace = context-2="181123"
Search = skillbar-8="181122"
Replace = context-2="181122"
Search = skillbar-8="181121"
Replace = context-2="181121"
Search = skillbar-8="182120"
Replace = context-2="182120"
Description = Places Frost storm from V to RMB

You didn't change the priority so you'll cast right punch(?) over Froststorm. Pretty sure Froststorm is at the bottom of the barrel when it comes to the priority anyways.

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

This one is for simple mode to add V to RMB. You might be able to run it if you change the filename to normal mode instead of simple mode, otherwise you should be able to copy paste it into the XML manually if it doesn't work.
 

16 inches of Chi

Sand Warrior
Member
So... Was it possible to add Froststorm to RMB? Normal mode.
I don't play the game anymore so I can't test.

Code:
FileName = xml[bit].dat.files\\skill3_contextscriptdata_soulfighter.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

File name might be wrong, in that case change it, if it doesn't work blame someone els.
 

Attachments

  • V to RMB normal mode questionmark.patch
    2.1 KB · Views: 243

16 inches of Chi

Sand Warrior
Member
Any chance you can try putting Anima surge on Z?
On Z? It'll work but not sure why you'd wanna do it. I'm pretty rusty though so you're gonna have to do it yourself, also not sure if there are more skill IDs for the different anima talents.

https://www.bnsbuddy.com/threads/remove-skills-from-simple-mode.551/ If you follow this guide you can do it, you just need to change context-1 to skillbar-5. If that doesn't work then you need to move the anima surge " code block" up, you can easily slap it on top of my addon if you open it in notepad and edit it.
 

bresley

Cricket
Member
Hello friends


I got the addon that uses Anima automatically, which is made available on the website by one of the members to which he does all the melee attack rotation automatically just by pressing the RMB with the simple mode activated. But I added a modification to this addon so that now it also had the long-range attack rotation just by pressing the LMB key.

Remembering that it is still necessary for the player to use skill Z to perform melee attacks and use the TAB key to switch to long-distance attack mode and then press the LMB.

The following is the basic rotation: Z-RMB-TAB-LMB.
Attention, these are just the rotation keys, each player must adapt the skills' time according to their equipment and server latency, for example I play with 200ms and even having an older equipment with my SF I can do a very fast rotation .

Follow my SF link http://na-bns.ncsoft.com/ingame/bs/character/profile?c=Megami Tiamat&s=105

I hope it helps.
 

Attachments

  • Eternal Soul BY BRESLEY .patch
    4.8 KB · Views: 145
Top Bottom