Cavia Customization (setHubNpcCustomizations) #1757

Closed
opened 2025-04-20 09:18:46 -07:00 by FSKiller · 3 comments

When reaching lvl 5 of the Cavia Syndicate you can Customize the Members.

2025-04-20_17-17.png

Currently the endpoint setHubNpcCustomizations.php doesn't exit.

2025-04-20T17:11:36:121 [0.1.0] error:  unknown endpoint POST /api/setHubNpcCustomizations.php
2025-04-20T17:11:36:122 [0.1.0] info:   Using error log file: logs\error.log.2025-04-20
2025-04-20T17:11:36:122 [0.1.0] info:   Rotated error log file: logs\error.log.2025-04-19
2025-04-20T17:11:36:122 [0.1.0] debug:  data provided to /api/setHubNpcCustomizations.php: {"Tag":"FibonacciNPC","Colors":{"t0":-1774853,"t1":-12983180,"t2":-12983180,"t3":-12983180},"Pattern":""}
2025-04-20T17:11:36:124 [0.1.0] http:   POST /api/setHubNpcCustomizations.php?accountId=67f97ce3035df6cc1cfa6964&nonce=2010440577518298&ct=MSI 404 2.503 ms - 34
When reaching lvl 5 of the Cavia Syndicate you can Customize the Members. ![2025-04-20_17-17.png](/attachments/ddcf061c-f5c2-4c68-8974-8e504ec08d35) Currently the endpoint setHubNpcCustomizations.php doesn't exit. ```JSON 2025-04-20T17:11:36:121 [0.1.0] error: unknown endpoint POST /api/setHubNpcCustomizations.php 2025-04-20T17:11:36:122 [0.1.0] info: Using error log file: logs\error.log.2025-04-20 2025-04-20T17:11:36:122 [0.1.0] info: Rotated error log file: logs\error.log.2025-04-19 2025-04-20T17:11:36:122 [0.1.0] debug: data provided to /api/setHubNpcCustomizations.php: {"Tag":"FibonacciNPC","Colors":{"t0":-1774853,"t1":-12983180,"t2":-12983180,"t3":-12983180},"Pattern":""} 2025-04-20T17:11:36:124 [0.1.0] http: POST /api/setHubNpcCustomizations.php?accountId=67f97ce3035df6cc1cfa6964&nonce=2010440577518298&ct=MSI 404 2.503 ms - 34 ```
Sainan changed title from Cavia Customization! - unknown endpoint /api/setHubNpcCustomizations.php to Cavia Customization (setHubNpcCustomizations) 2025-04-20 09:25:23 -07:00
Sainan added the
unimplemented
label 2025-04-20 09:25:30 -07:00
Owner

How exactly do you access this? I see no such option despite being Rank 5 in the Cavia syndicate.

How exactly do you access this? I see no such option despite being Rank 5 in the Cavia syndicate.
Owner

Ah fuck me they don't show this with creator mode enabled :derp:

Ah fuck me they don't show this with creator mode enabled :derp:
Owner

Inventory format for this:

    "HubNpcCustomizations": [
        {
            "Colors": {
                "t0": -7403776,
                "t1": -7403776,
                "t2": -7403776,
                "t3": -7403776,
                "m0": -7403776,
                "m1": -7403776,
                "en": -7403776,
                "e1": -7403776
            },
            "Pattern": "",
            "Tag": "FibonacciNPC"
        }
    ],
Inventory format for this: ```json "HubNpcCustomizations": [ { "Colors": { "t0": -7403776, "t1": -7403776, "t2": -7403776, "t3": -7403776, "m0": -7403776, "m1": -7403776, "en": -7403776, "e1": -7403776 }, "Pattern": "", "Tag": "FibonacciNPC" } ], ```
Sainan added the
pr'd for
label 2025-04-20 16:49:32 -07:00
Sign in to join this conversation.
No description provided.