Thread: [REL] New 07 shields with ints [REL]

Results 1 to 8 of 8
  1. #1 [REL] New 07 shields with ints [REL] 
    Registered Member Eat Cocaine's Avatar
    Join Date
    Mar 2014
    Posts
    73
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Hey guys just wanted to release these for players who have no idea how to make ints for models hopfully
    with this they can hardcode these ints to make it fit there client


    Please check the original thread and give him rep for releasing models if you want:

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    http://www.rune-server.org/runescape...ields-rel.html


    Picture of model's your adding:



    I didnt know there real names on runescape so i left them as Toktz-ket-xil change that if you want to change there names!

    Download link to models:
    UPLOAD.EE - Obby_shield_models.rar - Download

    Ints for new obby 2007 rs shields:
    Code:
    	case 14502:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28310;
    	itemDef.anInt165 = 28315;
    	itemDef.anInt200 = 28315;
    	break;
    
    	case 14503:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28300;
    	itemDef.anInt165 = 28305;
    	itemDef.anInt200 = 28305;
    	break;
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    View Profile: Obsidian - Rune-Server
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2014
    Age
    25
    Posts
    145
    Thanks given
    9
    Thanks received
    12
    Rep Power
    26
    Thanks mate!


    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Apr 2012
    Posts
    803
    Thanks given
    179
    Thanks received
    125
    Rep Power
    0
    Thanks. Pretty cool, not much of a java programmer so I didn't know models worked this way.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2013
    Posts
    273
    Thanks given
    45
    Thanks received
    50
    Rep Power
    45
    [spoil]
    Quote Originally Posted by Eat Cocaine View Post
    Hey guys just wanted to release these for players who have no idea how to make ints for models hopfully
    with this they can hardcode these ints to make it fit there client


    Please check the original thread and give him rep for releasing models if you want:

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    http://www.rune-server.org/runescape...ields-rel.html


    Picture of model's your adding:



    I didnt know there real names on runescape so i left them as Toktz-ket-xil change that if you want to change there names!

    Download link to models:
    UPLOAD.EE - Obby_shield_models.rar - Download

    Ints for new obby 2007 rs shields:
    Code:
    	case 14502:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28310;
    	itemDef.anInt165 = 28315;
    	itemDef.anInt200 = 28315;
    	break;
    
    	case 14503:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28300;
    	itemDef.anInt165 = 28305;
    	itemDef.anInt200 = 28305;
    	break;
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    View Profile: Obsidian - Rune-Server
    [/spoil]
    character doesn't hold the handle of the shield

    Also, how come my inventory model looks this way?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2013
    Posts
    273
    Thanks given
    45
    Thanks received
    50
    Rep Power
    45
    Quote Originally Posted by Eat Cocaine View Post
    Hey guys just wanted to release these for players who have no idea how to make ints for models hopfully
    with this they can hardcode these ints to make it fit there client


    Please check the original thread and give him rep for releasing models if you want:

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    http://www.rune-server.org/runescape...ields-rel.html


    Picture of model's your adding:



    I didnt know there real names on runescape so i left them as Toktz-ket-xil change that if you want to change there names!

    Download link to models:
    UPLOAD.EE - Obby_shield_models.rar - Download

    Ints for new obby 2007 rs shields:
    Code:
    	case 14502:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28310;
    	itemDef.anInt165 = 28315;
    	itemDef.anInt200 = 28315;
    	break;
    
    	case 14503:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28300;
    	itemDef.anInt165 = 28305;
    	itemDef.anInt200 = 28305;
    	break;
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    View Profile: Obsidian - Rune-Server
    Why does my inventory model look like this? Changing the zoom does nothing

    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2013
    Posts
    273
    Thanks given
    45
    Thanks received
    50
    Rep Power
    45
    [spoil]
    Quote Originally Posted by Eat Cocaine View Post
    Hey guys just wanted to release these for players who have no idea how to make ints for models hopfully
    with this they can hardcode these ints to make it fit there client


    Please check the original thread and give him rep for releasing models if you want:

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    http://www.rune-server.org/runescape...ields-rel.html


    Picture of model's your adding:



    I didnt know there real names on runescape so i left them as Toktz-ket-xil change that if you want to change there names!

    Download link to models:
    UPLOAD.EE - Obby_shield_models.rar - Download

    Ints for new obby 2007 rs shields:
    Code:
    	case 14502:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28310;
    	itemDef.anInt165 = 28315;
    	itemDef.anInt200 = 28315;
    	break;
    
    	case 14503:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28300;
    	itemDef.anInt165 = 28305;
    	itemDef.anInt200 = 28305;
    	break;
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    View Profile: Obsidian - Rune-Server
    [/spoil]

    Why does my inventory model look like this? Fixing the zoom does nothing

    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2013
    Posts
    273
    Thanks given
    45
    Thanks received
    50
    Rep Power
    45
    [spoil]
    Quote Originally Posted by Eat Cocaine View Post
    Hey guys just wanted to release these for players who have no idea how to make ints for models hopfully
    with this they can hardcode these ints to make it fit there client


    Please check the original thread and give him rep for releasing models if you want:

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    http://www.rune-server.org/runescape...ields-rel.html


    Picture of model's your adding:



    I didnt know there real names on runescape so i left them as Toktz-ket-xil change that if you want to change there names!

    Download link to models:
    UPLOAD.EE - Obby_shield_models.rar - Download

    Ints for new obby 2007 rs shields:
    Code:
    	case 14502:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28310;
    	itemDef.anInt165 = 28315;
    	itemDef.anInt200 = 28315;
    	break;
    
    	case 14503:
    	itemDef.name = "Toktz-ket-xil";
    	itemDef.modelZoom = 1250;
    	itemDef.modelRotationY = 376;
    	itemDef.modelRotationX = 1785;
    	itemDef.modelOffset2 = 3;
    	itemDef.modelOffset1 = -4;
    	itemDef.groundActions = new String[] { null, null, "Take", null, null };
    	itemDef.itemActions = new String[] { null, "Wield", null, null, "Drop" };
    	itemDef.modelID = 28300;
    	itemDef.anInt165 = 28305;
    	itemDef.anInt200 = 28305;
    	break;
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Model Credits go to: 99.5% to obsidian for model's 0.5% to me for ints
    View Profile: Obsidian - Rune-Server
    [/spoil]
    Why does my inventory model look this way?
    Reply With Quote  
     

  8. #8  
    Registered Member Eat Cocaine's Avatar
    Join Date
    Mar 2014
    Posts
    73
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by Proverbs 9 10 View Post
    [spoil]

    [/spoil]
    Why does my inventory model look this way?
    Note: If it looks werid just change the modelID = 28300 to modelID = 28305, and swap the anInt165 and 200 with 28300

    Also they weild in air you gotta add more ints that i didnt include such as play around with this add this into the int, itemDef.aByte205 = -9;
    itemDef.aByte154 = -9;
    itemDef.anInt188 = -1;//female sleeve
    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: 47
    Last Post: 02-08-2014, 01:57 AM
  2. [REL] New Dhaorks Ints [REL] THANKS AND REP
    By _Austin_ in forum Models
    Replies: 24
    Last Post: 02-03-2013, 03:19 AM
  3. [REL] New Akrisae's Ints [REL] THANKS AND REP
    By _Austin_ in forum Models
    Replies: 13
    Last Post: 05-28-2012, 04:53 PM
  4. [REQ] New barrows armor with ints in a zip file.
    By derrick258 in forum Models
    Replies: 2
    Last Post: 03-03-2012, 05:35 AM
  5. [REQ] New pvp armour with ints
    By Goro in forum Requests
    Replies: 0
    Last Post: 11-29-2008, 11:23 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
  •