Jump to content

Green Peach Sprite


ToZorMan

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

Caterpie for the win!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   3
  • Joined:  01/19/13
  • Last Seen:  

Here i am again ToZorMan

I already checked all and it want work, here my edited things to add a custom.

I am using 2013 Client

 

My Item_db2.txt

 

30013,Black_Sunglasses,Black Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2013,{},{},{}
30014,Blue_Sunglasses,Blue Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2014,{},{},{}
30015,Brown_Sunglasses,Brown Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2015,{},{},{}
30016,Cyan_Sunglasses,Cyan Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2016,{},{},{}
30017,Gold_Sunglasses,Gold Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2017,{},{},{}
30018,Green_Sunglasses,Green Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2018,{},{},{}
30019,Orange_Sunglasses,Orange Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2019,{},{},{}
30020,Pink_Sunglasses,Pink Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2020,{},{},{}
30021,Purple_Sunglasses,Purple Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2021,{},{},{}
30022,Red_Sunglasses,Red Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2022,{},{},{}
30023,Silver_Sunglasses,Silver Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2023,{},{},{}
30024,White_Sunglasses,White Sunglasses,5,20,,100,,0,,1,0xFFFFFFFF,7,2,256,,0,0,2024,{},{},{}

 

My Lua Files

 

  [ACCESSORY_IDs.ACCESSORY_BLACK_SUNGLASSES] = "_Black_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_BLUE_SUNGLASSES] = "_Blue_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_BROWN_SUNGLASSES] = "_Brown_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_CYAN_SUNGLASSES] = "_Cyan_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_GOLD_SUNGLASSES] = "_Gold_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_GREEN_SUNGLASSES] = "_Green_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_ORANGE_SUNGLASSES] = "_Orange_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_PINK_SUNGLASSES] = "_Pink_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_PURPLE_SUNGLASSES] = "_Purple_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_RED_SUNGLASSES] = "_Red_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_SILVER_SUNGLASSES] = "_Silver_Sunglasses",
  [ACCESSORY_IDs.ACCESSORY_WHITE_SUNGLASSES] = "_White_Sunglasses"

 

 

  ACCESSORY_BLACK_SUNGLASSES = 2013,
  ACCESSORY_BLUE_SUNGLASSES = 2014,
  ACCESSORY_BROWN_SUNGLASSES = 2015,
  ACCESSORY_CYAN_SUNGLASSES = 2016,
  ACCESSORY_GOLD_SUNGLASSES = 2017,
  ACCESSORY_GREEN_SUNGLASSES = 2018,
  ACCESSORY_ORANGE_SUNGLASSES = 2019,
  ACCESSORY_PINK_SUNGLASSES = 2020,
  ACCESSORY_PURPLE_SUNGLASSES = 2021,
  ACCESSORY_RED_SUNGLASSES = 2022,
  ACCESSORY_SILVER_SUNGLASSES = 2023,
  ACCESSORY_WHITE_SUNGLASSES = 2024

 

and my System/itemInfo.lub

 

                [30013] = {
        unidentifiedDisplayName = "Black Sunglasses",
        unidentifiedResourceName = "Black_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Black Sunglasses",
        identifiedResourceName = "Black_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
                [30014] = {
        unidentifiedDisplayName = "Blue Sunglasses",
        unidentifiedResourceName = "Blue_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Blue Sunglasses",
        identifiedResourceName = "Blue_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30015] = {
        unidentifiedDisplayName = "Brown Sunglasses",
        unidentifiedResourceName = "Brown_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Brown Sunglasses",
        identifiedResourceName = "Brown_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30016] = {
        unidentifiedDisplayName = "Cyan Sunglasses",
        unidentifiedResourceName = "Cyan_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Cyan Sunglasses",
        identifiedResourceName = "Cyan_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30017] = {
        unidentifiedDisplayName = "Gold Sunglasses",
        unidentifiedResourceName = "Gold_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Gold Sunglasses",
        identifiedResourceName = "Gold_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30018] = {
        unidentifiedDisplayName = "Green Sunglasses",
        unidentifiedResourceName = "Green_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Green Sunglasses",
        identifiedResourceName = "Green_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30019] = {
        unidentifiedDisplayName = "Orange Sunglasses",
        unidentifiedResourceName = "Orange_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Orange Sunglasses",
        identifiedResourceName = "Orange_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30020] = {
        unidentifiedDisplayName = "Pink Sunglasses",
        unidentifiedResourceName = "Pink_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Pink Sunglasses",
        identifiedResourceName = "Pink_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30021] = {
        unidentifiedDisplayName = "Purple Sunglasses",
        unidentifiedResourceName = "Purple_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Purple Sunglasses",
        identifiedResourceName = "Purple_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30022] = {
        unidentifiedDisplayName = "Red Sunglasses",
        unidentifiedResourceName = "Red_Sunglasses",
        unidentifiedDescriptionName = {
            ".",
        },
        identifiedDisplayName = "Red Sunglasses",
        identifiedResourceName = "Red_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30023] = {
        unidentifiedDisplayName = "Silver Sunglasses",
        unidentifiedResourceName = "Silver_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "Silver Sunglasses",
        identifiedResourceName = "Silver_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },
            [30024] = {
        unidentifiedDisplayName = "White Sunglasses",
        unidentifiedResourceName = "White_Sunglasses",
        unidentifiedDescriptionName = {
            "",
        },
        identifiedDisplayName = "White Sunglasses",
        identifiedResourceName = "White_Sunglasses",
        identifiedDescriptionName = {
            "",
        },
        slotCount = 1,
        ClassNum = 0
    },

 

 

Please help me :((

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

All is here http://rathena.org/wiki/Custom_Items ;)

 

 

  • Name : Light_Fairy_Wings
  • Categorie : Custom
  • File Size: 265 KB
 
Black_Light_Fairy_Wings002.gifBlue_Light_Fairy_Wings002.gifCyan_Light_Fairy_Wings002.gifGold_Light_Fairy_Wings002.gifGreen_Light_Fairy_Wings002.gifPurple_Light_Fairy_Wings002.gifRed_Light_Fairy_Wings002.gifWhite_Light_Fairy_Wings002.gifBrown_Light_Fairy_Wings002.gifOrange_Light_Fairy_Wings002.gifPink_Light_Fairy_Wings002.gifSilver_Light_Fairy_Wings002.gif
Light_Fairy_Wings001.gifLight_Fairy_Wings002.gifLight_Fairy_Wings003.gifLight_Fairy_Wings004.gifLight_Fairy_Wings005.gifLight_Fairy_Wings006.gifLight_Fairy_Wings007.gif
 
----------------------------------------------------------------- 

 

  • Name : Aira
  • Game : Ragnarok Online
  • File Size: 2045 KB
 
Black_Aira001.gifBlue_Aira001.gifCyan_Aira001.gifGold_Aira001.gifGreen_Aira001.gifPurple_Aira001.gifRed_Aira001.gifWhite_Aira001.gifBrown_Aira001.gifOrange_Aira001.gifPink_Aira001.gifSilver_Aira001.gif
Aira00.gifAira01.gifAira02.gifAira03.gifAira04.gif
 
----------------------------------------------------------------- 

 

  • Name : Plant
  • Game : Ragnarok Online
  • File Size: 301 KB
 
Black_Plant001.gifBlue_Plant001.gifCyan_Plant001.gifGold_Plant001.gifGreen_Plant001.gifPurple_Plant001.gifRed_Plant001.gifWhite_Plant001.gifBrown_Plant001.gifOrange_Plant001.gifPink_Plant001.gifSilver_Plant001.gif
Plant00.gifPlant01.gifPlant02.gifPlant03.gifPlant04.gif
 
----------------------------------------------------------------- 

 

  • Name : Pumpkin_Hat
  • Categorie : Upper Headgear
  • File Size: 522 KB
 
Black_Pumpkin_Hat001.gifBlue_Pumpkin_Hat001.gifCyan_Pumpkin_Hat001.gifGold_Pumpkin_Hat001.gifGreen_Pumpkin_Hat001.gifPurple_Pumpkin_Hat001.gifRed_Pumpkin_Hat001.gifWhite_Pumpkin_Hat001.gifBrown_Pumpkin_Hat001.gifOrange_Pumpkin_Hat001.gifPink_Pumpkin_Hat001.gifSilver_Pumpkin_Hat001.gif
Pumpkin_Hat001.gifPumpkin_Hat002.gifPumpkin_Hat003.gifPumpkin_Hat004.gifPumpkin_Hat005.gifPumpkin_Hat006.gif
 
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

make you  please a Shining Plant from the 12 new colors ? would be really cool   /ho

Edited by EL Dragon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

Ahah, we can increase the number of colors transformations :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

make it 18 colors o:!!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

  • Name : Kapha
  • Game : Ragnarok Online
  • File Size: 1325 KB
 
Black_Kapha001.gifBlue_Kapha001.gifCyan_Kapha001.gifGold_Kapha001.gifGreen_Kapha001.gifPurple_Kapha001.gifRed_Kapha001.gifWhite_Kapha001.gifBrown_Kapha001.gifOrange_Kapha001.gifPink_Kapha001.gifSilver_Kapha001.gif
Kapha00.gifKapha01.gifKapha02.gifKapha03.gifKapha04.gif
 
----------------------------------------------------------------- 

 

  • Name : Kapha_Hat
  • Categorie : Upper Headgear
  • File Size: 241 KB
 
Black_Kapha_Hat001.gifBlue_Kapha_Hat001.gifCyan_Kapha_Hat001.gifGold_Kapha_Hat001.gifGreen_Kapha_Hat001.gifPurple_Kapha_Hat001.gifRed_Kapha_Hat001.gifWhite_Kapha_Hat001.gifBrown_Kapha_Hat001.gifOrange_Kapha_Hat001.gifPink_Kapha_Hat001.gifSilver_Kapha_Hat001.gif
Kapha_Hat001.gifKapha_Hat002.gifKapha_Hat003.gifKapha_Hat004.gifKapha_Hat005.gif
 
----------------------------------------------------------------- 

 

  • Name : Neptune_Protector
  • Categorie : Middle Headgear
  • File Size: 278 KB
 
Black_Neptune_Protector001.gifBlue_Neptune_Protector001.gifCyan_Neptune_Protector001.gifGold_Neptune_Protector001.gifGreen_Neptune_Protector001.gifPurple_Neptune_Protector001.gifRed_Neptune_Protector001.gifWhite_Neptune_Protector001.gifBrown_Neptune_Protector001.gifOrange_Neptune_Protector001.gifPink_Neptune_Protector001.gifSilver_Neptune_Protector001.gif
Neptune_Protector001.gifNeptune_Protector002.gifNeptune_Protector003.gifNeptune_Protector004.gifNeptune_Protector005.gifNeptune_Protector006.gif
 
----------------------------------------------------------------- 

 

  • Name : Crunch_Toast
  • Categorie : Lower Headgear
  • File Size: 254 KB
 
Black_Crunch_Toast001.gifBlue_Crunch_Toast001.gifCyan_Crunch_Toast001.gifGold_Crunch_Toast001.gifGreen_Crunch_Toast001.gifPurple_Crunch_Toast001.gifRed_Crunch_Toast001.gifWhite_Crunch_Toast001.gifBrown_Crunch_Toast001.gifOrange_Crunch_Toast001.gifPink_Crunch_Toast001.gifSilver_Crunch_Toast001.gif
Crunch_Toast001.gifCrunch_Toast002.gifCrunch_Toast003.gif
 

  • Name : Jejeling
  • Game : Ragnarok Online
  • File Size: 556 KB
 
Jejeling00.gif
 
----------------------------------------------------------------- 

 

  • Name : Chrysacier
  • Game : Pokemon
  • File Size: 262 KB
 
Chrysacier00.gif
 
----------------------------------------------------------------- 

 

  • Name : Chrysacier
  • Categorie : Pokemon
  • File Size: 4 KB
 
Chrysacier001.gif
 
----------------------------------------------------------------- 
  •  
  • Name : Harlequin_Hat
  • Categorie : Upper Headgear
  • File Size: 378 KB
 
Red_Harlequin_Hat001.gif
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   3
  • Joined:  03/09/14
  • Last Seen:  

Can you please release all Valykrie helms?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

@Snippet : Yes, i will make it soon ;)

 

  • Name : Alnoldi
  • Game : Ragnarok Online
  • File Size: 1077 KB
 
Black_Alnoldi001.gifBlue_Alnoldi001.gifCyan_Alnoldi001.gifGold_Alnoldi001.gifGreen_Alnoldi001.gifPurple_Alnoldi001.gifRed_Alnoldi001.gifWhite_Alnoldi001.gifBrown_Alnoldi001.gifOrange_Alnoldi001.gifPink_Alnoldi001.gifSilver_Alnoldi001.gif
Alnoldi00.gifAlnoldi01.gifAlnoldi02.gifAlnoldi03.gifAlnoldi04.gif
 
----------------------------------------------------------------- 

 

  • Name : Snake
  • Game : Ragnarok Online
  • File Size: 419 KB
 
Black_Snake001.gifBlue_Snake001.gifCyan_Snake001.gifGold_Snake001.gifGreen_Snake001.gifPurple_Snake001.gifRed_Snake001.gifWhite_Snake001.gifBrown_Snake001.gifOrange_Snake001.gifPink_Snake001.gifSilver_Snake001.gif
Snake00.gifSnake01.gifSnake02.gifSnake03.gifSnake04.gif
 
----------------------------------------------------------------- 

 

  • Name : Snake_Head_Hat
  • Categorie : Upper Headgear
  • File Size: 383 KB
 
Black_Snake_Head_Hat001.gifBlue_Snake_Head_Hat001.gifCyan_Snake_Head_Hat001.gifGold_Snake_Head_Hat001.gifGreen_Snake_Head_Hat001.gifPurple_Snake_Head_Hat001.gifRed_Snake_Head_Hat001.gifWhite_Snake_Head_Hat001.gifBrown_Snake_Head_Hat001.gifOrange_Snake_Head_Hat001.gifPink_Snake_Head_Hat001.gifSilver_Snake_Head_Hat001.gif
Snake_Head_Hat001.gifSnake_Head_Hat002.gifSnake_Head_Hat003.gifSnake_Head_Hat004.gifSnake_Head_Hat005.gif
 
----------------------------------------------------------------- 

 

  • Name : Rose_Piece
  • Categorie : Upper Headgear
  • File Size: 409 KB
 
Black_Rose_Piece001.gifBlue_Rose_Piece001.gifCyan_Rose_Piece001.gifGold_Rose_Piece001.gifGreen_Rose_Piece001.gifPurple_Rose_Piece001.gifRed_Rose_Piece001.gifWhite_Rose_Piece001.gifBrown_Rose_Piece001.gifOrange_Rose_Piece001.gifPink_Rose_Piece001.gifSilver_Rose_Piece001.gif
Rose_Piece001.gifRose_Piece002.gifRose_Piece003.gifRose_Piece004.gifRose_Piece005.gifRose_Piece006.gif
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.02
  • Content Count:  846
  • Reputation:   136
  • Joined:  02/26/14
  • Last Seen:  

Could you do recolors of the RMCS 2012 world hats?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

@Pneuma : Ok, I will see.

 

  • Name : Metaling
  • Game : Ragnarok Online
  • File Size: 612 KB
 
Black_Metaling001.gifBlue_Metaling001.gifCyan_Metaling001.gifGold_Metaling001.gifGreen_Metaling001.gifPurple_Metaling001.gifRed_Metaling001.gifWhite_Metaling001.gifBrown_Metaling001.gifOrange_Metaling001.gifPink_Metaling001.gifSilver_Metaling001.gif
Metaling00.gifMetaling01.gifMetaling02.gifMetaling03.gifMetaling04.gif
 
----------------------------------------------------------------- 

 

  • Name : Metaling_Hat
  • Categorie : Upper Headgear
  • File Size: 200 KB
 
Black_Metaling_Hat001.gifBlue_Metaling_Hat001.gifCyan_Metaling_Hat001.gifGold_Metaling_Hat001.gifGreen_Metaling_Hat001.gifPurple_Metaling_Hat001.gifRed_Metaling_Hat001.gifWhite_Metaling_Hat001.gifBrown_Metaling_Hat001.gifOrange_Metaling_Hat001.gifPink_Metaling_Hat001.gifSilver_Metaling_Hat001.gif
Metaling_Hat001.gifMetaling_Hat002.gifMetaling_Hat003.gifMetaling_Hat004.gifMetaling_Hat005.gif
 
----------------------------------------------------------------- 

 

  • Name : Bone_Helm
  • Categorie : Upper Headgear
  • File Size: 315 KB
 
Black_Bone_Helm001.gifBlue_Bone_Helm001.gifCyan_Bone_Helm001.gifGold_Bone_Helm001.gifGreen_Bone_Helm001.gifPurple_Bone_Helm001.gifRed_Bone_Helm001.gifWhite_Bone_Helm001.gifBrown_Bone_Helm001.gifOrange_Bone_Helm001.gifPink_Bone_Helm001.gifSilver_Bone_Helm001.gif
Bone_Helm001.gifBone_Helm002.gifBone_Helm003.gifBone_Helm004.gifBone_Helm005.gif
 
----------------------------------------------------------------- 

 

  • Name : Valkyrie_Helm
  • Categorie : Upper Headgear
  • File Size: 255 KB
 
Black_Valkyrie_Helm001.gifBlue_Valkyrie_Helm001.gifCyan_Valkyrie_Helm001.gifGold_Valkyrie_Helm001.gifGreen_Valkyrie_Helm001.gifPurple_Valkyrie_Helm001.gifRed_Valkyrie_Helm001.gifWhite_Valkyrie_Helm001.gifBrown_Valkyrie_Helm001.gifOrange_Valkyrie_Helm001.gifPink_Valkyrie_Helm001.gifSilver_Valkyrie_Helm001.gif
Valkyrie_Helm001.gifValkyrie_Helm002.gifValkyrie_Helm003.gifValkyrie_Helm004.gifValkyrie_Helm005.gifValkyrie_Helm006.gif
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

Don't worry, i haven't forgotten :)


  • Name : Removal
  • Game : Ragnarok Online
  • File Size: 860 KB
 
Black_Removal001.gifBlue_Removal001.gifCyan_Removal001.gifGold_Removal001.gifGreen_Removal001.gifPurple_Removal001.gifRed_Removal001.gifWhite_Removal001.gifBrown_Removal001.gifOrange_Removal001.gifPink_Removal001.gifSilver_Removal001.gif
Removal00.gifRemoval01.gifRemoval02.gifRemoval03.gifRemoval04.gif
 
----------------------------------------------------------------- 

 

  • Name : Removal_Hat
  • Categorie : Upper Headgear
  • File Size: 381 KB
 
Black_Removal_Hat001.gifBlue_Removal_Hat001.gifCyan_Removal_Hat001.gifGold_Removal_Hat001.gifGreen_Removal_Hat001.gifPurple_Removal_Hat001.gifRed_Removal_Hat001.gifWhite_Removal_Hat001.gifBrown_Removal_Hat001.gifOrange_Removal_Hat001.gifPink_Removal_Hat001.gifSilver_Removal_Hat001.gif
Removal_Hat001.gifRemoval_Hat002.gifRemoval_Hat003.gifRemoval_Hat004.gifRemoval_Hat005.gifRemoval_Hat006.gifRemoval_Hat007.gif
 
----------------------------------------------------------------- 

 

  • Name : Butterfly_Wings
  • Categorie : Custom
  • File Size: 445 KB
 
Black_Butterfly_Wings001.gifBlue_Butterfly_Wings001.gifCyan_Butterfly_Wings001.gifGold_Butterfly_Wings001.gifGreen_Butterfly_Wings001.gifPurple_Butterfly_Wings001.gifRed_Butterfly_Wings001.gifWhite_Butterfly_Wings001.gifBrown_Butterfly_Wings001.gifOrange_Butterfly_Wings001.gifPink_Butterfly_Wings001.gifSilver_Butterfly_Wings001.gif
Butterfly_Wings001.gifButterfly_Wings002.gifButterfly_Wings003.gifButterfly_Wings004.gifButterfly_Wings005.gifButterfly_Wings006.gifButterfly_Wings007.gif
 
----------------------------------------------------------------- 

 

  • Name : Demon_Mask
  • Categorie : Middle Headgear
  • File Size: 373 KB
 
Black_Demon_Mask001.gifBlue_Demon_Mask001.gifCyan_Demon_Mask001.gifGold_Demon_Mask001.gifGreen_Demon_Mask001.gifPurple_Demon_Mask001.gifRed_Demon_Mask001.gifWhite_Demon_Mask001.gifBrown_Demon_Mask001.gifOrange_Demon_Mask001.gifPink_Demon_Mask001.gifSilver_Demon_Mask001.gif
Demon_Mask001.gifDemon_Mask002.gifDemon_Mask003.gifDemon_Mask004.gifDemon_Mask005.gif
 
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

  • Name : Tengu
  • Game : Ragnarok Online
  • File Size: 1438 KB
 
Black_Tengu001.gifBlue_Tengu001.gifCyan_Tengu001.gifGold_Tengu001.gifGreen_Tengu001.gifPurple_Tengu001.gifRed_Tengu001.gifWhite_Tengu001.gifBrown_Tengu001.gifOrange_Tengu001.gifPink_Tengu001.gifSilver_Tengu001.gif
Tengu00.gifTengu01.gifTengu02.gifTengu03.gifTengu04.gif
 
----------------------------------------------------------------- 

 

  • Name : Tengu_Mask
  • Categorie : Middle Headgear
  • File Size: 267 KB
 
Black_Tengu_Mask001.gifBlue_Tengu_Mask001.gifCyan_Tengu_Mask001.gifGold_Tengu_Mask001.gifGreen_Tengu_Mask001.gifPurple_Tengu_Mask001.gifRed_Tengu_Mask001.gifWhite_Tengu_Mask001.gifBrown_Tengu_Mask001.gifOrange_Tengu_Mask001.gifPink_Tengu_Mask001.gifSilver_Tengu_Mask001.gif
Tengu_Mask001.gifTengu_Mask002.gifTengu_Mask003.gif
 
----------------------------------------------------------------- 

 

  • Name : Halli
  • Game : Trickster Online
  • File Size: 514 KB
 
Halli00.gifHalli01.gifHalli02.gifHalli03.gifHalli04.gif
 
----------------------------------------------------------------- 

 

  • Name : Frey_Hat
  • Categorie : Upper Headgear
  • File Size: 367 KB
 
Black_Frey_Hat001.gifBlue_Frey_Hat001.gifCyan_Frey_Hat001.gifGold_Frey_Hat001.gifGreen_Frey_Hat001.gifPurple_Frey_Hat001.gifRed_Frey_Hat001.gifWhite_Frey_Hat001.gifBrown_Frey_Hat001.gifOrange_Frey_Hat001.gifPink_Frey_Hat001.gifSilver_Frey_Hat001.gif
Frey_Hat001.gifFrey_Hat002.gifFrey_Hat003.gifFrey_Hat004.gifFrey_Hat005.gifFrey_Hat006.gif
 
 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

  • Name : Starving_Fish_Hat
  • Categorie : Upper Headgear
  • File Size: 308 KB
 
Black_Starving_Fish_Hat001.gifBlue_Starving_Fish_Hat001.gifCyan_Starving_Fish_Hat001.gifGold_Starving_Fish_Hat001.gifGreen_Starving_Fish_Hat001.gifPurple_Starving_Fish_Hat001.gifRed_Starving_Fish_Hat001.gifWhite_Starving_Fish_Hat001.gifBrown_Starving_Fish_Hat001.gifOrange_Starving_Fish_Hat001.gifPink_Starving_Fish_Hat001.gifSilver_Starving_Fish_Hat001.gif
Starving_Fish_Hat001.gifStarving_Fish_Hat002.gifStarving_Fish_Hat003.gifStarving_Fish_Hat004.gifStarving_Fish_Hat005.gifStarving_Fish_Hat006.gifStarving_Fish_Hat007.gifStarving_Fish_Hat008.gifStarving_Fish_Hat009.gif
 
----------------------------------------------------------------- 

 

  • Name : Scarf
  • Categorie : Lower Headgear
  • File Size: 263 KB
 
Black_Scarf001.gifBlue_Scarf001.gifCyan_Scarf001.gifGold_Scarf001.gifGreen_Scarf001.gifPurple_Scarf001.gifRed_Scarf001.gifWhite_Scarf001.gifBrown_Scarf001.gifOrange_Scarf001.gifPink_Scarf001.gifSilver_Scarf001.gif
Scarf001.gifScarf002.gifScarf003.gifScarf004.gifScarf005.gifScarf006.gif
 
----------------------------------------------------------------- 

 

  • Name : Pyuriel
  • Game : Ragnarok Online
  • File Size: 2810 KB
 
Black_Pyuriel001.gifBlue_Pyuriel001.gifCyan_Pyuriel001.gifGold_Pyuriel001.gifGreen_Pyuriel001.gifPurple_Pyuriel001.gifRed_Pyuriel001.gifWhite_Pyuriel001.gifBrown_Pyuriel001.gifOrange_Pyuriel001.gifPink_Pyuriel001.gifSilver_Pyuriel001.gif
Pyuriel00.gifPyuriel01.gifPyuriel02.gifPyuriel03.gifPyuriel04.gif
 
----------------------------------------------------------------- 

 

  • Name : Papilusion
  • Game : Pokemon
  • File Size: 299 KB
 
Papilusion00.gifPapilusion01.gifPapilusion02.gifPapilusion03.gifPapilusion04.gif
 
----------------------------------------------------------------- 

 

  • Name : Papilusion
  • Categorie : Pokemon
  • File Size: 5 KB
 
Papilusion001.gif
 
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

OMG~Scarf!!!!  thank you soooooo much   /no1

 

wait...How about 12 colors skull ? I think its useful for writing more funny pvp script

Edited by QQfoolsorellina
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  65
  • Topics Per Day:  0.02
  • Content Count:  235
  • Reputation:   0
  • Joined:  05/03/13
  • Last Seen:  

Welcome! and awesome work~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   31
  • Joined:  01/21/13
  • Last Seen:  

Any chances for u to work on Dolls Recolours? I would specially like to see the Poring Doll Recolour (would be rly nice to make the recolored monsters to drop the recolored dolls). Thanks @o@

 

bonecodeporing.gifbonecodeporing.gif

Edited by Angelisk
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

Ok, i will recolor the poring doll and if you want another doll, tell me :)

 

  • Name : Osiris
  • Game : Ragnarok Online
  • File Size: 708 KB
 
Black_Osiris001.gifBlue_Osiris001.gifCyan_Osiris001.gifGold_Osiris001.gifGreen_Osiris001.gifPurple_Osiris001.gifRed_Osiris001.gifWhite_Osiris001.gifBrown_Osiris001.gifOrange_Osiris001.gifPink_Osiris001.gifSilver_Osiris001.gif
Osiris00.gifOsiris01.gifOsiris02.gifOsiris03.gifOsiris04.gif
 
----------------------------------------------------------------- 

 

  • Name : Osiris_Crown
  • Categorie : Upper Headgear
  • File Size: 300 KB
 
Black_Osiris_Crown001.gifBlue_Osiris_Crown001.gifCyan_Osiris_Crown001.gifGold_Osiris_Crown001.gifGreen_Osiris_Crown001.gifPurple_Osiris_Crown001.gifRed_Osiris_Crown001.gifWhite_Osiris_Crown001.gifBrown_Osiris_Crown001.gifOrange_Osiris_Crown001.gifPink_Osiris_Crown001.gifSilver_Osiris_Crown001.gif
Osiris_Crown001.gifOsiris_Crown002.gifOsiris_Crown003.gifOsiris_Crown004.gifOsiris_Crown005.gifOsiris_Crown006.gif
 
----------------------------------------------------------------- 

 

  • Name : Gas_Mask
  • Categorie : Middle Headgear
  • File Size: 263 KB
 
Black_Gas_Mask001.gifBlue_Gas_Mask001.gifCyan_Gas_Mask001.gifGold_Gas_Mask001.gifGreen_Gas_Mask001.gifPurple_Gas_Mask001.gifRed_Gas_Mask001.gifWhite_Gas_Mask001.gifBrown_Gas_Mask001.gifOrange_Gas_Mask001.gifPink_Gas_Mask001.gifSilver_Gas_Mask001.gif
Gas_Mask001.gifGas_Mask002.gifGas_Mask003.gif
 
----------------------------------------------------------------- 

 

  • Name : Light_Butterfly_Wings
  • Categorie : Custom
  • File Size: 284 KB
 
Black_Light_Butterfly_Wings001.gifBlue_Light_Butterfly_Wings001.gifCyan_Light_Butterfly_Wings001.gifGold_Light_Butterfly_Wings001.gifGreen_Light_Butterfly_Wings001.gifPurple_Light_Butterfly_Wings001.gifRed_Light_Butterfly_Wings001.gifWhite_Light_Butterfly_Wings001.gifBrown_Light_Butterfly_Wings001.gifOrange_Light_Butterfly_Wings001.gifPink_Light_Butterfly_Wings001.gifSilver_Light_Butterfly_Wings001.gif
Light_Butterfly_Wings001.gifLight_Butterfly_Wings002.gifLight_Butterfly_Wings003.gifLight_Butterfly_Wings004.gifLight_Butterfly_Wings005.gifLight_Butterfly_Wings006.gifLight_Butterfly_Wings007.gif
 
 

 

Edited by ToZorMan
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  128
  • Reputation:   31
  • Joined:  01/21/13
  • Last Seen:  

Thank you, I'll wait for it! :o

 

I noticed that some Collection items doesn't work/show up (the ones from Romantic Leaf, Card, Old Blue Box and Old Purple Box). With a little search I could understand why: These Collection Items have "23,3 KB" size, besides all the others that have "22,3 KB" (like your Feather Beret recolour and the ones from Gravity). Also I could notice that the Green Romantic Leaf have 8 bits, besides all the other items that have 24 bits.

Hope you can fix these problems and re-upload the files. I could manage to do it simple by resaving them as JPG files then resaving again as 24 bit files.

(maybe the problem doesn't happens in all clients, so I should inform that I'm currently using 2012-10-04)

Edited by Angelisk
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   344
  • Joined:  02/26/12
  • Last Seen:  

i wait so long for this website.

Can i make a mirror for that? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

Yep :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   12
  • Joined:  01/03/12
  • Last Seen:  

ToZorMan you're really an artist..

 

Can i request recolour Emperium, Barricade, Castle Guardian, and Stone Guardian? :D

Edited by exneval
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   3
  • Joined:  03/09/14
  • Last Seen:  

ToZor man can you please make you a guide wich colors you take on recoloring cuz all of your mobs items have same colors :)

A guide with photoshop please :D the others are very old and with new photoshop it wont work

Edited by Snippet
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  121
  • Reputation:   87
  • Joined:  12/16/11
  • Last Seen:  

@exneval : I can recolor the sprite with real picture (Barricade/StoneGuardian) but the emperium and castle guardian are 3D models...

 

@Snippet : I have an old Photoshop too and with an old guide, the method doesn't change ^^

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...