Thread: [718] config's

Results 1 to 2 of 2
  1. #1 [718] config's 
    Registered Member
    Join Date
    Jul 2008
    Posts
    286
    Thanks given
    17
    Thanks received
    4
    Rep Power
    2
    Hello,

    I am working on Canoe's and interface 52 shows different canoe's which you can make. But the only problem is that the first canoe is highlighted in color, and the 3 other canoe's are not highlighted in color but are grey and not click-able. Now, I know there should be config's send when a player clicks this interface to make the other 3 options also available. I've been trying to loop different kind of config's while I opened the interface 52, but the only things that change when I loop the command is some tabs.. I can't seem to find the correct config's for this interface. I've searched dump's by people on rune-server but didn't work either. So does somebody have the config's for these 3 other canoe options? Or can someone explain to me how I should use my config loop commands:

    Code:
    			case "configfloop":
    				if (cmd.length < 3) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    					return true;
    				}
    				try {
    					for (int i = Integer.valueOf(cmd[1]); i < Integer
    							.valueOf(cmd[2]); i++)
    						player.getPackets().sendConfigByFile(i, Integer.valueOf(cmd[3]));
    				} catch (NumberFormatException e) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    				}
    				return true; 
    			case "configgloop":
    				if (cmd.length < 3) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    					return true;
    				}
    				try {
    					for (int i = Integer.valueOf(cmd[1]); i < Integer
    							.valueOf(cmd[2]); i++)
    						player.getPackets().sendGlobalConfig(i, Integer.valueOf(cmd[3]));
    				} catch (NumberFormatException e) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    				}
    				return true;
    			case "configcloop":
    				if (cmd.length < 3) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    					return true;
    				}
    				try {
    					for (int i = Integer.valueOf(cmd[1]); i < Integer
    							.valueOf(cmd[2]); i++)
    						player.getPackets().sendConfig(i, Integer.valueOf(cmd[3]));
    				} catch (NumberFormatException e) {
    					player.getPackets().sendPanelBoxMessage(
    							"Use: config id value");
    				}
    				return true;
    EDIT: This is the interface config dump for the interface:
    Code:
    INTERFACE:52
    Found:Indirect-related GlobalIntVar(ButtonGraphics):199
    Found:Indirect-related config:281
    Found:Indirect-related BITconfig:ID:466, bitoffs:0, length:0
    Found:Indirect-related BITconfig:ID:466, bitoffs:2, length:2
    Found:Indirect-related BITconfig:ID:1160, bitoffs:23, length:23
    Found:Indirect-related GlobalIntVar(ButtonGraphics):41
    Found:Indirect-related GlobalIntVar(ButtonGraphics):168
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1028
    Found:Indirect-related GlobalStringVar(InfoString):1
    Found:Indirect-related BITconfig:ID:1438, bitoffs:0, length:4
    Found:Indirect-related BITconfig:ID:1438, bitoffs:6, length:10
    Found:Indirect-related BITconfig:ID:1438, bitoffs:11, length:15
    Found:Indirect-related GlobalIntVar(ButtonGraphics):7
    Found:Indirect-related GlobalIntVar(ButtonGraphics):8
    Found:Indirect-related GlobalIntVar(ButtonGraphics):132
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1269
    Found:Indirect-related GlobalIntVar(ButtonGraphics):133
    Found:Indirect-related GlobalStringVar(InfoString):29
    Found:Indirect-related GlobalStringVar(InfoString):276
    Found:Indirect-related BITconfig:ID:2083, bitoffs:8, length:8
    Found:Indirect-related GlobalIntVar(ButtonGraphics):42
    Found:Indirect-related config:287
    Found:Indirect-related BITconfig:ID:638, bitoffs:19, length:19
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1037
    Found:Indirect-related GlobalIntVar(ButtonGraphics):193
    Found:Indirect-related BITconfig:ID:1584, bitoffs:0, length:0
    Found:Indirect-related GlobalIntVar(ButtonGraphics):182
    Found:Indirect-related GlobalIntVar(ButtonGraphics):119
    Found:Indirect-related GlobalIntVar(ButtonGraphics):44
    Found:Indirect-related GlobalIntVar(ButtonGraphics):45
    Found:Indirect-related GlobalIntVar(ButtonGraphics):46
    Found:Indirect-related GlobalIntVar(ButtonGraphics):47
    Found:Indirect-related GlobalIntVar(ButtonGraphics):48
    Found:Indirect-related GlobalIntVar(ButtonGraphics):49
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1511
    Found:Indirect-related config:2159
    Found:Indirect-related config:1055
    Found:Indirect-related config:1054
    Found:Indirect-related BITconfig:ID:1056, bitoffs:0, length:0
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1413
    Found:Indirect-related BITconfig:ID:1963, bitoffs:0, length:11
    Found:Indirect-related BITconfig:ID:1248, bitoffs:27, length:30
    Found:Indirect-related GlobalIntVar(ButtonGraphics):109
    Found:Indirect-related GlobalIntVar(ButtonGraphics):121
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1122
    Found:Indirect-related GlobalIntVar(ButtonGraphics):1124
    Found:Indirect-related GlobalIntVar(ButtonGraphics):88
    Found:Indirect-related GlobalIntVar(ButtonGraphics):203
    Found:Indirect-related GlobalIntVar(ButtonGraphics):204
    Found:Indirect-related GlobalIntVar(ButtonGraphics):205
    Found:Indirect-related GlobalIntVar(ButtonGraphics):206
    Found:Indirect-related GlobalIntVar(ButtonGraphics):207
    Found:Indirect-related GlobalIntVar(ButtonGraphics):208
    Found:Indirect-related GlobalIntVar(ButtonGraphics):209
    Found:Indirect-related GlobalIntVar(ButtonGraphics):210
    Found:Indirect-related GlobalIntVar(ButtonGraphics):211
    Found:Indirect-related GlobalIntVar(ButtonGraphics):160
    Found:Indirect-related GlobalStringVar(InfoString):0
    Hidden child:2
    Hidden child:3
    Hidden child:5
    Hidden child:12
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2008
    Posts
    286
    Thanks given
    17
    Thanks received
    4
    Rep Power
    2
    bumppp
    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. [718]Shop configs[718]
    By Vip3r in forum Requests
    Replies: 14
    Last Post: 07-22-2013, 05:05 PM
  2. Matrix 718 Missing Configs
    By The Legendary Leecher in forum Help
    Replies: 12
    Last Post: 11-12-2012, 08:50 PM
  3. Replies: 1
    Last Post: 10-20-2012, 02:19 AM
  4. 718 Grand Exchange Configs/Ints
    By Experimental in forum Help
    Replies: 5
    Last Post: 10-02-2012, 03:45 AM
  5. 718 new shops, config for price!!!!
    By laakerules in forum Configuration
    Replies: 39
    Last Post: 08-06-2012, 12:28 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
  •