Thread: [REQ] Platinum Tokens

Results 1 to 7 of 7
  1. #1 [REQ] Platinum Tokens 
    Registered Member
    Join Date
    Apr 2014
    Posts
    176
    Thanks given
    17
    Thanks received
    4
    Rep Power
    11
    Hey guys looking for model and ints of platinum tokens would be much appreciated!
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Feb 2016
    Posts
    19
    Thanks given
    3
    Thanks received
    3
    Rep Power
    0
    Here is the ints for Platinum Token:

    Code:
    case 13204:
    	type.colorFind = new short[] { 5813, 9139, 26006 };
    	type.colorReplace = new short[] { -32667, -27566, -27554 };
    	type.cost = 1000;
    	type.countCo = new int[] { 2, 3, 4, 5, 0, 0, 0, 0, 0, 0 };
    	type.countObj = new int[] { 3985, 3987, 3989, 3991, 0, 0, 0, 0, 0, 0 };
    	type.inventoryModel = 15343;
    	type.name = "Platinum token";
    	type.stackable = 1;
    	type.xan2d = 202;
    	type.yan2d = 1764;
    	type.zan2d = 108;
    	type.zoom2d = 550;
    break;
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Apr 2014
    Posts
    176
    Thanks given
    17
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by Daemonheim3 View Post
    Here is the ints for Platinum Token:

    Code:
    case 13204:
    	type.colorFind = new short[] { 5813, 9139, 26006 };
    	type.colorReplace = new short[] { -32667, -27566, -27554 };
    	type.cost = 1000;
    	type.countCo = new int[] { 2, 3, 4, 5, 0, 0, 0, 0, 0, 0 };
    	type.countObj = new int[] { 3985, 3987, 3989, 3991, 0, 0, 0, 0, 0, 0 };
    	type.inventoryModel = 15343;
    	type.name = "Platinum token";
    	type.stackable = 1;
    	type.xan2d = 202;
    	type.yan2d = 1764;
    	type.zan2d = 108;
    	type.zoom2d = 550;
    break;
    Thanks, any chance for the model too if you have? Am i able to get this model from an osrs model dump too?
    Reply With Quote  
     

  5. #4  
    Road to max

    Join Date
    Mar 2011
    Posts
    448
    Thanks given
    103
    Thanks received
    44
    Rep Power
    10
    What you're adding:


    Models:
    http://puu.sh/nefsz/9cd62a787d.rar

    Ints (not 100%):
    Code:
    		case 15186:
    			itemDef.name = "Platinum token";
    			itemDef.description = "Use it on a banker or bankbooth to exchange it for 1,000 coins per token.";
    			itemDef.modelZoom = 550;
    			itemDef.rotationY = 202;
    			itemDef.rotationX = 1764;
    			itemDef.offsetX = 0;
    			itemDef.offsetY = 0;
    			itemDef.inventoryOptions = new String[] { null, null, null, null, "Drop" };
    			itemDef.srcItemColors = new int[] { 5813, 9139, 26006 };
    			itemDef.destItemColors = new int[] { -32667, -27566, -27554 };
    			itemDef.groundModel = 15343;
    			break;
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Registered Member uberhigh's Avatar
    Join Date
    Feb 2014
    Posts
    5
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    What about the stackable ints ?
    That int suits for a single toke, for the rest of the stackables (2 tokens, 3 tokens, 4 tokens and 5 tokens) it is missplaced.
    Thank you =)
    Reply With Quote  
     

  8. #6  
    Registered Member
    Join Date
    Nov 2020
    Posts
    16
    Thanks given
    2
    Thanks received
    7
    Rep Power
    11
    Quote Originally Posted by LorenzoMKW View Post
    What you're adding:


    Models:
    http://puu.sh/nefsz/9cd62a787d.rar

    Ints (not 100%):
    Code:
    		case 15186:
    			itemDef.name = "Platinum token";
    			itemDef.description = "Use it on a banker or bankbooth to exchange it for 1,000 coins per token.";
    			itemDef.modelZoom = 550;
    			itemDef.rotationY = 202;
    			itemDef.rotationX = 1764;
    			itemDef.offsetX = 0;
    			itemDef.offsetY = 0;
    			itemDef.inventoryOptions = new String[] { null, null, null, null, "Drop" };
    			itemDef.srcItemColors = new int[] { 5813, 9139, 26006 };
    			itemDef.destItemColors = new int[] { -32667, -27566, -27554 };
    			itemDef.groundModel = 15343;
    			break;
    where do i put this code????

    trying to exchange coins into plat tokens on banker or bank booth & it wont work, its registered for unnoting items

    someone pls help
    Reply With Quote  
     

  9. #7  
    plz dont take my wizard mind bombs Women's Avatar
    Join Date
    Mar 2010
    Posts
    1,881
    Thanks given
    724
    Thanks received
    1,162
    Rep Power
    4763
    Quote Originally Posted by Ezvy View Post
    where do i put this code????

    trying to exchange coins into plat tokens on banker or bank booth & it wont work, its registered for unnoting items

    someone pls help
    goes in ur client mate
    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 Platinum tokens + ints]
    By White Vans in forum Models
    Replies: 3
    Last Post: 11-08-2015, 09:17 AM
  2. [REQ Platinum tokkens + ints]
    By Pandemia in forum Models
    Replies: 0
    Last Post: 10-25-2015, 09:22 PM
  3. [REQ] Double Token Ring Help [REQ]
    By xtreme yoshi in forum Help
    Replies: 8
    Last Post: 02-18-2014, 12:59 PM
  4. Tokenized Commands
    By ThatOneServer in forum Tutorials
    Replies: 1
    Last Post: 05-03-2007, 11:18 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
  •