Thread: REQ Galkon's Dragon kiteshield item def

Results 1 to 9 of 9
  1. #1 REQ Galkon's Dragon kiteshield item def 
    Registered Member
    Join Date
    Jan 2012
    Posts
    134
    Thanks given
    2
    Thanks received
    0
    Rep Power
    10
    i have tried the model id of 13701 already and it does not come up of how its suppose to look if anyone can give me different options it would be much appreciated.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    image?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    134
    Thanks given
    2
    Thanks received
    0
    Rep Power
    10
    Attached image
    Reply With Quote  
     

  4. #4  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    This is taken from an old source, but yeah it's not exactly perfect. Probably similar to the rotations you have.
    Code:
    		case 14123:
    			itemDefinition.modelID = 13701;
    			itemDefinition.name = "Dragon kiteshield";
    			itemDefinition.description = "Dragon kiteshield.".getBytes();
    			itemDefinition.modelZoom = 1504;
    			itemDefinition.modelRotationX = 344;
    			itemDefinition.modelRotationY = 1104;
    			itemDefinition.modelOffset1 = 0;
    			itemDefinition.modelOffset2 = -3;
    			itemDefinition.anInt165 = 13700;
    			itemDefinition.anInt200 = 13700;
    			itemDefinition.groundActions = new String[5];
    			itemDefinition.groundActions[2] = "Take";
    			itemDefinition.itemActions = new String[5];
    			itemDefinition.itemActions[1] = "Wear";
    			itemDefinition.itemActions[2] = "Check-charges";
    			itemDefinition.itemActions[4] = "Drop";
    			break;


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2012
    Posts
    134
    Thanks given
    2
    Thanks received
    0
    Rep Power
    10
    yes this is what i meant in my title. i have tried the model id of 13701 and i end up with this and i do appreciate the contribution though but with the item def you provided me it ended up like this.

    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Alpi's Avatar
    Join Date
    Jun 2011
    Age
    28
    Posts
    1,191
    Thanks given
    212
    Thanks received
    285
    Rep Power
    148
    All you need to change is the modelZoom and the inventory rotations. Should just be number tinkering now.
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2016
    Posts
    273
    Thanks given
    66
    Thanks received
    54
    Rep Power
    119
    itemDefinition.modelZoom = 2128;
    itemDefinition.rotationY = 504;
    itemDefinition.rotationX = 0;

    enjoy
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jan 2012
    Posts
    134
    Thanks given
    2
    Thanks received
    0
    Rep Power
    10
    Quote Originally Posted by DevChaseblade View Post
    itemDefinition.modelZoom = 2128;
    itemDefinition.rotationY = 504;
    itemDefinition.rotationX = 0;

    enjoy
    still did not work :/ i need the write model id cause it doesn't look right in my invetory
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Feb 2016
    Posts
    273
    Thanks given
    66
    Thanks received
    54
    Rep Power
    119
    Quote Originally Posted by ownerdivine View Post
    still did not work :/ i need the write model id cause it doesn't look right in my invetory
    oh well, that is the right zoom and stuff, as for id's that's impossible for me to tell you lmao, you gunna need to find it in your cache via datmaker...gl
    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. [REQ] Dragon Kiteshield Models
    By awesomenoob in forum Models
    Replies: 12
    Last Post: 08-24-2015, 08:05 AM
  2. ]REQ] i need death cape and dragon kiteshield please!
    By Aesthetic Brah in forum Models
    Replies: 3
    Last Post: 09-26-2014, 02:36 PM
  3. Item def editor [REQ] [667]!
    By Bart in forum Requests
    Replies: 2
    Last Post: 07-31-2013, 08:24 PM
  4. [REQ] galkons client with silab items
    By T-Sex in forum Requests
    Replies: 16
    Last Post: 05-25-2008, 03:23 AM
  5. Replies: 2
    Last Post: 05-20-2007, 06:09 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •