Thread: Vencillio - longsword animation

Results 1 to 6 of 6
  1. #1 Vencillio - longsword animation 
    Registered Member
    Join Date
    Jun 2016
    Posts
    163
    Thanks given
    9
    Thanks received
    11
    Rep Power
    15
    Hey guys! Everytime I equip a longsword i become invisible.. (i think its the stand animation) can you help me find them.. which file should i search in?

    this happens:

    Attached image

    I think its the wlak and stand animation..

    Thanks guys!!
    Reply With Quote  
     

  2. #2  
    🖤Runic Developer🖤
    Castiel's Avatar
    Join Date
    Apr 2013
    Posts
    1,752
    Thanks given
    564
    Thanks received
    288
    Rep Power
    609
    bump
    Attached image
    Attached image
    Reply With Quote  
     

  3. #3  
    现场大

    tiller's Avatar
    Join Date
    Dec 2015
    Posts
    757
    Thanks given
    335
    Thanks received
    164
    Rep Power
    303
    try looking in the itemdef XML file. should have the same animations as regular swords.
    Attached image
    Reply With Quote  
     

  4. #4  
    Extreme Donator

    Zumurt's Avatar
    Join Date
    Aug 2012
    Posts
    297
    Thanks given
    49
    Thanks received
    44
    Rep Power
    79
    Open up your 'WeaponDefinitions.xml' --> .\data\def\items.

    Search for Bronze-Rune longswords and replace all with:

    Code:
    <WeaponDefinition>
    		<id>Long sword ID</id>
    		<twoHanded>false</twoHanded>
    		<type>MELEE</type>
    		<attackAnimations>
    			<short>451</short>
    			<short>451</short>
    			<short>412</short>
    			<short>451</short>
    		</attackAnimations>
    		<attackSpeeds>
    			<short>5</short>
    			<short>5</short>
    			<short>5</short>
    			<short>5</short>
    		</attackSpeeds>
    		<block>424</block>
    		<stand>808</stand>
    		<walk>819</walk>
    		<run>824</run>
    		<standTurn>823</standTurn>
    		<turn180>820</turn180>
    		<turn90CW>821</turn90CW>
    		<turn90CCW>821</turn90CCW>
    		<sidebarId>2276</sidebarId>
    	</WeaponDefinition>
    Enjoy.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Jun 2016
    Posts
    163
    Thanks given
    9
    Thanks received
    11
    Rep Power
    15
    God bless you, thanks alot!

    is it the same prob with this.. this happens when i attack > (colored d bow)

    Attached image
    Reply With Quote  
     

  7. #6  
    Developer/Server Owner

    Join Date
    Jun 2016
    Posts
    181
    Thanks given
    38
    Thanks received
    12
    Rep Power
    0
    Quote Originally Posted by bara View Post
    God bless you, thanks alot!

    is it the same prob with this.. this happens when i attack > (colored d bow)

    Attached image
    just replace it like the same thing the animations for the darkbow used for the color bows
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 07-21-2016, 10:56 AM
  2. Addy Longsword Standing Animation
    By Austin_ in forum Requests
    Replies: 1
    Last Post: 07-12-2016, 05:55 PM
  3. Replies: 0
    Last Post: 06-18-2016, 06:32 PM
  4. Replies: 0
    Last Post: 08-18-2012, 08:47 AM
  5. Replies: 8
    Last Post: 08-20-2010, 07:59 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •