Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Daemonmann's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Santo André - SP
    Posts
    236
    Reputation
    10
    Thanks
    14
    My Mood
    Bored
    Quote Originally Posted by MikeRaarupBirk View Post
    did you place the setskin into the skins binary in the client
    if not there is your problem
    if are you talking about it, yes i have do it!


    | Welcome to My Signature |

    |Thanks Friends|



     


    !Thanks Skilly!



    !Thanks Skilly!



    !Thanks Skilly!




     



     









    | !Daemon Realms Resurrected! |




  2. #17
    Invader_Zim's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Atlas 2
    Posts
    546
    Reputation
    10
    Thanks
    300
    My Mood
    Tired
    Oi, use your f'n eyeballs mate. Here is the fix ya bugger.

    Code:
    <Object ext="true" type="0xc33" id="Conducting Wand" setType="0x2aa2" setName="Archmage Skin Set">
          <Class>Equipment</Class>
          <Item/>
          <Texture>
             <File>lofiObj3</File>
             <Index>0x1b2</Index>
          </Texture>
          <SlotType>8</SlotType>
          <Description>{equip.This_wand_is_powerful_at_conducting_magical_energy_into_a_d}</Description>
          <RateOfFire>1.25</RateOfFire>
          <Sound>weapon/wand_of_death</Sound>
          <Projectile>
             <ObjectId>Directed Explosion</ObjectId>
             <Speed>170</Speed>
             <Size>50</Size>
             <MinDamage>55</MinDamage>
             <MaxDamage>130</MaxDamage>
             <LifetimeMS>471</LifetimeMS>
          </Projectile>
          <ActivateOnEquip stat="28" amount="4">IncrementStat</ActivateOnEquip>
          <ActivateOnEquip stat="27" amount="4">IncrementStat</ActivateOnEquip>
          <BagType>6</BagType>
          <FameBonus>4</FameBonus>
          <OldSound>magicShoot</OldSound>
          <feedPower>900</feedPower>
          <Soulbound/>
          <DisplayId>{equip.Conducting_Wand}</DisplayId>
       </Object>
    
       <Object type="0x2aa4" id="Archmage Set Skin">
          <Skin/>
          <Class>Skin</Class>
          <AnimatedTexture>
             <File>playerskins16</File>
             <Index>07</Index>
          </AnimatedTexture>
          <PlayerClassType>0x0325</PlayerClassType>
          <UnlockSpecial>Set Skin</UnlockSpecial>
          <NoSkinSelect/>
          <DisplayId>{skins.Archmage_Set_Skin}</DisplayId>
       </Object>
    
       //You had the skin inside of the wand object.

    My weapon is a backpack.

  3. #18
    Daemonmann's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Santo André - SP
    Posts
    236
    Reputation
    10
    Thanks
    14
    My Mood
    Bored
    Quote Originally Posted by Invader_Zim View Post
    Oi, use your f'n eyeballs mate. Here is the fix ya bugger.

    Code:
    <Object ext="true" type="0xc33" id="Conducting Wand" setType="0x2aa2" setName="Archmage Skin Set">
          <Class>Equipment</Class>
          <Item/>
          <Texture>
             <File>lofiObj3</File>
             <Index>0x1b2</Index>
          </Texture>
          <SlotType>8</SlotType>
          <Description>{equip.This_wand_is_powerful_at_conducting_magical_energy_into_a_d}</Description>
          <RateOfFire>1.25</RateOfFire>
          <Sound>weapon/wand_of_death</Sound>
          <Projectile>
             <ObjectId>Directed Explosion</ObjectId>
             <Speed>170</Speed>
             <Size>50</Size>
             <MinDamage>55</MinDamage>
             <MaxDamage>130</MaxDamage>
             <LifetimeMS>471</LifetimeMS>
          </Projectile>
          <ActivateOnEquip stat="28" amount="4">IncrementStat</ActivateOnEquip>
          <ActivateOnEquip stat="27" amount="4">IncrementStat</ActivateOnEquip>
          <BagType>6</BagType>
          <FameBonus>4</FameBonus>
          <OldSound>magicShoot</OldSound>
          <feedPower>900</feedPower>
          <Soulbound/>
          <DisplayId>{equip.Conducting_Wand}</DisplayId>
       </Object>
    
       <Object type="0x2aa4" id="Archmage Set Skin">
          <Skin/>
          <Class>Skin</Class>
          <AnimatedTexture>
             <File>playerskins16</File>
             <Index>07</Index>
          </AnimatedTexture>
          <PlayerClassType>0x0325</PlayerClassType>
          <UnlockSpecial>Set Skin</UnlockSpecial>
          <NoSkinSelect/>
          <DisplayId>{skins.Archmage_Set_Skin}</DisplayId>
       </Object>
    
       //You had the skin inside of the wand object.
    nops, see this screenshot
    I
    v



    it too



    and this two are separated




    | Welcome to My Signature |

    |Thanks Friends|



     


    !Thanks Skilly!



    !Thanks Skilly!



    !Thanks Skilly!




     



     









    | !Daemon Realms Resurrected! |




  4. #19
    Invader_Zim's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Atlas 2
    Posts
    546
    Reputation
    10
    Thanks
    300
    My Mood
    Tired
    Alright well sets are real finicky, I removed them from my server. It's either the equipment set XML or the skin object.

    My weapon is a backpack.

  5. #20
    Daemonmann's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Santo André - SP
    Posts
    236
    Reputation
    10
    Thanks
    14
    My Mood
    Bored
    i have /Solved, i have added this :

    Code:
       <Object ext="true" type="0x1900" id="Archmage Set Skin">
          <Skin/>
          <Class>Skin</Class>
          <AnimatedTexture>
             <File>playerskins16</File>
             <Index>07</Index>
          </AnimatedTexture>
          <PlayerClassType>0x0325</PlayerClassType>
          <UnlockSpecial>Set Skin</UnlockSpecial>
          <NoSkinSelect/>
          <DisplayId>{skins.Archmage_Set_Skin}</DisplayId>
       </Object>
    into Binary Date 42, in the client!


    | Welcome to My Signature |

    |Thanks Friends|



     


    !Thanks Skilly!



    !Thanks Skilly!



    !Thanks Skilly!




     



     









    | !Daemon Realms Resurrected! |




  6. #21
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Closed, solved
    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

Page 2 of 2 FirstFirst 12

Similar Threads

  1. "MyBBoard"?!?!?! WHAT THE FUCK
    By Jackal in forum General
    Replies: 11
    Last Post: 02-12-2007, 05:22 AM
  2. Whats The Mening Of Life
    By Gourav2122 in forum Spammers Corner
    Replies: 8
    Last Post: 12-20-2006, 03:54 PM
  3. ok WHAT THE SHIT
    By kvmn8 in forum Entertainment
    Replies: 23
    Last Post: 08-11-2006, 09:25 PM
  4. What - The - FUCK?!
    By OutZida in forum Art & Graphic Design
    Replies: 6
    Last Post: 02-22-2006, 03:58 AM