Difference between revisions of "StartingLocationList (000001FC)"
From SWGANH Wiki
(→Struct) |
(→Struct) |
||
Line 34: | Line 34: | ||
<pre> | <pre> | ||
− | INT: StartingLocationsList | + | INT: StartingLocationsList |
{ | { | ||
− | ASTRING: city name (bestine, theed, coronet..) | + | ASTRING: city name (bestine, theed, coronet..) |
− | ASTRING: planet name (tatooine, naboo..) | + | ASTRING: planet name (tatooine, naboo..) |
− | INT: ? | + | INT: ? |
− | INT: ? | + | INT: ? |
− | ASTRING: ? | + | ASTRING: ? |
− | ASTRING: image style string (from datatables\creation\starting_locations.iff) ex: styles.location.tatooine.bestine | + | ASTRING: image style string (from datatables\creation\starting_locations.iff) ex: styles.location.tatooine.bestine |
− | ASTRING: ? | + | ASTRING: ? |
− | BYTE: boolean : travel route activated or not | + | BYTE: boolean : travel route activated or not |
} | } | ||
</pre> | </pre> |
Revision as of 08:41, 15 June 2008
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: 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 DescriptionscontrollerID = 000001FC |
Tags
|