StartingLocationList (000001FC)

From SWGANH Wiki
Revision as of 09:41, 15 June 2008 by Mugly (Talk | contribs) (Struct)

Jump to: navigation, search

Object Controller - StartingLocationList (000001FC)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


INT starting location count

<list count=element>

A_STRING city name
A_STRING planet name
INT ?
INT ?
A_STRING ?
A_STRING city image style path
A_STRING ?
BYTE (boolean) travel route activated

<element/>

INT:	    StartingLocationsList
{
ASTRING:    city name (bestine, theed, coronet..)
ASTRING:    planet name (tatooine, naboo..)
INT:        ?
INT:        ?
ASTRING:    ?
ASTRING:    image style string (from datatables\creation\starting_locations.iff)  ex: styles.location.tatooine.bestine
ASTRING:    ?
BYTE:	    boolean  : travel route activated or not
}

Sample packet

05 00 
46 5E CE 80 
1B 00 00 00
FC 01 00 00 
15 A8 0A 56 03 00 00 00
00 00 00 00 

06 00 00 00


//tatooine

!bestine
!tatooine
00 00 00 00
00 00 00 00
00 00
!styles.location.tatooine.bestine
00 00
01

!mos_eisley
!tatooine
00 00 00 00
00 00 00 00
00 00
!styles.location.tatooine.mos_eisley
00 00
01

!mos_espa
!tatooine
00 00 00 00
00 00 00 00
00 00
!styles.location.tatooine.mos_espa
00 00
01


//corellia

!coronet
!corellia
00 00 00 00
00 00 00 00
00 00
!styles.location.corellia.coronet
00 00
01

!tyrena
!corellia
00 00 00 00
00 00 00 00
00 00
!styles.location.corellia.tyrena
00 00
01


!kor_vela
!corellia
00 00 00 00
00 00 00 00
00 00
!styles.location.corellia.kor_vela
00 00
01




Variable Descriptions


controllerID = 000001FC


Tags


OCM This header is part of the ObjControllerMessage.

50% This packet has been partially reversed.