I don't play FM but isn't it a DPSloss to use dual dragons during SB?
Ctrl F in the Fm simple mode in the xml64.dat, find the block that says 22205 and copy paste it above awaken dragonchars ID, which is probably 22305 to 22307 or some shit.
Bam now you'll use Dual dragon during SB and basicly always when it's avalible.
yeah i read it beforeYou can follow the steps on https://www.bnsbuddy.com/threads/remove-skills-from-simple-mode.551/
Once you get it working, consider sharing your addon.
This is copy-paste for some questions with the same content (asking to change/edit skills in Simple Mode).
dosent workI don't play FM but isn't it a DPSloss to use dual dragons during SB?
Ctrl F in the Fm simple mode in the xml64.dat, find the block that says 22205 and copy paste it above awaken dragonchars ID, which is probably 22305 to 22307 or some shit.
Bam now you'll use Dual dragon during SB and basicly always when it's avalible.
Ah I see, good to know.Dragonchar reduces cd of dual dragon which procs bracelet that buffs dragonchar/blazing beam (so you want to use it even in sb)
Also i tried to fix this for a friend but for some reason just moving it higher in prior didnt do anything at worst it was doing some stupid stuff like totally breaking the simple mod for fm and such...
dosent work
If we can trust Exora on this it'll never work so you can change dual dragons to F if you wanna cast it manually during SB, just change the context-2 to context-3 on 22205.
It's probably the best solution until we figure something els out. You could put it on LMB too but I find it less noticable, LMB is context-1 for reference.
Tried this as well but in simple mode Dual dragon just follows some other rules related to when to appear on designed key @_@ its stupid so i gave up on fixing this
But maybe i was just unlucky , try it yourself and gl~
but i dont know how to add skills
Don't think so, atleast not with simple mode.Is it possible to add a condition like, if the enemy is poisoned only do r>f on sin?
Is it possible to add a condition like, if the enemy is poisoned only do r>f on sin?
Then how about using an skill when you have a certain buff like a badge buff? seems like its not possible to do something like a dowhile or if, in a 100% custom way, thats a shame i was willing to learn how to do it, to have a workable rotation in some classes.
about this one there is 2 different methods for doing it Image processing and Pixel storer
i was doing it with pixel Storer but it's not universal solution cuz u store a certain pixel at th AHK order to search for and when it met that color the script will give a priority for it no matter what
like this that's a plep example for fast script i was making for a desto friend to detect the F and fire it asapCode:#MaxHotkeysPerInterval 2000 +g::Suspend MButton:: While GetKeyState("MButton","P"){ x=0 PixelGetcolor, mightcleave, 574, 466 if (mightcleave==0x1847A8){ sleep, 50 SendInput f sleep, 50 } else{ if(x==0){ sendinput r sleep, 50 x := 1 } if(x==1){ sendinput t sleep, 50 x := 0 } } } Return ^o::ExitApp
Hi i tried ur Dualdragon on simple mode but nothing changes :/For main request u can just move dual dragons to LMB. I do this to normal mode. I move Dragonblaze and dual dragons tom LMB. Take this file example (normal mode ). Try this file FM DualDragons LMB SimpleMode. Awakened Dragonchar always have priority above dualdragons because this since ever they dont share same key input, on simple mode all skills (combo) share same input on RMB, so skills with high priority will show first until its off or waiting refresh cooldown.
For main request u can just move dual dragons to LMB. I do this to normal mode. I move Dragonblaze and dual dragons tom LMB. Take this file example (normal mode ). Try this file FM DualDragons LMB SimpleMode. Awakened Dragonchar always have priority above dualdragons because this since ever they dont share same key input, on simple mode all skills (combo) share same input on RMB, so skills with high priority will show first until its off or waiting refresh cooldown.
Search = <condition skill="22106" variation-id="21"/>
Replace = <!-- <condition skill="22106" variation-id="21"/> -->
Search = <result context-2="22106" control-mode="classic" />
Replace = <!-- <result context-2="22106" control-mode="classic" /> -->
Search = <result context-2="22106" control-mode="bns" />
Replace = <!-- <result context-2="22106" control-mode="bns" /> -->
For main request u can just move dual dragons to LMB. I do this to normal mode. I move Dragonblaze and dual dragons tom LMB. Take this file example (normal mode ). Try this file FM DualDragons LMB SimpleMode. Awakened Dragonchar always have priority above dualdragons because this since ever they dont share same key input, on simple mode all skills (combo) share same input on RMB, so skills with high priority will show first until its off or waiting refresh cooldown.