Thread: PI Barrow chest unclickable

Results 1 to 3 of 3
  1. #1 PI Barrow chest unclickable 
    Registered Member
    Join Date
    Jan 2015
    Posts
    33
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Hey guys sorry for a massive noob but i tried fixing this stupid barrows to make it clickable and to receive rewards from it? anyone know solutions?
    Reply With Quote  
     

  2. #2  
    Coding coding coding...

    Ivo's Avatar
    Join Date
    Mar 2008
    Age
    33
    Posts
    1,425
    Thanks given
    30
    Thanks received
    147
    Rep Power
    2017
    client objectdef or something...

    Code:
    if(i == CHEST ID) {
        		class46.name = "Barrows reward chest";		
        		class46.actions = "Loot that shit";
                	class46.hasActions = true; 		
        	}
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2015
    Posts
    33
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    i have this one if (i == 10284) {
    objectDef.actions = new String[5];
    objectDef.actions[0] = "Loot";
    objectDef.name = "Chest";
    objectDef.description = "A chest that contains assorted items when creatures are slain.".getBytes();

    - - - Updated - - -

    Quote Originally Posted by Ivo View Post
    client objectdef or something...

    Code:
    if(i == CHEST ID) {
        		class46.name = "Barrows reward chest";		
        		class46.actions = "Loot that shit";
                	class46.hasActions = true; 		
        	}
    i have this one if (i == 10284) {
    objectDef.actions = new String[5];
    objectDef.actions[0] = "Loot";
    objectDef.name = "Chest";
    objectDef.description = "A chest that contains assorted items when creatures are slain.".getBytes();

    - - - Updated - - -

    CLOSED, Fixed it myself
    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. barrows chest not clickable [PI]
    By horiizon in forum Help
    Replies: 7
    Last Post: 04-23-2015, 03:29 AM
  2. 474 pi barrows chest drops
    By swiftrapiidzz in forum Help
    Replies: 4
    Last Post: 12-18-2014, 12:04 AM
  3. Replies: 2
    Last Post: 12-25-2012, 02:52 PM
  4. [PI][DSPK]Barrows Chest[DSPK][PI]
    By CommunityX in forum Help
    Replies: 1
    Last Post: 04-09-2011, 07:47 AM
  5. Barrows Chest
    By Buckoxx in forum Help
    Replies: 2
    Last Post: 03-31-2009, 04:49 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
  •