Ollie's Crash Course Reward #1255

Closed
opened 2025-03-20 11:30:18 -07:00 by Sainan · 6 comments
Owner
            "sndr":"/Lotus/Language/Bosses/Jabir",
            "msg":"/Lotus/Language/Inbox/PlayedOlliesCrashCourseInboxBody",
            "att":[
                "/Lotus/Types/Items/ShipDecos/Plushies/PlushyOllie",
                "/Lotus/Types/Items/ShipDecos/OlliesCrashCoursePoster"
            ],
            "sub":"/Lotus/Language/Inbox/PlayedOlliesCrashCourseInboxSubject",
            "icon":"/Lotus/Interface/Icons/Npcs/AmirPortrait.png",
            "highPriority":true,

We might send this the first time the OlliesCrashCourseScore stat gets saved?

```json "sndr":"/Lotus/Language/Bosses/Jabir", "msg":"/Lotus/Language/Inbox/PlayedOlliesCrashCourseInboxBody", "att":[ "/Lotus/Types/Items/ShipDecos/Plushies/PlushyOllie", "/Lotus/Types/Items/ShipDecos/OlliesCrashCoursePoster" ], "sub":"/Lotus/Language/Inbox/PlayedOlliesCrashCourseInboxSubject", "icon":"/Lotus/Interface/Icons/Npcs/AmirPortrait.png", "highPriority":true, ``` We might send this the first time the `OlliesCrashCourseScore` stat gets saved?
Sainan added the
unimplemented
label 2025-03-20 11:30:18 -07:00
Contributor

also there is

{
        "sndr":"/Lotus/Language/Bosses/Jabir",
        "msg":"/Lotus/Language/Inbox/BeatOlliesCrashCourseInNinetySecInboxBody",
        "att":[
           "/Lotus/Upgrades/Skins/Motorcycle/MotorcycleOllieSkin"
        ],
        "sub":"/Lotus/Language/Inbox/BeatOlliesCrashCourseInNinetySecInboxSubject",
        "icon":"/Lotus/Interface/Icons/Npcs/AmirPortrait.png",
        "highPriority":true
}

both are email items /Lotus/Types/Items/EmailItems/PlayedOlliesCrashCourseEmailItem and /Lotus/Types/Items/EmailItems/BeatOlliesCrashCourseInNinetySecEmailItem, but idk how live server check if player completed that race under ninety seconds

also there is ```json { "sndr":"/Lotus/Language/Bosses/Jabir", "msg":"/Lotus/Language/Inbox/BeatOlliesCrashCourseInNinetySecInboxBody", "att":[ "/Lotus/Upgrades/Skins/Motorcycle/MotorcycleOllieSkin" ], "sub":"/Lotus/Language/Inbox/BeatOlliesCrashCourseInNinetySecInboxSubject", "icon":"/Lotus/Interface/Icons/Npcs/AmirPortrait.png", "highPriority":true } ``` both are email items `/Lotus/Types/Items/EmailItems/PlayedOlliesCrashCourseEmailItem` and `/Lotus/Types/Items/EmailItems/BeatOlliesCrashCourseInNinetySecEmailItem`, but idk how live server check if player completed that race under ninety seconds
Author
Owner

Would the score not be the time, just expressed in a different format maybe?

Would the score not be the time, just expressed in a different format maybe?
Contributor

seems so, 9991000 is 90 seconds in score

seems so, 9991000 is 90 seconds in score
Author
Owner

Wouldn't that mean that lower is better?

Wouldn't that mean that lower is better?
Contributor

lower is worse
1 is 46:39.99
9999999 is 00:00.01

lower is worse 1 is 46:39.99 9999999 is 00:00.01
Author
Owner

What a strange encoding, but glad you figured out the value for 90 seconds.

What a strange encoding, but glad you figured out the value for 90 seconds.
Sign in to join this conversation.
No description provided.