Thread: Proper Slayer Helmet Ints...

Results 1 to 7 of 7
  1. #1 Proper Slayer Helmet Ints... 
    Registered Member CommunityX's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    147
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    These are my current ints..

    Code:
    			case 15051:
    			itemDef.itemActions = new String[5];
    			itemDef.itemActions[1] = "Wield";
    			itemDef.modelID = 51844;
    			itemDef.modelZoom = 1743;
    			itemDef.modelRotationY = 789;
    			itemDef.modelRotationX = 69;
    			itemDef.modelOffset1 = 0;
    			itemDef.modelOffset2 = 0;
    			itemDef.anInt165 = 51797; //male wield model
    			itemDef.anInt200 = 51819; //femArmModel
    			itemDef.name = "Slayer helmet";
    			itemDef.description = "Slayer full helm for slayer.".getBytes();//examine.
    			break;
    And then this is how it shows up in the invetory, when you wear it, it's fine, just in the invent it's incredibly small.

    Reply With Quote  
     

  2. #2  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    3,114
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    Code:
    			itemDef.modelZoom = 1743;
    			itemDef.modelRotationY = 789;
    			itemDef.modelRotationX = 69;
    If you learn to read through things, you'll realize the answer is infront of your eyes

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member CommunityX's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    147
    Thanks given
    1
    Thanks received
    2
    Rep Power
    2
    Quote Originally Posted by Perpetual Abyssma View Post
    Code:
    			itemDef.modelZoom = 1743;
    			itemDef.modelRotationY = 789;
    			itemDef.modelRotationX = 69;
    If you learn to read through things, you'll realize the answer is infront of your eyes
    I can read fine, I just don't see how that helps at all, increase the zoom?


    Also, loose the attitude, it'll get you no where in life.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    3,114
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    I don't have an "attitude", I'm simply telling you that
    And increase the zoom, or decrease it. And move around the rotations. I put those 3 lines there for a reason

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    itemDef.modelZoom = 810;
    itemDef.modelRotation1 = 69;
    itemDef.modelRotation2 = 1743;

    enjoy
    Reply With Quote  
     

  6. #6  
    Member Market Banned Market Banned

    thesharp's Avatar
    Join Date
    Dec 2010
    Age
    29
    Posts
    1,120
    Thanks given
    311
    Thanks received
    140
    Rep Power
    312
    Quote Originally Posted by CommunityX View Post
    I can read fine, I just don't see how that helps at all, increase the zoom?


    Also, loose the attitude, it'll get you no where in life.
    with your attitude and lack of brains, you won't get far either.
    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  7. #7  
    The One And Only

    KaiserCo's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    maybe switch the X and Y???
    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. [rel] 100% slayer helmet [rel]
    By Vox' in forum Models
    Replies: 19
    Last Post: 04-26-2012, 07:37 AM
  2. [PI][Runeverfix]Slayer Helmet[REP++]
    By Char Char in forum Help
    Replies: 7
    Last Post: 02-10-2011, 02:36 AM
  3. [PI][Runeverfix]Slayer Helmet[REP++]
    By Char Char in forum Help
    Replies: 4
    Last Post: 02-09-2011, 09:58 AM
  4. Slayer helm Released + Ints
    By Bytes Me in forum Models
    Replies: 52
    Last Post: 05-23-2009, 05:31 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
  •