diff --git a/public/asset/303 b/public/asset/303 new file mode 100644 index 0000000..7c57f78 --- /dev/null +++ b/public/asset/303 @@ -0,0 +1,10 @@ + + null + nil + + + http://morblox.us/asset/?id=304 + Shirt Graphic + + + \ No newline at end of file diff --git a/public/asset/304 b/public/asset/304 new file mode 100644 index 0000000..0f47431 Binary files /dev/null and b/public/asset/304 differ diff --git a/public/asset/305 b/public/asset/305 new file mode 100644 index 0000000..3f8ccfe --- /dev/null +++ b/public/asset/305 @@ -0,0 +1,10 @@ + + null + nil + + + Clothing + http://morblox.us/asset/?id=4000000000000000001 + + + \ No newline at end of file diff --git a/public/asset/306 b/public/asset/306 new file mode 100644 index 0000000..a398b8f --- /dev/null +++ b/public/asset/306 @@ -0,0 +1,10 @@ + + null + nil + + + Clothing + http://morblox.us/asset/?id=4000000000000000000 + + + \ No newline at end of file diff --git a/resources/views/client/CharacterFetch.blade.php b/resources/views/client/CharacterFetch.blade.php index 0a7c5fc..5db0e19 100644 --- a/resources/views/client/CharacterFetch.blade.php +++ b/resources/views/client/CharacterFetch.blade.php @@ -2,6 +2,12 @@ header("content-type:application/xml"); ob_start(); $userId = addslashes($_GET["userId"]); +$hat1 = 300; +$hat2 = 0; +$hat3 = 0; +$shirt = 306; +$pants = 305; +$shirtgraphic = 303; //TODO: add catalog + avatar system @endphp -http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;http://morblox.us/asset/?id=300 \ No newline at end of file +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 \ No newline at end of file