Difference between revisions of "Fade to White"
From FFXIV Classic Wiki
(Page started) |
(Added some old notes.) |
||
Line 82: | Line 82: | ||
| processEvent040_2 || | | processEvent040_2 || | ||
|- | |- | ||
− | | pE050(arg1, arg2, arg3, arg4 | + | | pE050(nil, arg1, arg2, arg3, arg4) || Arg1=Snpc Id (subtracted by Snpc index). Arg2=SnpcPersonality. Arg3=String - Name of the unnamed Snpc "???". Arg4=Unk |
|- | |- | ||
− | | pE055(arg1, arg2, arg3, arg4, arg5) || | + | | pE055(arg1, arg2, arg3, arg4, arg5) || Arg1=Unk. Arg2=Snpc Id (subtracted by Snpc index). Arg3=SnpcPersonality. Arg4=Snpc Name. Arg5=Unk? (Blank name?) |
|- | |- | ||
| pE050_2(arg1, arg2, arg3, arg4, arg5) || | | pE050_2(arg1, arg2, arg3, arg4, arg5) || | ||
Line 90: | Line 90: | ||
| pE060(arg1, arg2, arg3, arg4, arg5) || | | pE060(arg1, arg2, arg3, arg4, arg5) || | ||
|- | |- | ||
− | | processSnpcSelect || | + | | processSnpcSelect || Begins the cutscene that lets you select a Path Companion (Snpc). Returns the id of the actor and the class id. |
|- | |- | ||
| processSnpcReselect || | | processSnpcReselect || | ||
|- | |- | ||
− | | pEN(arg1) || | + | | pEN(arg1) || Arg1=SnpcPersonality, |
|} | |} |
Revision as of 16:22, 9 March 2022
- Name
- Fade to White
- Id
- 110013
- Code
- Man200
- Requirements
- Fourth MSQ in starting nation
Function Name | Notes |
---|---|
pE00(arg1, arg2, arg3, arg4, arg5) | |
processEvent000_2 | |
processEvent000_3 | |
processEvent000_4 | |
processEvent000_5 | |
processEvent000_6 | |
processEvent000_7 | |
processEvent000_8 | |
processEvent000_9 | |
processEvent000_10 | |
processEvent000_11 | |
processEvent000_12 | |
processEvent000_13 | |
processEvent000_14 | |
processEvent000_15 | |
processEvent000_16 | |
processEvent000_17 | |
processEvent000_18 | |
processEvent000_19 | |
processEvent000_20 | |
pE10(arg1, arg2, arg3, arg4, arg5) | |
pE20(arg1, arg2, arg3, arg4, arg5) | |
processEvent020_2 | |
processEvent020_3 | |
processEvent020_4 | |
processEvent020_5 | |
processEvent020_6 | |
processEvent020_7 | |
processEvent020_8 | |
processEvent020_9 | |
processEvent020_10 | |
processEvent020_11 | |
processEvent020_12 | |
processEvent020_13 | |
processEvent020_14 | |
pE25(arg1, arg2, arg3, arg4, arg5) | |
processEvent040_2 | |
pE050(nil, arg1, arg2, arg3, arg4) | Arg1=Snpc Id (subtracted by Snpc index). Arg2=SnpcPersonality. Arg3=String - Name of the unnamed Snpc "???". Arg4=Unk |
pE055(arg1, arg2, arg3, arg4, arg5) | Arg1=Unk. Arg2=Snpc Id (subtracted by Snpc index). Arg3=SnpcPersonality. Arg4=Snpc Name. Arg5=Unk? (Blank name?) |
pE050_2(arg1, arg2, arg3, arg4, arg5) | |
pE060(arg1, arg2, arg3, arg4, arg5) | |
processSnpcSelect | Begins the cutscene that lets you select a Path Companion (Snpc). Returns the id of the actor and the class id. |
processSnpcReselect | |
pEN(arg1) | Arg1=SnpcPersonality, |