Difference between revisions of "The Thousand Maws of Toto-Rak"

From FFXIV Classic Wiki
Jump to: navigation, search
(Map Objects)
(Photocells)
 
(22 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
==Dungeon Mechanics==
 
==Dungeon Mechanics==
 +
 +
* Instanced
 +
* 2-4 Players
 +
* 1 hour timelimit
 +
* Bosses: Antares, Sargas, Shaula (Only 1 of em)
  
 
==Loot Table==
 
==Loot Table==
  
 
==Quests==
 
==Quests==
 +
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
! colspan=5 | <strong>Grand Company Quests</strong>
 +
|-
 +
! Quest ID
 +
! File
 +
! Quest Name
 +
|-
 +
| 111410
 +
| com5l0
 +
| Imperial Devices (Limsa Lominsa)
 +
|-
 +
| 111610
 +
| com5g0
 +
| Imperial Devices (Gridania)
 +
|-
 +
| 111810
 +
| com5u0
 +
| Imperial Devices (Ul`Dah)
 +
|}
  
 
==Special Actors==
 
==Special Actors==
  
===Photo Cells===
+
===Posters===
 +
 
 +
Throughout Toto-Rak are posters from some Gridanian expedition. The class for these is <code>RaidDungeonPoster</code>, id <code>1200227</code>. When talked to, the event <code>eventTalkRead</code> is called, with a parameter number from 1 to 10 specifying the message.
 +
 
 +
===Photocells===
 +
 
 +
Players pickup photocells to open up barriers blocking their path. The class for these is  <code>RaidDungeonLight</code>, id <code>1200226</code>. The event  <code>askYesNo</code> simply shows an ask widget if they want to pick it up.
 +
 
 +
If they pick it up, worldMaster id <code>52023</code> will play "You obtain a magitek photocell.", followed by id <code>52024</code> "You currently possess # photocells".
 +
 
 +
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
! colspan=5 | <strong>First Barrier</strong>
 +
|-
 +
| Actor ID
 +
| Unique ID
 +
| X
 +
| Y
 +
| Z
 +
|-
 +
| rowspan="4" style="text-align: center;" | 2105801
 +
|
 +
| 1013.376
 +
| -39.033
 +
| 655.838
 +
|-
 +
|
 +
| 1028.583
 +
| -39
 +
| 715.237
 +
|-
 +
|
 +
| 1015.525
 +
| -42.716
 +
| 868.086
 +
|-
 +
|
 +
| 1141.456
 +
| -44.933
 +
| 755.754
 +
|}
 +
 
 +
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
! colspan=5 | <strong>Shaula Boss</strong>
 +
|-
 +
| Actor ID
 +
| Unique ID
 +
| X
 +
| Y
 +
| Z
 +
|-
 +
| rowspan="4" style="text-align: center;" | 2105801
 +
|
 +
| 1204.460
 +
| -50.443
 +
| 619.273
 +
|-
 +
|
 +
| 1241.639
 +
| -48.765
 +
| 648.973
 +
|-
 +
|
 +
| 1222.746
 +
| -51.057
 +
| 622.052
 +
|-
 +
|
 +
| 1278.979
 +
| -58.029
 +
| 620.939
 +
|}
 +
 
 +
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
! colspan=5 | <strong>Sargas Boss</strong>
 +
|-
 +
| Actor ID
 +
| Unique ID
 +
| X
 +
| Y
 +
| Z
 +
|-
 +
| rowspan="4" style="text-align: center;" | 2105801
 +
|
 +
| 1265.250
 +
| -54.001
 +
| 691.356
 +
|-
 +
|
 +
| 1317.279
 +
| -53.382
 +
| 708.558
 +
|-
 +
|
 +
| 1383.185
 +
| -55.106
 +
| 713.024
 +
|-
 +
|
 +
| 1327.079
 +
| -55.032
 +
| 745.965
 +
|}
 +
 
 +
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
 +
! colspan=5 | <strong>Antares Boss</strong>
 +
|-
 +
| Actor ID
 +
| Unique ID
 +
| X
 +
| Y
 +
| Z
 +
|-
 +
| rowspan="4" style="text-align: center;" | 2105801
 +
|
 +
| 1172.341
 +
| -41.997
 +
| 827.584
 +
|-
 +
|
 +
| 1274.352
 +
| -54.526
 +
| 792.363
 +
|-
 +
|
 +
| 1225.664
 +
| -52.712
 +
| 748.282
 +
|-
 +
|
 +
| 1204.630
 +
| -45.315
 +
| 900.182
 +
|}
  
 
===Barriers===
 
===Barriers===
  
===Magitek Devices===
+
After collecting photocells, players insert them into a magitek device. The class for this actor is  <code>RaidDungeonBarrier</code>, id potentially <code>1200228</code>. It has two events,  <code>eventTalkRead</code> and  <code>askYesNo</code>. The first one is displayed when you do not have sufficient photocells, the second show the ask widget to insert them.
 +
 
 +
Once inserted the map object barrier can be disabled using the `hide` animation. Theoretically a  <code>DoorServer</code> object keeps it open.
  
 
==Map Objects==
 
==Map Objects==
  
{| role="presentation" class="wikitable mw-mw-collapsible mw-collapsed"
+
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
! colspan="5" | <strong>Doors</strong>
+
! colspan=5 | <strong>Doors</strong>
 
|-
 
|-
 
!Layout ID
 
!Layout ID
Line 28: Line 186:
 
|313
 
|313
 
|3429
 
|3429
|align="right"| 940.997
+
|align="right"|940.997
|align="right"| -35.846
+
|align="right"|-35.846
|align="right"| 681.547  
+
|align="right"|681.547  
 +
|-
 +
|313
 +
|3430
 +
|align="right"|939.349
 +
|align="right"|-36.893
 +
|align="right"|693.996
 +
|-
 +
|313
 +
|3431
 +
|align="right"|947.020
 +
|align="right"|-36.893
 +
|align="right"|692.318
 +
|-
 +
|313
 +
|3432
 +
|align="right"|948.814
 +
|align="right"|-35.893
 +
|align="right"|680.026
 +
|-
 +
|313
 +
|3433
 +
|align="right"|1037.158
 +
|align="right"|-40.895
 +
|align="right"|715.801
 +
|-
 +
|313
 +
|3434
 +
|align="right"|1044.628
 +
|align="right"|-40.893
 +
|align="right"|714.015
 +
|-
 +
|313
 +
|3435
 +
|align="right"|1042.707
 +
|align="right"|-39.893
 +
|align="right"|726.218
 +
|-
 +
|313
 +
|3436
 +
|align="right"|1003.291
 +
|align="right"|-42.896
 +
|align="right"|778.030
 +
|-
 +
|313
 +
|3437
 +
|align="right"|1002.656
 +
|align="right"|-43.897
 +
|align="right"|793.864
 +
|-
 +
|313
 +
|3438
 +
|align="right"|1013.179
 +
|align="right"|-42.893
 +
|align="right"|777.798
 +
|-
 +
|313
 +
|3439
 +
|align="right"|1011.349
 +
|align="right"|-44.893
 +
|align="right"|808.131
 +
|-
 +
|313
 +
|3440
 +
|align="right"|1011.599
 +
|align="right"|-44.894
 +
|align="right"|823.816
 +
|-
 +
|313
 +
|3441
 +
|align="right"|1064.352
 +
|align="right"|-44.893
 +
|align="right"|883.818
 +
|-
 +
|313
 +
|3442
 +
|align="right"|1079.910
 +
|align="right"|-44.893
 +
|align="right"|883.501
 +
|-
 +
|313
 +
|3443
 +
|align="right"|1144.002
 +
|align="right"|-44.893
 +
|align="right"|883.468
 +
|-
 +
|313
 +
|3444
 +
|align="right"|1216.053
 +
|align="right"|-47.890
 +
|align="right"|912.021
 +
|-
 +
|313
 +
|3445
 +
|align="right"|1209.783
 +
|align="right"|-47.893
 +
|align="right"|917.543
 +
|-
 +
|313
 +
|3446
 +
|align="right"|1194.054
 +
|align="right"|-46.894
 +
|align="right"|916.735
 +
|-
 +
|313
 +
|3447
 +
|align="right"|1193.799
 +
|align="right"|-46.893
 +
|align="right"|906.850
 +
|-
 +
|313
 +
|3448
 +
|align="right"|1206.182
 +
|align="right"|-47.897
 +
|align="right"|906.327
 +
|-
 +
|313
 +
|3449
 +
|align="right"|1202.701
 +
|align="right"|-47.893
 +
|align="right"|854.265
 +
|-
 +
|313
 +
|3450
 +
|align="right"|1204.720
 +
|align="right"|-48.893
 +
|align="right"|842.021
 +
|-
 +
|313
 +
|3451
 +
|align="right"|1197.077
 +
|align="right"|-48.893
 +
|align="right"|843.758
 +
|-
 +
|313
 +
|3452
 +
|align="right"|1195.387
 +
|align="right"|-47.893
 +
|align="right"|856.002
 +
|-
 +
|313
 +
|3453
 +
|align="right"|1164.219
 +
|align="right"|-44.893
 +
|align="right"|840.287
 +
|-
 +
|313
 +
|3454
 +
|align="right"|1108.536
 +
|align="right"|-39.895
 +
|align="right"|808.013
 +
|-
 +
|313
 +
|3455
 +
|align="right"|1106.893
 +
|align="right"|-40.893
 +
|align="right"|820.269
 +
|-
 +
|313
 +
|3457
 +
|align="right"|1101.306
 +
|align="right"|-39.893
 +
|align="right"|809.770
 +
|-
 +
|313
 +
|3458
 +
|align="right"|1109.702
 +
|align="right"|-51.893
 +
|align="right"|662.164
 +
|-
 +
|313
 +
|3459
 +
|align="right"|1109.221
 +
|align="right"|-50.893
 +
|align="right"|649.851
 +
|-
 +
|313
 +
|3460
 +
|align="right"|1099.253
 +
|align="right"|-50.893
 +
|align="right"|650.190
 +
|-
 +
|313
 +
|3461
 +
|align="right"|1171.757
 +
|align="right"|-48.893
 +
|align="right"|791.743
 +
|-
 +
|313
 +
|3462
 +
|align="right"|1171.572
 +
|align="right"|-48.893
 +
|align="right"|776.121
 +
|-
 +
|313
 +
|3463
 +
|align="right"|1162.027
 +
|align="right"|-48.893
 +
|align="right"|683.361
 +
|-
 +
|313
 +
|3464
 +
|align="right"|1174.259
 +
|align="right"|-47.893
 +
|align="right"|685.362
 +
|-
 +
|313
 +
|3465
 +
|align="right"|1163.765
 +
|align="right"|-48.893
 +
|align="right"|691.116
 +
|-
 +
|313
 +
|3466
 +
|align="right"|1312.066
 +
|align="right"|-63.890
 +
|align="right"|560.007
 +
|-
 +
|313
 +
|3467
 +
|align="right"|1292.384
 +
|align="right"|-60.893
 +
|align="right"|584.325
 +
|-
 +
|313
 +
|3468
 +
|align="right"|1292.504
 +
|align="right"|-60.893
 +
|align="right"|599.996
 +
|-
 +
|313
 +
|3469
 +
|align="right"|1267.020
 +
|align="right"|-56.893
 +
|align="right"|788.222
 +
|-
 +
|313
 +
|3470
 +
|align="right"|1259.317
 +
|align="right"|-56.893
 +
|align="right"|790.065
 +
|-
 +
|313
 +
|3471
 +
|align="right"|1268.615
 +
|align="right"|-55.893
 +
|align="right"|776.041
 +
|-
 +
|313
 +
|3472
 +
|align="right"|1237.134
 +
|align="right"|-50.893
 +
|align="right"|649.827
 +
|-
 +
|313
 +
|3473
 +
|align="right"|1237.842
 +
|align="right"|-51.893
 +
|align="right"|662.151
 +
|-
 +
|313
 +
|3474
 +
|align="right"|1227.162
 +
|align="right"|-50.893
 +
|align="right"|650.143
 +
|-
 +
|313
 +
|3475
 +
|align="right"|1290.096
 +
|align="right"|-56.893
 +
|align="right"|651.149
 +
|-
 +
|313
 +
|3476
 +
|align="right"|1291.807
 +
|align="right"|-56.893
 +
|align="right"|658.954
 +
|-
 +
|313
 +
|3477
 +
|align="right"|1300.207
 +
|align="right"|-56.893
 +
|align="right"|685.003
 +
|-
 +
|313
 +
|3478
 +
|align="right"|1288.089
 +
|align="right"|-55.893
 +
|align="right"|683.293
 +
|-
 +
|313
 +
|3479
 +
|align="right"|1289.740
 +
|align="right"|-55.893
 +
|align="right"|690.857
 +
|-
 +
|313
 +
|3480
 +
|align="right"|1334.244
 +
|align="right"|-55.893
 +
|align="right"|685.333
 +
|-
 +
|313
 +
|3481
 +
|align="right"|1323.690
 +
|align="right"|-56.893
 +
|align="right"|691.149
 +
|-
 +
|313
 +
|3483
 +
|align="right"|1320.056
 +
|align="right"|-55.893
 +
|align="right"|715.285
 +
|-
 +
|313
 +
|3484
 +
|align="right"|1332.217
 +
|align="right"|-56.893
 +
|align="right"|716.892
 +
|-
 +
|313
 +
|3485
 +
|align="right"|1333.975
 +
|align="right"|-56.893
 +
|align="right"|724.793
 +
|-
 +
|313
 +
|3486
 +
|align="right"|1321.708
 +
|align="right"|-55.893
 +
|align="right"|722.881
 +
|-
 +
|313
 +
|3487
 +
|align="right"|1456.009
 +
|align="right"|-59.890
 +
|align="right"|671.623
 +
|-
 +
|313
 +
|3488
 +
|align="right"|1335.924
 +
|align="right"|-55.893
 +
|align="right"|692.730
 +
|-
 +
|313
 +
|3489
 +
|align="right"|1335.889
 +
|align="right"|-56.893
 +
|align="right"|755.551
 +
|-
 +
|313
 +
|3490
 +
|align="right"|1320.208
 +
|align="right"|-56.893
 +
|align="right"|755.734
 +
|-
 +
|313
 +
|3491
 +
|align="right"|1305.915
 +
|align="right"|-55.893
 +
|align="right"|757.474
 +
|-
 +
|313
 +
|3492
 +
|align="right"|1290.007
 +
|align="right"|-54.893
 +
|align="right"|756.863
 +
|-
 +
|313
 +
|3493
 +
|align="right"|1302.201
 +
|align="right"|-55.893
 +
|align="right"|746.209
 +
|-
 +
|313
 +
|3579
 +
|align="right"|880.116
 +
|align="right"|-22.890
 +
|align="right"|647.988
 
|}
 
|}
  
{| class="wikitable sortable mw-collapsible mw-collapsed"
+
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
|+ style="width: 250px;" | Barriers
+
! colspan=5 | <strong>Barriers</strong>
 +
|-
 
!Layout ID
 
!Layout ID
 
!Object ID
 
!Object ID
Line 83: Line 620:
 
|align="right"|672.251  
 
|align="right"|672.251  
 
|}
 
|}
 +
 +
==Extras==
 +
 +
[[File:Totorak map.png|200px|thumb|left|Map of Toto-Rak with a ton of info.]]

Latest revision as of 21:00, 7 March 2020

Game Description

Dungeon Mechanics

  • Instanced
  • 2-4 Players
  • 1 hour timelimit
  • Bosses: Antares, Sargas, Shaula (Only 1 of em)

Loot Table

Quests

Special Actors

Posters

Throughout Toto-Rak are posters from some Gridanian expedition. The class for these is RaidDungeonPoster, id 1200227. When talked to, the event eventTalkRead is called, with a parameter number from 1 to 10 specifying the message.

Photocells

Players pickup photocells to open up barriers blocking their path. The class for these is RaidDungeonLight, id 1200226. The event askYesNo simply shows an ask widget if they want to pick it up.

If they pick it up, worldMaster id 52023 will play "You obtain a magitek photocell.", followed by id 52024 "You currently possess # photocells".

Barriers

After collecting photocells, players insert them into a magitek device. The class for this actor is RaidDungeonBarrier, id potentially 1200228. It has two events, eventTalkRead and askYesNo. The first one is displayed when you do not have sufficient photocells, the second show the ask widget to insert them.

Once inserted the map object barrier can be disabled using the `hide` animation. Theoretically a DoorServer object keeps it open.

Map Objects

Extras

Map of Toto-Rak with a ton of info.