Thread: [REQ] Current OSRS Items

Results 1 to 3 of 3
  1. #1 [REQ] Current OSRS Items 
    Member
    Join Date
    Jul 2013
    Age
    25
    Posts
    379
    Thanks given
    81
    Thanks received
    14
    Rep Power
    0


    Hey guys thanks for whoever can contribute much thanks and rep to whoever does. I'm just requesting some models and ints that are oldschool items.

    • Tyrannical Ring
    • Ring of the Gods
    • Treasonous Ring
    • Saradomin's Blessed Sword


    Quote Originally Posted by Ganorah View Post
    that you are a stupid kid that complains and complains on things that you dont appreciate, you should put a fucking bullet in your head no1 will miss you not even your parents... you dont deserve to live thats what im fucking on about, retard
     

  2. #2  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Code:
    RINGS
    
    		case 12603:
    			itemDef.name = "Tyrannical ring";
    			itemDef.modelZoom = 592;
    			itemDef.modelRotationY = 285;
    			itemDef.modelRotationX = 1163;
    			itemDef.groundActions = new String[] { null, null, "Take", null, null };
    			itemDef.itemActions = new String[] { null, "Wear", null, null, "Drop" };
    			itemDef.modelID = 28823;
    			break;
    
    		case 12605:
    			itemDef.name = "Treasonous ring";
    			itemDef.modelZoom = 750;
    			itemDef.modelRotationY = 342;
    			itemDef.modelRotationX = 252;
    			itemDef.modelOffset1 = -3;
    			itemDef.modelOffset2 = -12;
    			itemDef.groundActions = new String[] { null, null, "Take", null, null };
    			itemDef.itemActions = new String[] { null, "Wear", null, null, "Drop" };
    			itemDef.modelID = 28825;
    			break;
    			
    		case 12601:
    			itemDef.name = "Ring of the gods";
    			itemDef.modelZoom = 900;
    			itemDef.modelRotationY = 393;
    			itemDef.modelRotationX = 1589;
    			itemDef.modelOffset1 = -9;
    			itemDef.modelOffset2 = -12;
    			itemDef.groundActions = new String[] { null, null, "Take", null, null };
    			itemDef.itemActions = new String[] { null, "Wear", null, null, "Drop" };
    			itemDef.modelID = 28824;
    			break;
    Models: https://www.dropbox.com/s/zzro3qlcly...ndex1.rar?dl=0

    Not giving the SS sorry
     

  3. Thankful user:


  4. #3  
    Registered Member
    Lennard's Avatar
    Join Date
    Mar 2010
    Posts
    924
    Thanks given
    0
    Thanks received
    234
    Rep Power
    274
    My god, why is everyone acting like these items are a big deal.

    Code:
    case 12808:
    	itemDef.modelId = 28045;
    	itemDef.name = "Sara's blessed sword (full)";
    	itemDef.description = "It's a Sara's blessed sword (full)";
    	itemDef.modelZoom = 2151;
    	itemDef.modelRotation1 = 636;
    	itemDef.modelRotation2 = 1521;
    	itemDef.modelOffset2 = 3;
    	itemDef.value = 289850;
    	itemDef.membersOnly = true;
    	itemDef.maleModel = 27652;
    	itemDef.maleEquipOffset = 2;
    	itemDef.femaleModel = 27652;
    	itemDef.femaleEquipOffset = 5;
    	itemDef.inventoryOptions = new String[] { null, "Wield", "Check", null, "Revert" };
    	itemDef.groundOptions = new String[] { null, null, "Take", null, null };
    	itemDef.editedModelColor = new int[] { 43098, 43111, 43086,  };
    	itemDef.newModelColor = new int[] { 7097, 7114, 7114,  };
    break;
    
    case 12809:
    	itemDef.modelId = 28045;
    	itemDef.name = "Saradomin's blessed sword";
    	itemDef.description = "It's a Saradomin's blessed sword";
    	itemDef.modelZoom = 2151;
    	itemDef.modelRotation1 = 636;
    	itemDef.modelRotation2 = 1521;
    	itemDef.modelOffset2 = 3;
    	itemDef.value = 289850;
    	itemDef.membersOnly = true;
    	itemDef.maleModel = 27652;
    	itemDef.maleEquipOffset = 2;
    	itemDef.femaleModel = 27652;
    	itemDef.femaleEquipOffset = 5;
    	itemDef.inventoryOptions = new String[] { null, "Wield", "Check", null, "Revert" };
    	itemDef.groundOptions = new String[] { null, null, "Take", null, null };
    	itemDef.editedModelColor = new int[] { 43098, 43111, 43086,  };
    	itemDef.newModelColor = new int[] { 7097, 7114, 7114,  };
    break;
    You can grab the models from my release here http://www.rune-server.org/runescape...-packable.html
    Attached image
    The greatest upcoming OSRS PK server
     

  5. Thankful users:



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] current rs mapdata
    By Clienthax in forum Requests
    Replies: 9
    Last Post: 11-07-2008, 10:27 AM
  2. [REQ] Need 474 item.java [REQ]
    By breakpown in forum Configuration
    Replies: 1
    Last Post: 07-10-2008, 04:07 AM
  3. [REQ] Current RuneScape BG [REQ]
    By Crappy-Apple in forum Graphics
    Replies: 0
    Last Post: 06-07-2008, 06:23 PM
  4. [REQ] Current RuneScape BG [REQ]
    By Crappy-Apple in forum Models
    Replies: 1
    Last Post: 06-07-2008, 06:22 PM
  5. [TUT]Make hitpoints req level for item[TUT]
    By pixel_effect in forum Tutorials
    Replies: 4
    Last Post: 12-24-2007, 01:53 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
  •