Thread: Ancient Armour problems

Results 1 to 7 of 7
  1. #1 Ancient Armour problems 
    Banned
    Join Date
    Feb 2013
    Posts
    1,067
    Thanks given
    72
    Thanks received
    28
    Rep Power
    0
    iv been having trouble with the ancient armours lately here are some print screens to show you
    they look weird and how would i fix this

    vestas



    statius



    zuriel


    example of itemdef.java code

    if(i == 13812)
    {
    itemDef.name = "Statius's Full Helm";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.modelID = 42596;
    itemDef.modelZoom = 789;
    itemDef.modelRotation1 = 96;
    itemDef.modelRotation2 = 2039;
    itemDef.modelOffset2 = -7;
    itemDef.modelOffset1 = 2;
    itemDef.anInt204 = 0;
    itemDef.maleEquip1 = 42639;
    itemDef.femaleEquip1 = 42655;
    itemDef.description = "Statius's Full Helm, a reward from PVP.".getBytes();
    }
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    May 2011
    Posts
    697
    Thanks given
    359
    Thanks received
    154
    Rep Power
    300
    Did you added them server sided correctly? An example statius fullhelm as fullhelm set.
    Reply With Quote  
     

  3. #3  
    Extremity PS

    Join Date
    Jun 2012
    Posts
    203
    Thanks given
    2
    Thanks received
    17
    Rep Power
    16
    Itemdef.java
    case #####:
    itemDef.modelID =####;
    itemDef.name = "Statius Full helm";
    itemDef.description = "Statius Full helm";
    itemDef.modelZoom = 672;
    itemDef.modelRotation1 = 85;
    itemDef.modelRotation2 = 1867;
    itemDef.modelOffset1 = 0;
    itemDef.modelOffset2 = -3;
    itemDef.maleEquip1 = ####;
    itemDef.femaleEquip1 = ####;
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[2] = "Check-charges";
    itemDef.actions[4] = "Drop";
    itemDef.anInt175 = ####;
    itemDef.anInt197 = ####;
    break;
    case ####:
    itemDef.modelID = ####;
    itemDef.name = "Statius platebody";
    itemDef.description = "Statius platebody;
    itemDef.modelZoom = 1506;
    itemDef.modelRotation1 = 473;
    itemDef.modelRotation2 = 2042;
    itemDef.modelOffset1 = 0;
    itemDef.modelOffset2 = 0;
    itemDef.maleEquip1 = ####;
    itemDef.femaleEquip1 = ####;
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[2] = "Check-charges";
    itemDef.actions[4] = "Drop";
    break;
    case ####:
    itemDef.modelID = ####;
    itemDef.name = "Statius platelegs";
    itemDef.description = "Statius platelegs";
    itemDef.modelZoom = 1740;
    itemDef.modelRotation1 = 474;
    itemDef.modelRotation2 = 2045;
    itemDef.modelOffset1 = 0;
    itemDef.modelOffset2 = -5;
    itemDef.maleEquip1 = ####;
    itemDef.femaleEquip1 = ####;
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[2] = "Check-charges";
    itemDef.actions[4] = "Drop";
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Feb 2013
    Posts
    1,067
    Thanks given
    72
    Thanks received
    28
    Rep Power
    0
    Quote Originally Posted by Osijek View Post
    Did you added them server sided correctly? An example statius fullhelm as fullhelm set.
    i dont get what you mean
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Feb 2013
    Posts
    1,067
    Thanks given
    72
    Thanks received
    28
    Rep Power
    0
    has any 1 got team viewer so they can help me please
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Feb 2013
    Posts
    1,067
    Thanks given
    72
    Thanks received
    28
    Rep Power
    0
    still need help
    Reply With Quote  
     

  7. #7  
    oof


    Join Date
    Aug 2012
    Posts
    3,150
    Thanks given
    2,847
    Thanks received
    857
    Rep Power
    2260
    Add the helm IDs in the full helm array in Item.java
    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. ancient armour problems
    By Hiken jr in forum Help
    Replies: 0
    Last Post: 02-10-2013, 12:17 PM
  2. [PI] Ancient Armour [PI]
    By oblivion-rs in forum Help
    Replies: 27
    Last Post: 06-07-2011, 12:24 AM
  3. Armour Fitting Problems =\
    By bals of gold in forum Help
    Replies: 2
    Last Post: 01-31-2010, 06:36 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
  •