Thread: Oryx Set Skin

Results 1 to 9 of 9
  1. #1
    TJRAE%TJAJAZetjtjtjjt's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    106

    Oryx Set Skin



    Code:
    {
      "EquipmentSet": {
        "type": "0x0001",
        "id": "Oryx Awesome Set",
        "Setpiece": [
          {
            "_": "Equipment",
            "slot": "2",
            "itemtype": "0x2337"
          },
          {
            "_": "Equipment",
            "slot": "1",
            "itemtype": "0x2339"
          },
          {
            "_": "Equipment",
            "slot": "3",
            "itemtype": "0x2338"
          },
          {
            "_": "Equipment",
            "slot": "0",
            "itemtype": "0x2302"
          }
        ],
        "ActivateOnEquipAll": {
          "_": "ChangeSkin",
          "skinType": "0x0401",
          "size": "70",
          "color": "0x92A9BA"
        }
      }
    }
    Code:
    <EquipmentSets>
    <!--  EquipmentSets  -->
    <EquipmentSet type="0x0001" id="Oryx Awesome Set">
    <Setpiece slot="2" itemtype="0x2337">Equipment</Setpiece>
    <Setpiece slot="1" itemtype="0x2339">Equipment</Setpiece>
    <Setpiece slot="3" itemtype="0x2338">Equipment</Setpiece>
    <Setpiece slot="0" itemtype="0x2302">Equipment</Setpiece>
    <ActivateOnEquipAll skinType="0x0401" size="70" color="0x92A9BA">ChangeSkin</ActivateOnEquipAll>
    </EquipmentSet>
    </EquipmentSets>
    Attached Thumbnails Attached Thumbnails
    playersSkins16.png  


  2. #2
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    So, all you did was converting a json file to a xml file?
    YEP cock

  3. #3
    cxydsaewq's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    954
    Reputation
    25
    Thanks
    1,341
    My Mood
    Amazed
    Quote Originally Posted by GhostMareeX View Post


    Code:
    {
      "EquipmentSet": {
        "type": "0x0001",
        "id": "Oryx Awesome Set",
        "Setpiece": [
          {
            "_": "Equipment",
            "slot": "2",
            "itemtype": "0x2337"
          },
          {
            "_": "Equipment",
            "slot": "1",
            "itemtype": "0x2339"
          },
          {
            "_": "Equipment",
            "slot": "3",
            "itemtype": "0x2338"
          },
          {
            "_": "Equipment",
            "slot": "0",
            "itemtype": "0x2302"
          }
        ],
        "ActivateOnEquipAll": {
          "_": "ChangeSkin",
          "skinType": "0x0401",
          "size": "70",
          "color": "0x92A9BA"
        }
      }
    }
    Code:
    <EquipmentSets>
    <!--  EquipmentSets  -->
    <EquipmentSet type="0x0001" id="Oryx Awesome Set">
    <Setpiece slot="2" itemtype="0x2337">Equipment</Setpiece>
    <Setpiece slot="1" itemtype="0x2339">Equipment</Setpiece>
    <Setpiece slot="3" itemtype="0x2338">Equipment</Setpiece>
    <Setpiece slot="0" itemtype="0x2302">Equipment</Setpiece>
    <ActivateOnEquipAll skinType="0x0401" size="70" color="0x92A9BA">ChangeSkin</ActivateOnEquipAll>
    </EquipmentSet>
    </EquipmentSets>
    Whoever is trying this on his server get a facepalm for free

  4. The Following User Says Thank You to cxydsaewq For This Useful Post:

    BlackRayquaza (10-18-2014)

  5. #4
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Wow the massive spaces between the images...

    Works 11/10
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  6. #5
    OwenHendry's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom
    Posts
    220
    Reputation
    10
    Thanks
    2,067
    My Mood
    Sneaky
    Does this really work? If so can someone tell me where to put this code?

  7. #6

  8. #7
    CrazyBank's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    104
    Reputation
    23
    Thanks
    276
    My Mood
    Bored
    Quote Originally Posted by OwenHendry View Post
    Does this really work? If so can someone tell me where to put this code?
    Put it in the struct.sql on line 268

  9. The Following 2 Users Say Thank You to CrazyBank For This Useful Post:

    BlackRayquaza (10-18-2014),TJRAE%TJAJAZetjtjtjjt (10-19-2014)

  10. #8
    OwenHendry's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    United Kingdom
    Posts
    220
    Reputation
    10
    Thanks
    2,067
    My Mood
    Sneaky
    Quote Originally Posted by CrazyBank View Post
    Put it in the struct.sql on line 268
    thats where I thought it would go

  11. #9
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by OwenHendry View Post
    Does this really work? If so can someone tell me where to put this code?
    Yes 11/10

    Beautiful.
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  12. The Following 2 Users Say Thank You to Ahl For This Useful Post:

    Prince Zuko (02-17-2015),TJRAE%TJAJAZetjtjtjjt (10-19-2014)

Similar Threads

  1. [WTS] [NA] Level 30 UNRANKED Account 72 Champs, 55 Skins, 5 Rune Pages, 15 Top Rune Sets
    By modaisuke in forum League of Legends Marketplace
    Replies: 9
    Last Post: 12-24-2012, 09:30 AM
  2. [Release] -Tm- Mpgh Exclusive Skin Set
    By shawnchung in forum Sudden Attack Hacks
    Replies: 13
    Last Post: 08-17-2011, 01:17 AM
  3. Does the Firefly skin Suck?
    By Dave84311 in forum General
    Replies: 11
    Last Post: 02-10-2007, 06:49 AM
  4. New Skin
    By arunforce in forum Suggestions, Requests & General Help
    Replies: 8
    Last Post: 01-23-2006, 06:21 AM