Gunslinger Dual Wield

PunkBuster

New member
Messages
216
Points
0
This is a very strange request. I want to allow the Gunslingers/Rebellion on my server to dual wield weapons. Of course, all pistols would have to become 1 handed. This would allow them to wear two different pistols.

Is it possible to allow a non Assassin, non Kagerou job to dual wield?

 
Edit the weapons location.

Code:
(2^0) 1 = Lower headgear(2^1) 2 = Right hand(2^2) 4 = Mantle(2^3) 8 = Accessory 1(2^4) 16 = Armor(2^5) 32 = Left hand(2^6) 64 = Shoes(2^7) 128 = Accessory 2(2^8) 256 = Upper headgear(2^9) 512 = Middle headgear(2^10) 1024 = Costume Top Headgear(2^11) 2048 = Costume Mid Headgear(2^12) 4096 = Costume Low Headgear(2^13) 8192 = Costume Garment/Robe(2^15) 32768 = Arrow (arrow-type items only)(2^16) 65536 = Shadow Armor(2^17) 131072 = Shadow Weapon(2^18) 262144 = Shadow Shield(2^18) 524288 = Shadow Shoes(2^20) 1048576 = Shadow Accessory 2(2^21) 2097152 = Shadow Accessory 1 
 
Editing the weapons locations makes them one handed, but doesn't allow me to dual wield guns.

 
Then I'd end up with left/right specific weapons. Besides, I am sure it wouldn't work properly. For one, the ATK bonuses on the Shield type gun would be EquipmentATK, not WeaponATK.

I want to properly turn gunslingers into a dual wielding job.

 
Last edited by a moderator:
Back
Top