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

Search results

  1. 16 inches of Chi

    Remove skills from Simple Mode

    Try it without the -1 bit, so Reload should be "190010".
  2. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Well no, you change the kingfist one to context-3, and Kingfist is on Skillbar-8. 181400 is King strike 181120, 181121. 181122, 181123 is Kingfist. THOSE you change from Skillbar-8 to context-3.
  3. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Just change skillbar-8 to context-3 in the normal mode XML, you're gonna have to move it up unless you want breaking claw and iron shoulder etc. to overlap it though.
  4. 16 inches of Chi

    Remove skills from Simple Mode

    Ye, if you have a look in the XML you'll see a bunch of ID blocks or whatever you wanna call them. If a skill is higher than another skill it'll try and cast it first. So if the order is: R T F It'll try and cast R first, then if that doesn't work it'll go down and try T, then F. That should...
  5. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Context-3 makes the skill show up on F, if I wanted 181480 to show up on 3 I'd use skillbar-3. Read this https://www.bnsbuddy.com/threads/remove-skills-from-simple-mode.551/
  6. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    You just shove above/before other skills. I'll just take my addon as an example cause I'm lazy. <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"...
  7. 16 inches of Chi

    Simple mode editing help

    As in break the game? No. You can change skill orders and where they show up but nothing with the skills.
  8. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    https://www.bnsbuddy.com/threads/remove-skills-from-simple-mode.551/ Use this guide as a base, than find the 5 instances of Glacial blast in the code and change them from context-3 to context-2. Bam you're done.
  9. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Yes and yes. If you look up @RommyRey already added Anima surge, which is the LMB skill you're talking about.
  10. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    I have one, it holds down rightclick so I can go make a sandwich and I pressing Z in-between bites so I'm not technically afk.
  11. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    You can have a look at about comment page 3-4, I did it earlier and it broke simple mode. So yes I can, but you'll be unable to use simple mode, thus I advice against. General rule of thumb is if you can see it on your hotbar without being in combat you can't put it in simple mode cause it'll...
  12. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Well just shove it below Dragonfury and it should't be an issue, although some other skills will overlap it like iron shoulder I think, beware!
  13. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    By putting it below the ID for dragonfury. It shouldn't be a problem anyways since Beam torrent is only avalible AFTER Z ends.
  14. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Can't move Astral Beam onto RMB cause it'll break. Glacial Blast should be possible if anyone wants to work on that. Maybe I'll give it a go later.
  15. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Delete your XML/XML64 and do a file repair from the main launcher. If that doesn't work then I don't know wtf you're doing but you can also remove it manually with the dat editor if you find the ID. Same as above, delete xml(s) and file repair should do the trick.
  16. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    When I say my addon I mean the .patch I linked in the main post, I'll throw it in here too to avoid any confusion. And forget the simple mode skill list, it doesn't read the ingame files so it doesn't know if it's modified or not.
  17. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Enabling lazy people since 2018 :bnsblep: My addon has not had anything to do with Beam torrent so if you got a clean XML and applied my addon it would be gone. And if I had to guess you deleted Beam torrent from normal mode and not simple mode, or you deleted the instance on F and not RMB in...
  18. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Yep, find the ID of rising dragon strike and change the button from context-1 to whichever is your choice, details here, https://www.bnsbuddy.com/threads/remove-skills-from-simple-mode.551/ Search = <result context-3="181480" context-ui-effect="event" control-mode="bns" /> Replace = <result...
  19. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    Yeah that's how it works apparently. I guess it didn't change with awakening.
  20. 16 inches of Chi

    Addon Soul Fighter Adding V to SF simple mode

    I'm not sure what you're trying to do, but it'll work in the sense that it'll do the search and replace thing, yes. I don't have all the IDs in my head.
Top Bottom