Search

 
 Join the Community, Create an EVE-ONLINE account or log in.

open All Channels
sepopen EVE Technology Lab
blankseplocked Where can i find the features of the Ingame Browser?
 
This thread is older than 90 days and has been locked due to inactivity.

New Topic   
 
Author Topic

Shalim Tilki
Posted - 2006.01.03 19:33:00 - [1]
 

Where can i find the features of the Ingame Browser?

Thanks in advance

Peace Fox

nonsequitur
Evolution
Band of Brothers
Posted - 2006.01.04 08:54:00 - [2]
 

Originally by: Shalim Tilki
Where can i find the features of the Ingame Browser?

Thanks in advance

Peace Fox


Currently the only "official" docs for the IGB reside HERE. The problem is they are lacking in several areas, including a few typographical errors and many sections with out-dated details... such as Corp role bits, and even new IGB headers not documented.

also, if you like you may download my IGBClass php scripts to use, learn from, or see some of the things that you can do with the IGB. The scripts are all documented in the comments throughout the code.

See the IGBClass 2.1.1 in action HERE.
Download the source HERE.

ps, yes there are some fugly green borders on those tables because RMR has added new "features" for people to explore, just not had the time to fix the style sheets.

Also, you should keep an eye on THIS thread in these forums as Traveler has been known to peek in, from time to time, to discuss the state of the IGB.

Inquisitus
Posted - 2006.01.14 16:22:00 - [3]
 

nonsequitur, does that IGB class use up to date corp roles?

nonsequitur
Evolution
Band of Brothers
Posted - 2006.01.15 00:23:00 - [4]
 

Originally by: Inquisitus
nonsequitur, does that IGB class use up to date corp roles?


Well, the last update to corp roles I added was for the "Communications Officer" role in bit 55. This was of course back in the cold war patch era. I have not taken time from RL work to go back though the corp control pannel and test each role since then to determine if I have any new roles availiable.

The Corp role header does not send all the roles that can be set for a member, fx. you can't see from the corp role header if they have been given any roles that allow them to grant others X role. And there are some pages on the granted roles that are not passed as well. The following roles were all that were sent the last time in Cold War I did a full run down the list checking for any and all bits set that were new. The // style comments should show basically what page in the role settings you need to look at to find the roles that will be sent in the IGB header. The Decimal value of said role can be found by raising 2 to the power of the bit number shown before role below.

2^0 = 1 = Director (all possible roles granted).
2^8 = 256 = Accountant (Corp accountant role).

so...

if they have roles Personnel Manager (7), Accountant (8), and can take view and take from Division 1 hanger (first tab), view div 1 (20) and take div 1 bit (13) your corp role header will send (2^7)+(2^8)+(2^13)+(2^20) or 1057152 in decimal.

*bit breakdown shown for those that don't already know how it is done.

Quote:

// General section
0 = DIRECTOR
7 = PERSONNEL_MANAGER
8 = ACCOUNTANT
9 = SECURITY_OFFICER
10 = FACTORY_MANAGER
11 = STATION_MANAGER
12 = AUDITOR
41 = CONFIG_DEPLOY
49 = RENT_OFFICE
50 = RENT_FACTORY
51 = RENT_RESEARCH
52 = JUNIOR_ACCOUNTANT
53 = CONFIG_STARBASE
54 = TRADER
55 = COMMUNICATIONS_OFFICER

// Divisional Roles 1-7 Hanger Can-Take
13 = DIV1_HANGER_CAN_TAKE
14 = DIV2_HANGER_CAN_TAKE
15 = DIV3_HANGER_CAN_TAKE
16 = DIV4_HANGER_CAN_TAKE
17 = DIV5_HANGER_CAN_TAKE
18 = DIV6_HANGER_CAN_TAKE
19 = DIV7_HANGER_CAN_TAKE

// Divisional Roles 1-7 Hanger Can-Query
20 = DIV1_HANGER_CAN_QUERY
21 = DIV2_HANGER_CAN_QUERY
22 = DIV3_HANGER_CAN_QUERY
23 = DIV4_HANGER_CAN_QUERY
24 = DIV5_HANGER_CAN_QUERY
25 = DIV6_HANGER_CAN_QUERY
26 = DIV7_HANGER_CAN_QUERY

// Divisional Roles 1-7 Account Can-Take
27 = DIV1_ACCOUNT_CAN_TAKE
28 = DIV2_ACCOUNT_CAN_TAKE
29 = DIV3_ACCOUNT_CAN_TAKE
30 = DIV4_ACCOUNT_CAN_TAKE
31 = DIV5_ACCOUNT_CAN_TAKE
32 = DIV6_ACCOUNT_CAN_TAKE
33 = DIV7_ACCOUNT_CAN_TAKE

// Divisional Roles 1-7 Account Can-Query
34 = DIV1_ACCOUNT_CAN_QUERY
35 = DIV2_ACCOUNT_CAN_QUERY
36 = DIV3_ACCOUNT_CAN_QUERY
37 = DIV4_ACCOUNT_CAN_QUERY
38 = DIV5_ACCOUNT_CAN_QUERY
39 = DIV6_ACCOUNT_CAN_QUERY
40 = DIV7_ACCOUNT_CAN_QUERY

// Container Access (Based At) section
42 = DIV1_CONTAINER_CAN_TAKE
43 = DIV2_CONTAINER_CAN_TAKE
44 = DIV3_CONTAINER_CAN_TAKE
45 = DIV4_CONTAINER_CAN_TAKE
46 = DIV5_CONTAINER_CAN_TAKE
47 = DIV6_CONTAINER_CAN_TAKE
48 = DIV7_CONTAINER_CAN_TAKE



If anyone has spotted any new headers or roles being sent, shoot me an email in game (nonsequitur) or find my out of game email in the comments at the top of the source in the IGB class download above. I will be happy to tweak the code and make the update.

Inquisitus
Posted - 2006.01.15 12:14:00 - [5]
 

Thanks for the info... unfortunately I don't have director privelages so I can't really test for any new roles Neutral

I'll nag one of the directors to though Laughing


 

This thread is older than 90 days and has been locked due to inactivity.

New Topic