Thread: Barbarian Assault Role Icons?

Results 1 to 2 of 2
  1. #1 Barbarian Assault Role Icons? 
    Registered Member
    Join Date
    Mar 2019
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hi all! Looking for how to add the icons next to names on the Babarian Assault Current Team interface (id: 256) in 667 like next to the name in the image below:


    I've tried using sendItemOnIComponent which does work but I can't for the life of me find any items that look similar so I'm not sure it's that. Any help is appreciated!

    Bonus question... I assume I need to send something to this interface to ungrey the buttons that you can click to select a role (id: 493), anybody have ideas there?


    Interestingly it's the same icons I need for the interface... Wonder if there's any connection there

    Thanks!
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,556
    Thanks given
    652
    Thanks received
    640
    Rep Power
    358
    Quote Originally Posted by Miss Swifty View Post
    Hi all! Looking for how to add the icons next to names on the Babarian Assault Current Team interface (id: 256) in 667 like next to the name in the image below:


    I've tried using sendItemOnIComponent which does work but I can't for the life of me find any items that look similar so I'm not sure it's that. Any help is appreciated!

    Bonus question... I assume I need to send something to this interface to ungrey the buttons that you can click to select a role (id: 493), anybody have ideas there?


    Interestingly it's the same icons I need for the interface... Wonder if there's any connection there

    Thanks!
    Code:
    void script_1581(Widget widget0) {
    	Sprite sprite1;
    	int int2;
    	int int3;
    	string str4;
    	string str5;
    	str4 = "";
    	sprite1 = 494;
    	int2 = 32243761;
    	switch (widget0) {
    		case widget(488, 3):
    			str4 = STRING[212];
    			break;
    		case widget(488, 8):
    			str4 = STRING[213];
    			break;
    		case widget(488, 13):
    			str4 = STRING[214];
    			break;
    		case widget(488, 18):
    			str4 = STRING[215];
    			break;
    		case widget(492, 15):
    			str4 = STRING[212];
    			break;
    		case widget(492, 16):
    			str4 = STRING[213];
    			break;
    		case widget(492, 17):
    			str4 = STRING[214];
    			break;
    		case widget(492, 18):
    			str4 = STRING[215];
    			break;
    		case widget(492, 19):
    			str4 = STRING[216];
    			break;
    		case widget(493, 27):
    			str4 = STRING[212];
    			break;
    		case widget(493, 28):
    			str4 = STRING[213];
    			break;
    		case widget(493, 29):
    			str4 = STRING[214];
    			break;
    		case widget(493, 30):
    			str4 = STRING[215];
    			break;
    		case widget(493, 31):
    			str4 = STRING[216];
    			break;
    	}
    	switch (widget0) {
    		case widget(488, 3):
    		case widget(488, 8):
    		case widget(488, 13):
    		case widget(488, 18):
    			sprite1 = 495;
    			int2 = 31981595;
    			break;
    		case widget(493, 27):
    		case widget(493, 28):
    		case widget(493, 29):
    		case widget(493, 30):
    		case widget(493, 31):
    			sprite1 = 495;
    			int2 = 32309304;
    			break;
    	}
    	str5 = str4;
    	int3 = widget0.getWidth();
    	if (getMaxLineWidth(str5 + " ", 2147483647, sprite1) > int3) {
    		while (getMaxLineWidth(str5 + "... ", 2147483647, sprite1) > int3) {
    			str5 = substr(str5, 0, length(str5) - 1);
    		}
    		widget0.hookMouseHover(&script_38(CTX_WIDGET, widget(int2), str4, 25, 5000));
    		widget0.hookMouseExit(&script_40(widget(int2)));
    		str4 = str5 + "...";
    	} else {
    		widget0.hookMouseHover(null);
    		widget0.hookMouseExit(null);
    	}
    	switch (widget0) {
    		case widget(488, 3):
    		case widget(488, 8):
    		case widget(488, 13):
    		case widget(488, 18):
    			if (compare(str4, "") == 0 || compare(str4, "null") == 0) {
    				str4 = "---";
    			}
    			break;
    		case widget(492, 15):
    		case widget(492, 16):
    		case widget(492, 17):
    		case widget(492, 18):
    		case widget(492, 19):
    		case widget(493, 27):
    		case widget(493, 28):
    		case widget(493, 29):
    		case widget(493, 30):
    		case widget(493, 31):
    			if (compare(str4, "") == 0 || compare(str4, "null") == 0) {
    				str4 = "none set";
    			}
    			break;
    	}
    	widget0.setText(str4);
    	return;
    }
    Seems to be string 212-216 for the names. I can't seem to find anything for roles after searching for an hour. Maybe send the models manually?

    Code:
     Interface 493, revision 634
    
    
    ComponentId: 0
    Name: 
    Type: 0 ( Regular )
    Visible: true
    Hash: -1
    Parent id: -1
    Has Script(s): false
    Coords: ( 0, 0 )
    Size: ( 512, 334 )
    
    
    
    
    ComponentId: 1
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20571
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65484
    Has Script(s): true
    Coords: ( 3, 5 )
    Size: ( 55, 54 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309249, 20571, ]
    
    
    
    ComponentId: 2
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20565
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65483
    Has Script(s): true
    Coords: ( 9, 2 )
    Size: ( 45, 57 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309250, 20565, ]
    
    
    
    ComponentId: 3
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20562
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65517
    Has Script(s): true
    Coords: ( 2, 0 )
    Size: ( 59, 58 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309251, 20562, ]
    
    
    
    ComponentId: 4
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 19339
    Model zoom: 721
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 2, 22 )
    Size: ( 510, 289 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 5
    Name: 
    Type: 4 ( Text )
    Text: Player 2 Interface Screen
    Text color: 16750623
    Fond Id: 496
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 51, 28 )
    Size: ( 225, 17 )
    
    
    
    
    ComponentId: 6
    Name: 
    Type: 4 ( Text )
    Text: Decline
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 401, 235 )
    Size: ( 40, 14 )
    
    Scripts: [ 45, 32309254, 16777215, 16750623, ]
    
    
    
    ComponentId: 7
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20560
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 228, 95 )
    Size: ( 55, 55 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 8
    Name: 
    Type: 4 ( Text )
    Text: Attacker
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 227, 153 )
    Size: ( 60, 14 )
    
    Scripts: [ 45, 32309256, 16777215, 16750623, ]
    
    
    
    ComponentId: 9
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20567
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 295, 105 )
    Size: ( 47, 56 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 10
    Name: 
    Type: 4 ( Text )
    Text: Defender
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 280, 167 )
    Size: ( 75, 15 )
    
    Scripts: [ 45, 32309258, 16777215, 16750623, ]
    
    
    
    ComponentId: 11
    Name: 
    Type: 4 ( Text )
    Text: Collector
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 351, 154 )
    Size: ( 60, 15 )
    
    Scripts: [ 45, 32309259, 16777215, 16750623, ]
    
    
    
    ComponentId: 12
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20564
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 361, 95 )
    Size: ( 41, 53 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 13
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20570
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 420, 108 )
    Size: ( 51, 51 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 14
    Name: 
    Type: 4 ( Text )
    Text: Healer
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 416, 168 )
    Size: ( 60, 15 )
    
    Scripts: [ 45, 32309262, 16777215, 16750623, ]
    
    
    
    ComponentId: 15
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 8685
    Model zoom: 1168
    Roation X, Y, Z: ( 444, 2020, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 317, 187 )
    Size: ( 43, 45 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309263, 20558, 8685, ]
    
    
    
    ComponentId: 16
    Name: 
    Type: 4 ( Text )
    Text: Accept
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 319, 234 )
    Size: ( 39, 14 )
    
    Scripts: [ 45, 32309264, 16777215, 16750623, ]
    
    
    
    ComponentId: 17
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 8684
    Model zoom: 1296
    Roation X, Y, Z: ( 501, 2014, 0 )
    Main Unlock Param: 2
    Secondary Unlock Param: -1
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 399, 187 )
    Size: ( 43, 45 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309265, 20530, 8684, ]
    
    
    
    ComponentId: 18
    Name: 
    Type: 4 ( Text )
    Text: None
    Text color: 16750623
    Fond Id: 496
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 278, 73 )
    Size: ( 195, 14 )
    
    
    
    
    ComponentId: 19
    Name: 
    Type: 0 ( Regular )
    Visible: false
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 224, 93 )
    Size: ( 63, 65 )
    
    
    
    
    ComponentId: 20
    Name: 
    Type: 0 ( Regular )
    Visible: false
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 278, 251 )
    Size: ( 191, 32 )
    
    
    
    
    ComponentId: 21
    Name: 
    Type: 4 ( Text )
    Text: Waiting for player 1 to accept...
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 279, 252 )
    Size: ( 189, 30 )
    
    
    
    
    ComponentId: 22
    Name: 
    Type: 4 ( Text )
    Text: The team:
    Text color: 16750623
    Fond Id: 496
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 81, 43 )
    Size: ( 103, 15 )
    
    
    
    
    ComponentId: 23
    Name: 
    Type: 4 ( Text )
    Text: Name
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 44, 75 )
    Size: ( 50, 15 )
    
    
    
    
    ComponentId: 24
    Name: 
    Type: 4 ( Text )
    Text: Role
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 44, 93 )
    Size: ( 44, 15 )
    
    
    
    
    ComponentId: 25
    Name: 
    Type: 4 ( Text )
    Text: --- Leader ---
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 44, 59 )
    Size: ( 101, 15 )
    
    
    
    
    ComponentId: 26
    Name: 
    Type: 4 ( Text )
    Text: --- Followers ---
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 117 )
    Size: ( 101, 15 )
    
    
    
    
    ComponentId: 27
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 93, 75 )
    Size: ( 108, 15 )
    
    Global_Strings: [ 212, ]
    Scripts: [ 1581, ]
    
    
    
    ComponentId: 28
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 94, 133 )
    Size: ( 108, 15 )
    
    Global_Strings: [ 213, ]
    Scripts: [ 1581, ]
    
    
    
    ComponentId: 29
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 94, 174 )
    Size: ( 108, 15 )
    
    Global_Strings: [ 214, ]
    Scripts: [ 1581, ]
    
    
    
    ComponentId: 30
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 94, 214 )
    Size: ( 108, 15 )
    
    Global_Strings: [ 215, ]
    Scripts: [ 1581, ]
    
    
    
    ComponentId: 31
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): true
    Coords: ( 93, 256 )
    Size: ( 108, 15 )
    
    Global_Strings: [ 216, ]
    Scripts: [ 1581, ]
    
    
    
    ComponentId: 32
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 93, 93 )
    Size: ( 108, 15 )
    
    
    
    
    ComponentId: 33
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 94, 151 )
    Size: ( 108, 15 )
    
    
    
    
    ComponentId: 34
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 94, 192 )
    Size: ( 108, 15 )
    
    
    
    
    ComponentId: 35
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 94, 232 )
    Size: ( 108, 15 )
    
    
    
    
    ComponentId: 36
    Name: 
    Type: 4 ( Text )
    Text: none set
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 93, 274 )
    Size: ( 108, 15 )
    
    
    
    
    ComponentId: 37
    Name: 
    Type: 4 ( Text )
    Text: Wave
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 201, 58 )
    Size: ( 30, 15 )
    
    
    
    
    ComponentId: 38
    Name: 
    Type: 4 ( Text )
    Text: 0
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 209, 79 )
    Size: ( 8, 14 )
    
    
    
    
    ComponentId: 39
    Name: 
    Type: 4 ( Text )
    Text: 0
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 210, 141 )
    Size: ( 8, 14 )
    
    
    
    
    ComponentId: 40
    Name: 
    Type: 4 ( Text )
    Text: 0
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 210, 183 )
    Size: ( 8, 14 )
    
    
    
    
    ComponentId: 41
    Name: 
    Type: 4 ( Text )
    Text: 0
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 210, 223 )
    Size: ( 8, 14 )
    
    
    
    
    ComponentId: 42
    Name: 
    Type: 4 ( Text )
    Text: 0
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 210, 267 )
    Size: ( 8, 14 )
    
    
    
    
    ComponentId: 43
    Name: 
    Type: 4 ( Text )
    Text: Please select a role!<br>Current Role:
    Text color: 16750623
    Fond Id: 496
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 279, 38 )
    Size: ( 196, 31 )
    
    
    
    
    ComponentId: 44
    Name: 
    Type: 4 ( Text )
    Text: Name
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 133 )
    Size: ( 50, 15 )
    
    
    
    
    ComponentId: 45
    Name: 
    Type: 4 ( Text )
    Text: Role
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 151 )
    Size: ( 44, 15 )
    
    
    
    
    ComponentId: 46
    Name: 
    Type: 4 ( Text )
    Text: Name
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 174 )
    Size: ( 50, 15 )
    
    
    
    
    ComponentId: 47
    Name: 
    Type: 4 ( Text )
    Text: Role
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 192 )
    Size: ( 44, 15 )
    
    
    
    
    ComponentId: 48
    Name: 
    Type: 4 ( Text )
    Text: Name
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 214 )
    Size: ( 50, 15 )
    
    
    
    
    ComponentId: 49
    Name: 
    Type: 4 ( Text )
    Text: Role
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 45, 232 )
    Size: ( 44, 15 )
    
    
    
    
    ComponentId: 50
    Name: 
    Type: 4 ( Text )
    Text: Name
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 44, 256 )
    Size: ( 50, 15 )
    
    
    
    
    ComponentId: 51
    Name: 
    Type: 4 ( Text )
    Text: Role
    Text color: 16750623
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 44, 274 )
    Size: ( 44, 15 )
    
    
    
    
    ComponentId: 52
    Name: 
    Type: 0 ( Regular )
    Visible: false
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 415, 101 )
    Size: ( 63, 65 )
    
    
    
    
    ComponentId: 53
    Name: 
    Type: 0 ( Regular )
    Visible: false
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 350, 91 )
    Size: ( 63, 65 )
    
    
    
    
    ComponentId: 54
    Name: 
    Type: 0 ( Regular )
    Visible: false
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 289, 100 )
    Size: ( 63, 65 )
    
    
    
    
    ComponentId: 55
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 20568
    Model zoom: 1074
    Roation X, Y, Z: ( 585, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65482
    Has Script(s): true
    Coords: ( 5, 3 )
    Size: ( 49, 60 )
    AnimationId: 65535
    
    Scripts: [ 67, 32309303, 20568, ]
    
    
    
    ComponentId: 56
    Name: 
    Type: 0 ( Regular )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 148, 260 )
    Size: ( 50, 7 )
    Code:
     Interface 256, revision 634
    
    
    ComponentId: 0
    Name: 
    Type: 0 ( Regular )
    Visible: true
    Hash: -1
    Parent id: -1
    Has Script(s): false
    Coords: ( 0, 1 )
    Size: ( 278, 110 )
    
    
    
    
    ComponentId: 1
    Name: 
    Type: 3 ( Shape )
    Color: 0
    Filled: false
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 5, 5 )
    Size: ( 10, 18 )
    
    
    
    
    ComponentId: 2
    Name: 
    Type: 3 ( Shape )
    Color: 0
    Filled: false
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 5, 22 )
    Size: ( 10, 82 )
    
    
    
    
    ComponentId: 3
    Name: 
    Type: 3 ( Shape )
    Color: 0
    Filled: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 5, 5 )
    Size: ( 10, 18 )
    
    
    
    
    ComponentId: 4
    Name: 
    Type: 3 ( Shape )
    Color: 0
    Filled: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 5, 22 )
    Size: ( 10, 82 )
    
    
    
    
    ComponentId: 5
    Name: 
    Type: 4 ( Text )
    Text: Current team
    Text color: 16754719
    Fond Id: 496
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 7 )
    Size: ( 165, 16 )
    
    
    
    
    ComponentId: 6
    Name: 
    Type: 4 ( Text )
    Text: -----
    Text color: 16754719
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 88, 26 )
    Size: ( 111, 16 )
    
    
    
    
    ComponentId: 7
    Name: 
    Type: 4 ( Text )
    Text: -----
    Text color: 16754719
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 88, 41 )
    Size: ( 111, 16 )
    
    
    
    
    ComponentId: 8
    Name: 
    Type: 4 ( Text )
    Text: -----
    Text color: 16754719
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 88, 56 )
    Size: ( 111, 16 )
    
    
    
    
    ComponentId: 9
    Name: 
    Type: 4 ( Text )
    Text: -----
    Text color: 16754719
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 88, 71 )
    Size: ( 111, 16 )
    
    
    
    
    ComponentId: 10
    Name: 
    Type: 4 ( Text )
    Text: -----
    Text color: 16754719
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 88, 86 )
    Size: ( 111, 16 )
    
    
    
    
    ComponentId: 11
    Name: 
    Type: 4 ( Text )
    Text: Leader:
    Text color: 16754688
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 26 )
    Size: ( 46, 16 )
    
    
    
    
    ComponentId: 12
    Name: 
    Type: 4 ( Text )
    Text: Player 1:
    Text color: 16754688
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 41 )
    Size: ( 46, 16 )
    
    
    
    
    ComponentId: 13
    Name: 
    Type: 4 ( Text )
    Text: Player 2:
    Text color: 16754688
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 56 )
    Size: ( 46, 16 )
    
    
    
    
    ComponentId: 14
    Name: 
    Type: 4 ( Text )
    Text: Player 3:
    Text color: 16754688
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 71 )
    Size: ( 46, 16 )
    
    
    
    
    ComponentId: 15
    Name: 
    Type: 4 ( Text )
    Text: Player 4:
    Text color: 16754688
    Fond Id: 495
    Inventory text: true
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 28, 86 )
    Size: ( 46, 16 )
    
    
    
    
    ComponentId: 16
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 65535
    Model zoom: 4000
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 11, 27 )
    Size: ( 16, 16 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 17
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 65535
    Model zoom: 4000
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 11, 42 )
    Size: ( 16, 16 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 18
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 65535
    Model zoom: 4000
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 11, 57 )
    Size: ( 16, 16 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 19
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 65535
    Model zoom: 4000
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 13, 72 )
    Size: ( 13, 15 )
    AnimationId: 65535
    
    
    
    
    ComponentId: 20
    Name: 
    Type: 6 ( Model/Sprite )
    Model Id: 65535
    Model zoom: 4000
    Roation X, Y, Z: ( 512, 0, 0 )
    Visible: true
    Hash: -1
    Parent id: -65536
    Has Script(s): false
    Coords: ( 13, 87 )
    Size: ( 13, 15 )
    AnimationId: 65535
    Good luck
    Project thread
    [Only registered and activated users can see links. ]
    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. Barbarian assault icons
    By Pandemia in forum Requests
    Replies: 1
    Last Post: 02-28-2015, 07:52 PM
  2. Barbarian Assault NPC's - Models + Ints
    By Josh in forum Models
    Replies: 19
    Last Post: 01-30-2010, 08:50 PM
  3. [95%] barbarian assault reward interface
    By Robin Spud in forum Show-off
    Replies: 29
    Last Post: 08-04-2009, 10:25 PM
  4. 508 Barbarian Assault Project
    By Encouragin in forum Projects
    Replies: 39
    Last Post: 02-15-2009, 03:35 PM
  5. Barbarian Assault Rings
    By Cky Poons in forum Requests
    Replies: 0
    Last Post: 11-11-2008, 05:08 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
  •