How to wear a quiver on the hip?

All your fan creations go here!
User avatar
Laertes
Devoted Believer
 
Posts: 224
Joined: 08 Mar 2015, 05:16
Location: Berlin/Germany

How to wear a quiver on the hip?

Post by Laertes » 21 Apr 2016, 17:05

Hey guys,

in the Community Spotlight of Feb. 22. there´s an archer shown, who wears his arrows on a hip-Slot.

Could anyone tell me, how to mod this?
Thanks!
Image

User avatar
Azzerhoden
Alpha Tester
 
Posts: 1621
Joined: 08 May 2014, 17:44

Re: How to wear a quiver on the hip?

Post by Azzerhoden » 21 Apr 2016, 19:54

It's done editing the cm_equipTypes.xml file, on both the server and the client.

Code: Select all
<object id="1096">
   <!--name = Sling Ammo-->
   <skillID>34</skillID>
   <skillAmount>0</skillAmount>
   <slots>
      <slot>11</slot>
      <slot>10</slot>
   </slots>


</object>
<object id="660">
   <!--name = Arrow-->
   <skillID>49</skillID>
   <skillAmount>0</skillAmount>
   <slots>
      <slot>13</slot>
      <slot>12</slot>
   </slots>


</object>


For all arrow and bolt types you need to add
<slot>11</slot>
<slot>10</slot>

to each.
| - Alpha Tester and Zealous Believer
Image

Kingdom of Hyperion founding Duchy - A practical RP Community est. 1999 - Apply Today!

User avatar
Laertes
Devoted Believer
 
Posts: 224
Joined: 08 Mar 2015, 05:16
Location: Berlin/Germany

Re: How to wear a quiver on the hip?

Post by Laertes » 21 Apr 2016, 20:14

Yeah, thanks a lot.
Image

Return to Fan Zone