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

Addon Remove 3 From Shadow Gunner Simpel Mode

NetzraC

Cricket
Member
This will get rid of 3 in Undertaker spec (Simpel Mode).
In Order to trigger it you just need to tap 3 once hold right click and the enemy will be marked in Simpel Mode taht is.

The shadow gunner is my main and i have a problem with weapon resets.
if there is a reset the 3 or tripple shot will be cast 2 times in a row cuz high prioreti in Simpel mode,
in my eyes its a dmg loss so i made this with help from a friendly BNS Buddy user.


FileName = xml[bit].dat.files\\skill3_contextscriptdata_shooter_contextsimplemode.xml
Search = <condition skill="190120" variation-id="11" />
Replace = <!-- condition skill="190120" variation-id="11" /> -->
Search = <result context-2="190120" context-ui-effect="key-change" control-mode="classic" />
Replace = <!-- result context-2="190120" context-ui-effect="key-change" control-mode="classic" /> -->
Search = <result context-2="190120" context-ui-effect="key-change" control-mode="bns" />
Replace = <!-- result context-2="190120" context-ui-effect="key-change" control-mode="bns" /> -->
Description = 3. Gunner
 
Last edited:

kevin21661lm

Cricket
Member
is this working? i put the ID but its not working for me :(

EDIT: ACTUAL AWKND ID SKILL IS 190120
 
Last edited:

Nyxik

Cricket
Member
Easy fix for this
Instead put


FileName = xml[bit].dat.files\\skill3_contextscriptdata_shooter_contextsimplemode.xml
Search = <condition skill="190120" variation-id="11" />
Replace = <!-- <condition skill="190120" variation-id="11" /> -->
Search = <result context-2="190120" context-ui-effect="key-change" control-mode="classic" />
Replace = <!-- <result context-2="190120" context-ui-effect="key-change" control-mode="classic" /> -->
Search = <result context-2="190120" context-ui-effect="key-change" control-mode="bns" />
Replace = <!-- <result context-2="190120" context-ui-effect="key-change" control-mode="bns" /> -->
Description = 3. Gunner
 
Top Bottom