Thread: Interface 72

Results 1 to 9 of 9
  1. #1 Interface 72 
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    So what I'm trying to do is customize this interface to my liking. I've discovered all of the components, but for some reason the damn thing won't allow me to write on it or even assign it to an action in button handler. If anybody can help would be greatly appreciated a picture will be below.




    To find the components I'm using a 718 interface maker created and owned by user 'mgi123'
    here is a link to the original thread.

    http://www.rune-server.org/runescape...ewer-more.html

    Again this is INTERFACE 72! and thanks ahead
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Mgi Interface viewer is not really great for the objective you're trying to reach. Try a simple code to find the component Ids. For example, in ButtonHandler:

    Code:
    //This is to find the clickable buttons ids
    if (interface == 72) {
        player.getPackets().sendGameMessage("ComponentID: "+componentId);
    }
    As for rewriting strings, well try to find the ones in the list with "Text: Undiscovered" next to them.

    Spoiler for List:
    Code:
    
    ComponentId: 0
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718592
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 1
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718593
    Type: 6
    Absolute Location: (X = 47, Y = 64)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 35
    
    ComponentId: 2
    Visible: false
    Text: Common jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718594
    Type: 4
    Absolute Location: (X = 88, Y = 65)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 3
    Visible: false
    Text:  70 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718595
    Type: 4
    Absolute Location: (X = 132, Y = 79)
    Horizontal scroll thumb size: 66
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 4
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718596
    Type: 6
    Absolute Location: (X = 47, Y = 116)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 37
    
    ComponentId: 5
    Visible: false
    Text: Shadow jadinko 
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718597
    Type: 4
    Absolute Location: (X = 88, Y = 115)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 14
    
    ComponentId: 6
    Visible: false
    Text: 71 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718598
    Type: 4
    Absolute Location: (X = 137, Y = 131)
    Horizontal scroll thumb size: 65
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 7
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718599
    Type: 6
    Absolute Location: (X = 46, Y = 166)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 8
    Visible: false
    Text: Diseased jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718600
    Type: 4
    Absolute Location: (X = 87, Y = 165)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 9
    Visible: false
    Text: 78 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718601
    Type: 4
    Absolute Location: (X = 138, Y = 181)
    Horizontal scroll thumb size: 58
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 10
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718602
    Type: 6
    Absolute Location: (X = 47, Y = 215)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 11
    Visible: false
    Text: Igneous jadinko 
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718603
    Type: 4
    Absolute Location: (X = 86, Y = 214)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 12
    Visible: false
    Text:  74 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718604
    Type: 4
    Absolute Location: (X = 135, Y = 231)
    Horizontal scroll thumb size: 66
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 13
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718605
    Type: 6
    Absolute Location: (X = 48, Y = 265)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 14
    Visible: false
    Text: Cannibal jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718606
    Type: 4
    Absolute Location: (X = 86, Y = 264)
    Horizontal scroll thumb size: 154
    Vertical Scroll Thumb Size: 15
    
    ComponentId: 15
    Visible: false
    Text: 75 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718607
    Type: 4
    Absolute Location: (X = 140, Y = 280)
    Horizontal scroll thumb size: 60
    Vertical Scroll Thumb Size: 14
    
    ComponentId: 16
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718608
    Type: 6
    Absolute Location: (X = 266, Y = 65)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 17
    Visible: false
    Text: Aquatic jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718609
    Type: 4
    Absolute Location: (X = 306, Y = 65)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 18
    Visible: false
    Text: 76 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718610
    Type: 4
    Absolute Location: (X = 356, Y = 81)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 19
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718611
    Type: 6
    Absolute Location: (X = 265, Y = 115)
    Horizontal scroll thumb size: 47
    Vertical Scroll Thumb Size: 38
    
    ComponentId: 20
    Visible: false
    Text: Amphibious jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718612
    Type: 4
    Absolute Location: (X = 312, Y = 114)
    Horizontal scroll thumb size: 146
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 21
    Visible: false
    Text: 77 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718613
    Type: 4
    Absolute Location: (X = 356, Y = 131)
    Horizontal scroll thumb size: 55
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 22
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718614
    Type: 6
    Absolute Location: (X = 266, Y = 166)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 23
    Visible: false
    Text: Carrion jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718615
    Type: 4
    Absolute Location: (X = 305, Y = 165)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 24
    Visible: false
    Text: 78 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718616
    Type: 4
    Absolute Location: (X = 356, Y = 180)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 25
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718617
    Type: 6
    Absolute Location: (X = 265, Y = 215)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 37
    
    ComponentId: 26
    Visible: false
    Text: Camouflaged jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718618
    Type: 4
    Absolute Location: (X = 306, Y = 214)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 20
    
    ComponentId: 27
    Visible: false
    Text: 79 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718619
    Type: 4
    Absolute Location: (X = 356, Y = 230)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 28
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718620
    Type: 6
    Absolute Location: (X = 268, Y = 266)
    Horizontal scroll thumb size: 38
    Vertical Scroll Thumb Size: 35
    
    ComponentId: 29
    Visible: false
    Text: Draconic jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718621
    Type: 4
    Absolute Location: (X = 306, Y = 263)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 30
    Visible: false
    Text: 80 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718622
    Type: 4
    Absolute Location: (X = 356, Y = 281)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 31
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718623
    Type: 4
    Absolute Location: (X = 65, Y = 61)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 32
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718624
    Type: 4
    Absolute Location: (X = 65, Y = 111)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 33
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718625
    Type: 4
    Absolute Location: (X = 66, Y = 161)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 34
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718626
    Type: 4
    Absolute Location: (X = 65, Y = 212)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 35
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718627
    Type: 4
    Absolute Location: (X = 66, Y = 261)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 36
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718628
    Type: 4
    Absolute Location: (X = 283, Y = 62)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 37
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718629
    Type: 4
    Absolute Location: (X = 283, Y = 111)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 38
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718630
    Type: 4
    Absolute Location: (X = 284, Y = 161)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 39
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718631
    Type: 4
    Absolute Location: (X = 282, Y = 212)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 40
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718632
    Type: 4
    Absolute Location: (X = 284, Y = 261)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 41
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718633
    Type: 0
    Absolute Location: (X = 8, Y = 8)
    Horizontal scroll thumb size: 16
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 42
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 297
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): true
    Hash: 4718634
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 16391
    
    ComponentId: 43
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2043
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718635
    Type: 5
    Absolute Location: (X = 0, Y = 326)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 12877
    
    ComponentId: 44
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2045
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718636
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16384
    Vertical Scroll Thumb Size: 70
    
    ComponentId: 45
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2044
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718637
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16384
    Vertical Scroll Thumb Size: 46
    
    ComponentId: 46
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1123
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718638
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 47
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1124
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718639
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 64
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 48
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1125
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718640
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 49
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 822
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718641
    Type: 5
    Absolute Location: (X = 0, Y = -12)
    Horizontal scroll thumb size: 64
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 50
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 826
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718642
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 51
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 823
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718643
    Type: 5
    Absolute Location: (X = -12, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 64
    
    ComponentId: 52
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 827
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718644
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 53
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 821
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718645
    Type: 5
    Absolute Location: (X = -13, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 64
    
    ComponentId: 54
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 831
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): true
    Hash: 4718646
    Type: 5
    Absolute Location: (X = 11, Y = 3)
    Horizontal scroll thumb size: 16
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 55
    Visible: true
    Text: Known Jadinko Requirements
    Text Color: 13150820
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718647
    Type: 4
    Absolute Location: (X = 0, Y = -11)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 56
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718648
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 57
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718649
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 58
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718650
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 497
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 59
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 0
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718651
    Type: 6
    Absolute Location: (X = 290, Y = 161)
    Horizontal scroll thumb size: 249
    Vertical Scroll Thumb Size: 146
    
    ComponentId: 60
    Visible: true
    Text: Basic Jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718652
    Type: 4
    Absolute Location: (X = 30, Y = 34)
    Horizontal scroll thumb size: 452
    Vertical Scroll Thumb Size: 31
    
    ComponentId: 61
    Visible: true
    Text: Test test test test test
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718653
    Type: 4
    Absolute Location: (X = 30, Y = 59)
    Horizontal scroll thumb size: 453
    Vertical Scroll Thumb Size: 117
    
    ComponentId: 62
    Visible: true
    Text: This creature is attracted by: <br>   Any flower type.
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718654
    Type: 4
    Absolute Location: (X = 30, Y = 180)
    Horizontal scroll thumb size: 261
    Vertical Scroll Thumb Size: 111
    
    ComponentId: 63
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4032
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718655
    Type: 5
    Absolute Location: (X = 43, Y = 291)
    Horizontal scroll thumb size: 26
    Vertical Scroll Thumb Size: 26
    
    ComponentId: 64
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718656
    Type: 5
    Absolute Location: (X = 37, Y = 260)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 65
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718657
    Type: 5
    Absolute Location: (X = 37, Y = 211)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 66
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718658
    Type: 5
    Absolute Location: (X = 37, Y = 161)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 67
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718659
    Type: 5
    Absolute Location: (X = 37, Y = 111)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 68
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718660
    Type: 5
    Absolute Location: (X = 37, Y = 61)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 69
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718661
    Type: 5
    Absolute Location: (X = 255, Y = 260)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 45
    
    ComponentId: 70
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718662
    Type: 5
    Absolute Location: (X = 255, Y = 211)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 71
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718663
    Type: 5
    Absolute Location: (X = 255, Y = 161)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 72
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718664
    Type: 5
    Absolute Location: (X = 255, Y = 111)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 73
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718665
    Type: 5
    Absolute Location: (X = 255, Y = 61)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 74
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718666
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 75
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4032
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718667
    Type: 5
    Absolute Location: (X = 19, Y = 291)
    Horizontal scroll thumb size: 26
    Vertical Scroll Thumb Size: 26
    
    ComponentId: 76
    Visible: true
    Text: Back
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): true
    Hash: 4718668
    Type: 4
    Absolute Location: (X = 18, Y = 286)
    Horizontal scroll thumb size: 54
    Vertical Scroll Thumb Size: 35


    You can then add the text with:

    Code:
    public void sendInterface() {
        player.getPackets().sendIComponentText(72, X, "Text");//X would be the componentId
        player.getInterfaceManager().sendInterface(72);
    }
    Hope this helped.
    Project thread
    Reply With Quote  
     

  3. #3  
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    Quote Originally Posted by clem585 View Post
    Mgi Interface viewer is not really great for the objective you're trying to reach. Try a simple code to find the component Ids. For example, in ButtonHandler:

    Code:
    //This is to find the clickable buttons ids
    if (interface == 72) {
        player.getPackets().sendGameMessage("ComponentID: "+componentId);
    }
    As for rewriting strings, well try to find the ones in the list with "Text: Undiscovered" next to them.

    Spoiler for List:
    Code:
    
    ComponentId: 0
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718592
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 1
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718593
    Type: 6
    Absolute Location: (X = 47, Y = 64)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 35
    
    ComponentId: 2
    Visible: false
    Text: Common jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718594
    Type: 4
    Absolute Location: (X = 88, Y = 65)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 3
    Visible: false
    Text:  70 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718595
    Type: 4
    Absolute Location: (X = 132, Y = 79)
    Horizontal scroll thumb size: 66
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 4
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718596
    Type: 6
    Absolute Location: (X = 47, Y = 116)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 37
    
    ComponentId: 5
    Visible: false
    Text: Shadow jadinko 
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718597
    Type: 4
    Absolute Location: (X = 88, Y = 115)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 14
    
    ComponentId: 6
    Visible: false
    Text: 71 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718598
    Type: 4
    Absolute Location: (X = 137, Y = 131)
    Horizontal scroll thumb size: 65
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 7
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718599
    Type: 6
    Absolute Location: (X = 46, Y = 166)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 8
    Visible: false
    Text: Diseased jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718600
    Type: 4
    Absolute Location: (X = 87, Y = 165)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 9
    Visible: false
    Text: 78 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718601
    Type: 4
    Absolute Location: (X = 138, Y = 181)
    Horizontal scroll thumb size: 58
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 10
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718602
    Type: 6
    Absolute Location: (X = 47, Y = 215)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 11
    Visible: false
    Text: Igneous jadinko 
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718603
    Type: 4
    Absolute Location: (X = 86, Y = 214)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 12
    Visible: false
    Text:  74 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718604
    Type: 4
    Absolute Location: (X = 135, Y = 231)
    Horizontal scroll thumb size: 66
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 13
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718605
    Type: 6
    Absolute Location: (X = 48, Y = 265)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 14
    Visible: false
    Text: Cannibal jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718606
    Type: 4
    Absolute Location: (X = 86, Y = 264)
    Horizontal scroll thumb size: 154
    Vertical Scroll Thumb Size: 15
    
    ComponentId: 15
    Visible: false
    Text: 75 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718607
    Type: 4
    Absolute Location: (X = 140, Y = 280)
    Horizontal scroll thumb size: 60
    Vertical Scroll Thumb Size: 14
    
    ComponentId: 16
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718608
    Type: 6
    Absolute Location: (X = 266, Y = 65)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 17
    Visible: false
    Text: Aquatic jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718609
    Type: 4
    Absolute Location: (X = 306, Y = 65)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 17
    
    ComponentId: 18
    Visible: false
    Text: 76 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718610
    Type: 4
    Absolute Location: (X = 356, Y = 81)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 19
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718611
    Type: 6
    Absolute Location: (X = 265, Y = 115)
    Horizontal scroll thumb size: 47
    Vertical Scroll Thumb Size: 38
    
    ComponentId: 20
    Visible: false
    Text: Amphibious jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718612
    Type: 4
    Absolute Location: (X = 312, Y = 114)
    Horizontal scroll thumb size: 146
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 21
    Visible: false
    Text: 77 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718613
    Type: 4
    Absolute Location: (X = 356, Y = 131)
    Horizontal scroll thumb size: 55
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 22
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718614
    Type: 6
    Absolute Location: (X = 266, Y = 166)
    Horizontal scroll thumb size: 39
    Vertical Scroll Thumb Size: 36
    
    ComponentId: 23
    Visible: false
    Text: Carrion jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718615
    Type: 4
    Absolute Location: (X = 305, Y = 165)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 24
    Visible: false
    Text: 78 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718616
    Type: 4
    Absolute Location: (X = 356, Y = 180)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 25
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718617
    Type: 6
    Absolute Location: (X = 265, Y = 215)
    Horizontal scroll thumb size: 40
    Vertical Scroll Thumb Size: 37
    
    ComponentId: 26
    Visible: false
    Text: Camouflaged jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718618
    Type: 4
    Absolute Location: (X = 306, Y = 214)
    Horizontal scroll thumb size: 152
    Vertical Scroll Thumb Size: 20
    
    ComponentId: 27
    Visible: false
    Text: 79 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718619
    Type: 4
    Absolute Location: (X = 356, Y = 230)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 28
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 400
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718620
    Type: 6
    Absolute Location: (X = 268, Y = 266)
    Horizontal scroll thumb size: 38
    Vertical Scroll Thumb Size: 35
    
    ComponentId: 29
    Visible: false
    Text: Draconic jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718621
    Type: 4
    Absolute Location: (X = 306, Y = 263)
    Horizontal scroll thumb size: 153
    Vertical Scroll Thumb Size: 18
    
    ComponentId: 30
    Visible: false
    Text: 80 Hunter
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718649
    Has Script(s): false
    Hash: 4718622
    Type: 4
    Absolute Location: (X = 356, Y = 281)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 31
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718623
    Type: 4
    Absolute Location: (X = 65, Y = 61)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 32
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718624
    Type: 4
    Absolute Location: (X = 65, Y = 111)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 33
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718625
    Type: 4
    Absolute Location: (X = 66, Y = 161)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 34
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718626
    Type: 4
    Absolute Location: (X = 65, Y = 212)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 35
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718627
    Type: 4
    Absolute Location: (X = 66, Y = 261)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 36
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718628
    Type: 4
    Absolute Location: (X = 283, Y = 62)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 37
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718629
    Type: 4
    Absolute Location: (X = 283, Y = 111)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 38
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718630
    Type: 4
    Absolute Location: (X = 284, Y = 161)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 39
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718631
    Type: 4
    Absolute Location: (X = 282, Y = 212)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 40
    Visible: true
    Text: Undiscovered
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718666
    Has Script(s): false
    Hash: 4718632
    Type: 4
    Absolute Location: (X = 284, Y = 261)
    Horizontal scroll thumb size: 156
    Vertical Scroll Thumb Size: 40
    
    ComponentId: 41
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718633
    Type: 0
    Absolute Location: (X = 8, Y = 8)
    Horizontal scroll thumb size: 16
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 42
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 297
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): true
    Hash: 4718634
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 16391
    
    ComponentId: 43
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2043
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718635
    Type: 5
    Absolute Location: (X = 0, Y = 326)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 12877
    
    ComponentId: 44
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2045
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718636
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16384
    Vertical Scroll Thumb Size: 70
    
    ComponentId: 45
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: 2044
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718637
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 16384
    Vertical Scroll Thumb Size: 46
    
    ComponentId: 46
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1123
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718638
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 47
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1124
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718639
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 64
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 48
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 1125
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718640
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 49
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 822
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718641
    Type: 5
    Absolute Location: (X = 0, Y = -12)
    Horizontal scroll thumb size: 64
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 50
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 826
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718642
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 51
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 823
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718643
    Type: 5
    Absolute Location: (X = -12, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 64
    
    ComponentId: 52
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 827
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718644
    Type: 5
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 32
    
    ComponentId: 53
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 821
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718645
    Type: 5
    Absolute Location: (X = -13, Y = 0)
    Horizontal scroll thumb size: 32
    Vertical Scroll Thumb Size: 64
    
    ComponentId: 54
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 831
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): true
    Hash: 4718646
    Type: 5
    Absolute Location: (X = 11, Y = 3)
    Horizontal scroll thumb size: 16
    Vertical Scroll Thumb Size: 16
    
    ComponentId: 55
    Visible: true
    Text: Known Jadinko Requirements
    Text Color: 13150820
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718633
    Has Script(s): false
    Hash: 4718647
    Type: 4
    Absolute Location: (X = 0, Y = -11)
    Horizontal scroll thumb size: 16391
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 56
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718648
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 57
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718649
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 58
    Visible: false
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: -1
    Has Script(s): false
    Hash: 4718650
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 497
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 59
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 0
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718651
    Type: 6
    Absolute Location: (X = 290, Y = 161)
    Horizontal scroll thumb size: 249
    Vertical Scroll Thumb Size: 146
    
    ComponentId: 60
    Visible: true
    Text: Basic Jadinko
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718652
    Type: 4
    Absolute Location: (X = 30, Y = 34)
    Horizontal scroll thumb size: 452
    Vertical Scroll Thumb Size: 31
    
    ComponentId: 61
    Visible: true
    Text: Test test test test test
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718653
    Type: 4
    Absolute Location: (X = 30, Y = 59)
    Horizontal scroll thumb size: 453
    Vertical Scroll Thumb Size: 117
    
    ComponentId: 62
    Visible: true
    Text: This creature is attracted by: <br>   Any flower type.
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718654
    Type: 4
    Absolute Location: (X = 30, Y = 180)
    Horizontal scroll thumb size: 261
    Vertical Scroll Thumb Size: 111
    
    ComponentId: 63
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4032
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718655
    Type: 5
    Absolute Location: (X = 43, Y = 291)
    Horizontal scroll thumb size: 26
    Vertical Scroll Thumb Size: 26
    
    ComponentId: 64
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718656
    Type: 5
    Absolute Location: (X = 37, Y = 260)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 65
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718657
    Type: 5
    Absolute Location: (X = 37, Y = 211)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 66
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718658
    Type: 5
    Absolute Location: (X = 37, Y = 161)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 67
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718659
    Type: 5
    Absolute Location: (X = 37, Y = 111)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 68
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718660
    Type: 5
    Absolute Location: (X = 37, Y = 61)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 69
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718661
    Type: 5
    Absolute Location: (X = 255, Y = 260)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 45
    
    ComponentId: 70
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718662
    Type: 5
    Absolute Location: (X = 255, Y = 211)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 42
    
    ComponentId: 71
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718663
    Type: 5
    Absolute Location: (X = 255, Y = 161)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 72
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718664
    Type: 5
    Absolute Location: (X = 255, Y = 111)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 44
    
    ComponentId: 73
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4041
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718592
    Has Script(s): true
    Hash: 4718665
    Type: 5
    Absolute Location: (X = 255, Y = 61)
    Horizontal scroll thumb size: 213
    Vertical Scroll Thumb Size: 43
    
    ComponentId: 74
    Visible: true
    Text: 
    Text Color: 0
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718648
    Has Script(s): false
    Hash: 4718666
    Type: 0
    Absolute Location: (X = 0, Y = 0)
    Horizontal scroll thumb size: 512
    Vertical Scroll Thumb Size: 334
    
    ComponentId: 75
    Visible: true
    Text: 
    Text Color: 16777215
    Texture ID: 4032
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): false
    Hash: 4718667
    Type: 5
    Absolute Location: (X = 19, Y = 291)
    Horizontal scroll thumb size: 26
    Vertical Scroll Thumb Size: 26
    
    ComponentId: 76
    Visible: true
    Text: Back
    Text Color: 15394756
    Texture ID: -1
    Model Zoom: 100
    Model Type: 1
    Parent ID: 4718650
    Has Script(s): true
    Hash: 4718668
    Type: 4
    Absolute Location: (X = 18, Y = 286)
    Horizontal scroll thumb size: 54
    Vertical Scroll Thumb Size: 35


    You can then add the text with:

    Code:
    public void sendInterface() {
        player.getPackets().sendIComponentText(X, "Text");//X would be the componentId
        player.getInterfaceManager().sendInterface(72);
    }
    Hope this helped.

    I literally did every component string..

    Maybe it's a hidden component.? idk..just requesting help still.
    Reply With Quote  
     

  4. #4  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by slash123 View Post
    I literally did every component string..

    Maybe it's a hidden component.? idk..just requesting help still.
    You did not. I literally tested it 2 minutes ago and got this:



    If you can't even use alt+F idk what to tell you lol. Make sure you send the component's text with the interface.
    Project thread
    Reply With Quote  
     

  5. #5  
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    Quote Originally Posted by clem585 View Post
    You did not. I literally tested it 2 minutes ago and got this:



    If you can't even use alt+F idk what to tell you lol. Make sure you send the component's text with the interface.




    Firsty I did try all of the components, but I made a mistake of trying to do something like this ...lol

    Trail and error...............anyways thanks for help and snarky attitude.




    Code:
    } else if (componentId == 13) { //market
    				player.getInterfaceManager().sendInterface(72);
    				return;
    Reply With Quote  
     

  6. #6  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by slash123 View Post
    Firsty I did try all of the components, but I made a mistake of trying to do something like this ...lol

    Trail and error...............anyways thanks for help and snarky attitude.




    Code:
    } else if (componentId == 13) { //market
    				player.getInterfaceManager().sendInterface(72);
    				return;
    Lol. Dude, I gave you 100% of the code. If you didn't use it after asking for help and persisted into using yours which was the reason it wasn't working in the first place, of course I'm gonna be "snarky". If you ask for help, at least try the solutions the person gives you. The issue was probably the Text Override being sent after you clicked the interface. That's why I decided to make a whole reply with everything to be safe.
    Project thread
    Reply With Quote  
     

  7. #7  
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    Quote Originally Posted by clem585 View Post
    Lol. Dude, I gave you 100% of the code. If you didn't use it after asking for help and persisted into using yours which was the reason it wasn't working in the first place, of course I'm gonna be "snarky". If you ask for help, at least try the solutions the person gives you. The issue was probably the Text Override being sent after you clicked the interface. That's why I decided to make a whole reply with everything to be safe.
    okay, okay stalph I'll rep you..jeesus

    i
    Reply With Quote  
     

  8. #8  
    Registered Member
    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,669
    Thanks given
    1,043
    Thanks received
    820
    Rep Power
    1101
    You could easily to ::inters id here and if you're using matrix it should post the config id for each value

    EDIT :

    Code:
    public static int BOARD =  72;
    	
    	public static void sendBoard(Player player) {
    		player.getPackets().sendIComponentText(BOARD, 55, "Title");
    		player.getPackets().sendIComponentText(BOARD, 31, "text");
    		player.getPackets().sendIComponentText(BOARD, 32, "text");
    		player.getPackets().sendIComponentText(BOARD, 33, "text");
    		player.getPackets().sendIComponentText(BOARD, 34, "text");
    		player.getPackets().sendIComponentText(BOARD, 35, "text");
    		player.getPackets().sendIComponentText(BOARD, 36, "text");
    		player.getPackets().sendIComponentText(BOARD, 37, "text");
    		player.getPackets().sendIComponentText(BOARD, 38, "text");
    		player.getPackets().sendIComponentText(BOARD, 39, "text");
    		player.getPackets().sendIComponentText(BOARD, 40, "text");
    		player.getInterfaceManager().sendInterface(BOARD);
    	}
    Reply With Quote  
     

  9. #9  
    Donator
    slash123's Avatar
    Join Date
    Apr 2014
    Posts
    183
    Thanks given
    5
    Thanks received
    12
    Rep Power
    0
    Quote Originally Posted by Project P2P View Post
    You could easily to ::inters id here and if you're using matrix it should post the config id for each value

    EDIT :

    Code:
    public static int BOARD =  72;
    	
    	public static void sendBoard(Player player) {
    		player.getPackets().sendIComponentText(BOARD, 55, "Title");
    		player.getPackets().sendIComponentText(BOARD, 31, "text");
    		player.getPackets().sendIComponentText(BOARD, 32, "text");
    		player.getPackets().sendIComponentText(BOARD, 33, "text");
    		player.getPackets().sendIComponentText(BOARD, 34, "text");
    		player.getPackets().sendIComponentText(BOARD, 35, "text");
    		player.getPackets().sendIComponentText(BOARD, 36, "text");
    		player.getPackets().sendIComponentText(BOARD, 37, "text");
    		player.getPackets().sendIComponentText(BOARD, 38, "text");
    		player.getPackets().sendIComponentText(BOARD, 39, "text");
    		player.getPackets().sendIComponentText(BOARD, 40, "text");
    		player.getInterfaceManager().sendInterface(BOARD);
    	}
    Thanks that's what I'm using thanks for the help everybody :]
    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. Interface 72
    By Dot. in forum Help
    Replies: 4
    Last Post: 12-08-2013, 08:51 PM
  2. interface 72 "next page" help
    By The Conflict in forum Help
    Replies: 10
    Last Post: 07-28-2013, 01:19 AM
  3. Need Help with Interface 72 D:
    By nbness2 in forum Help
    Replies: 4
    Last Post: 09-19-2012, 05:47 AM
  4. Replies: 15
    Last Post: 09-15-2007, 06:48 PM
  5. Adding Gfz in WhiteScape And Advanced Level Interface
    By Santa Noobie in forum Tutorials
    Replies: 1
    Last Post: 05-29-2007, 10:52 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
  •