• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Maximizing Gunner Skills

Initiate Mage
Joined
Aug 31, 2012
Messages
2
Reaction score
1
Solve your Gunner Reload/Autoload
<skill_template skill_id="3302" name="Reload I" nameId="4564209" cooldownId="1811" stack="SKILL_GU_FIRECHAINRELOAD" lvl="1" skilltype="MAGICAL" skillsubtype="NONE" tslot="NONE" activation="ACTIVE" cooldown="300" duration="0" cancel_rate="20">
<properties first_target="ME" first_target_range="1" target_relation="FRIEND" target_type="ONLYONE"/>
<startconditions>
<mp value="75" delta="0"/>
<lefthandweapon type="DUAL"/>
<weapon weapon="GUN_1H GUN_2H"/>
</startconditions>
<endconditions>
<chargeweapon value="12"/>
<chargearmor value="9"/>
<polishchargeweapon value="89"/>
</endconditions>
<effects>
<skillcooltimereset last_cd="1802" first_cd="1802" value="1802" delta="100" e="1" noresist="true" hoptype="SKILLLV" hopb="407"/>
</effects>
<actions>
<mpuse value="75" delta="0"/>
</actions>
<motion name="reload" instant_skill="true"/>
</skill_template>
<skill_template skill_id="3303" name="Autoload I" nameId="4564205" cooldownId="1840" stack="SKILL_GU_FIRECHAINREFRESH" lvl="1" skilltype="MAGICAL" skillsubtype="NONE" tslot="NONE" activation="ACTIVE" cooldown="600" duration="0" stigma="ADVANCED" cancel_rate="10">
<properties first_target="ME" first_target_range="1" target_relation="FRIEND" target_type="ONLYONE"/>
<startconditions>
<mp value="87" delta="0"/>
<lefthandweapon type="DUAL"/>
<weapon weapon="GUN_1H GUN_2H"/>
</startconditions>
<endconditions>
<chargeweapon value="12"/>
<chargearmor value="9"/>
<polishchargeweapon value="89"/>
</endconditions>
<effects>
<skillcooltimereset last_cd="1802" first_cd="1802" value="1802" delta="100" e="1" noresist="true" hoptype="SKILLLV" hopb="492"/>
</effects>
<actions>
<mpuse value="87" delta="0"/>
</actions>
<motion name="reload" instant_skill="true"/>
</skill_template>

put in your skill_templates
 
Last edited:
Retired
Joined
Oct 28, 2013
Messages
536
Reaction score
103
Memo: This is only fixing it server-sided.
Client-sided will stay buggy (cooling skills will flash on/off, due to still missing parameters)
 
Back
Top