This post has been edited 3 times, last edit by "CammoXD" (Aug 17th 2013, 6:36am)
... and numerous others Semi-retired

This post has been edited 6 times, last edit by "Cike" (Aug 23rd 2013, 9:41pm)

|
|
Source code |
1 2 3 4 |
/use Shield Name /cast Skill Name /run _,_,ts=GetBagCount() for i=1,ts do ii,_,n=GetBagItemInfo(i) if n=="Offhand Sword" then offh=ii elseif n=="Mainhand Sword" then mh = ii end end /run EquipItem(17, offh) |
