Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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