2h&Shield BUG

09/15/2016 20:44 slaintrax200#1
I would like to know how to use 2h and shield at the same time since i just made it and i dont know how.
09/15/2016 22:39 CarolineForbes#2
Quote:
Originally Posted by slaintrax200 View Post
I would like to know how to use 2h and shield at the same time since i just made it and i dont know how.
Wasn't it some kind of delay glitch only?
09/17/2016 05:42 blapanda#3
You have 2 options as a database owner:

Option 1, changing item behavior to do your 2 hand + shield trick, which will also mess up your regular skill usage:
Code:
CodeName128	ObjName128	OrgObjCodeName128	NameStrID128	DescStrID128	CashItem	Bionic	TypeID1	TypeID2	TypeID3	TypeID4
ITEM_EU_SWORD_01_A	Sagittarius Long Sword	xxx	SN_ITEM_EU_SWORD_01_A	SN_ITEM_EU_SWORD_01_A_TT_DESC	0	0	3	1	6	7
ITEM_EU_TSWORD_01_A	Sagittarius War Sword	xxx	SN_ITEM_EU_TSWORD_01_A	SN_ITEM_EU_TSWORD_01_A_TT_DESC	0	0	3	1	6	>8<
Change the TypeID4 to 7 at each TSWORD entry. This will simply change the "Two Handed" weapon type item to the "One Handed" ones. And you'll notice, if doing so, "2 Handed" into "1 Handed" converted weapons won't be able casting 2 handed weapon skills afterwards.


Option 2:
Derp, git gud or realize that this is just a delayed switching "glitch" with absolutely no effect.
It is also possible doing this as a chinese Spear/Glaive + Shield, you just have to have your silkroad located/installed on a slow harddrive and not having pre-loaded shield textures, particles and meshes.
09/18/2016 12:44 slaintrax200#4
Quote:
Originally Posted by CarolineForbes View Post
Wasn't it some kind of delay glitch only?
i found out how this worked thanks :)
09/18/2016 16:09 Spidy.#5
#Closed :)