From 2363afdb11709035ee6820306ef5b62436abe32e Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Thu, 15 Sep 2022 04:35:18 +1000 Subject: [PATCH] face fix --- public/asset/303 | 2 +- public/asset/305 | 2 +- public/asset/306 | 2 +- public/asset/308 | 14 + public/roblox.xsd | 374 ++++++++++++++++++ .../views/client/CharacterFetch.blade.php | 2 +- 6 files changed, 392 insertions(+), 4 deletions(-) create mode 100644 public/asset/308 create mode 100644 public/roblox.xsd diff --git a/public/asset/303 b/public/asset/303 index 7c57f78..bd8329c 100644 --- a/public/asset/303 +++ b/public/asset/303 @@ -1,4 +1,4 @@ - + null nil diff --git a/public/asset/305 b/public/asset/305 index 3f8ccfe..506ec68 100644 --- a/public/asset/305 +++ b/public/asset/305 @@ -1,4 +1,4 @@ - + null nil diff --git a/public/asset/306 b/public/asset/306 index a398b8f..b9cdbec 100644 --- a/public/asset/306 +++ b/public/asset/306 @@ -1,4 +1,4 @@ - + null nil diff --git a/public/asset/308 b/public/asset/308 new file mode 100644 index 0000000..7ff1171 --- /dev/null +++ b/public/asset/308 @@ -0,0 +1,14 @@ + + null + nil + + + 5 + face + 20 + 0 + http://www.roblox.com/asset/?id=307 + true + + + \ No newline at end of file diff --git a/public/roblox.xsd b/public/roblox.xsd new file mode 100644 index 0000000..3a166da --- /dev/null +++ b/public/roblox.xsd @@ -0,0 +1,374 @@ + + + + ***************************** Version 5.1 types *********************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ***************************** root *********************************************** + + + + + + + + Entity that is referenced within this document but whose data aren't being saved. The XML reader will attempt to bind this entity with a pre-existing object in the target. + + + + + An item that should be deleted from the target. (Used for undo/redo) + + + + + + + \ No newline at end of file diff --git a/resources/views/client/CharacterFetch.blade.php b/resources/views/client/CharacterFetch.blade.php index e6f73bd..406a566 100644 --- a/resources/views/client/CharacterFetch.blade.php +++ b/resources/views/client/CharacterFetch.blade.php @@ -8,7 +8,7 @@ $hat3 = 0; $shirt = 306; $pants = 305; $shirtgraphic = 303; -$face = 307; +$face = 308; //TODO: add catalog + avatar system @endphp http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=@php echo $hat1 @endphp;http://morblox.us/asset/?id=@php echo $hat2 @endphp;http://morblox.us/asset/?id=@php echo $hat3 @endphp;http://morblox.us/asset/?id=@php echo $shirt @endphp;http://morblox.us/asset/?id=@php echo $pants @endphp;http://morblox.us/asset/?id=@php echo $shirtgraphic @endphp;http://morblox.us/asset/?id=@php echo $face @endphp \ No newline at end of file