Elgardro Posted April 3, 2014 Posted April 3, 2014 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 ( Quote
ToZorMan Posted April 3, 2014 Author Posted April 3, 2014 All is here http://rathena.org/wiki/Custom_Items Name : Light_Fairy_Wings Categorie : Custom File Size: 265 KB Author: Unknown Download : Wings - Light_Fairy_Wings [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Aira Game : Ragnarok Online File Size: 2045 KB Author: Gravity Download : Mob - Aira [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Plant Game : Ragnarok Online File Size: 301 KB Author: Gravity Download : Mob - Plant [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Pumpkin_Hat Categorie : Upper Headgear File Size: 522 KB Author: ToZorMan Download : Hat - Pumpkin_Hat [ToZorMan].zip Link : www.green-peach.net 1 Quote
EL Dragon Posted April 3, 2014 Posted April 3, 2014 (edited) make you please a Shining Plant from the 12 new colors ? would be really cool Edited April 3, 2014 by EL Dragon Quote
ToZorMan Posted April 3, 2014 Author Posted April 3, 2014 Ahah, we can increase the number of colors transformations Quote
ToZorMan Posted April 5, 2014 Author Posted April 5, 2014 Name : Kapha Game : Ragnarok Online File Size: 1325 KB Author: Gravity Download : Mob - Kapha [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Kapha_Hat Categorie : Upper Headgear File Size: 241 KB Author: Unknown Download : Hat - Kapha_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Neptune_Protector Categorie : Middle Headgear File Size: 278 KB Author: Rock Download : Hat - Neptune_Protector [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Crunch_Toast Categorie : Lower Headgear File Size: 254 KB Author: Gravity Download : Hat - Crunch_Toast [ToZorMan].zip Link : www.green-peach.net Name : Jejeling Game : Ragnarok Online File Size: 556 KB Author: Gravity Download : Mob - Jejeling [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Chrysacier Game : Pokemon File Size: 262 KB Author: ToZorMan Download : Mob - Chrysacier [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Chrysacier Categorie : Pokemon File Size: 4 KB Author: ToZorMan Download : Item - Chrysacier [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Harlequin_Hat Categorie : Upper Headgear File Size: 378 KB Author: Puff Download : Hat - Harlequin_Hat [ToZorMan].zip Link : www.green-peach.net Quote
ToZorMan Posted April 6, 2014 Author Posted April 6, 2014 @Snippet : Yes, i will make it soon Name : Alnoldi Game : Ragnarok Online File Size: 1077 KB Author: Gravity Download : Mob - Alnoldi [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Snake Game : Ragnarok Online File Size: 419 KB Author: Gravity Download : Mob - Snake [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Snake_Head_Hat Categorie : Upper Headgear File Size: 383 KB Author: Gravity Download : Hat - Snake_Head_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Rose_Piece Categorie : Upper Headgear File Size: 409 KB Author: Puff Download : Hat - Rose_Piece [ToZorMan].zip Link : www.green-peach.net Quote
Pneuma Posted April 7, 2014 Posted April 7, 2014 Could you do recolors of the RMCS 2012 world hats? Quote
ToZorMan Posted April 7, 2014 Author Posted April 7, 2014 @Pneuma : Ok, I will see. Name : Metaling Game : Ragnarok Online File Size: 612 KB Author: Gravity Download : Mob - Metaling [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Metaling_Hat Categorie : Upper Headgear File Size: 200 KB Author: Unknown Download : Hat - Metaling_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Bone_Helm Categorie : Upper Headgear File Size: 315 KB Author: Gravity Download : Hat - Bone_Helm [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Valkyrie_Helm Categorie : Upper Headgear File Size: 255 KB Author: Gratia Download : Hat - Valkyrie_Helm [ToZorMan].zip Link : www.green-peach.net Quote
ToZorMan Posted April 8, 2014 Author Posted April 8, 2014 Don't worry, i haven't forgotten Name : Removal Game : Ragnarok Online File Size: 860 KB Author: Gravity Download : Mob - Removal [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Removal_Hat Categorie : Upper Headgear File Size: 381 KB Author: DevilEvil Download : Hat - Removal_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Butterfly_Wings Categorie : Custom File Size: 445 KB Author: Unknown Download : Wings - Butterfly_Wings [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Demon_Mask Categorie : Middle Headgear File Size: 373 KB Author: Gravity Download : Hat - Demon_Mask [ToZorMan].zip Link : www.green-peach.net Quote
ToZorMan Posted April 10, 2014 Author Posted April 10, 2014 Name : Tengu Game : Ragnarok Online File Size: 1438 KB Author: Gravity Download : Mob - Tengu [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Tengu_Mask Categorie : Middle Headgear File Size: 267 KB Author: Jupet0 Download : Hat - Tengu_Mask [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Halli Game : Trickster Online File Size: 514 KB Author: ToZorMan Download : Mob - Halli [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Frey_Hat Categorie : Upper Headgear File Size: 367 KB Author: Happy Download : Hat - Frey_Hat [ToZorMan].zip Link : www.green-peach.net Quote
ToZorMan Posted April 12, 2014 Author Posted April 12, 2014 Name : Starving_Fish_Hat Categorie : Upper Headgear File Size: 308 KB Author: Gravity Download : Hat - Starving_Fish_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Scarf Categorie : Lower Headgear File Size: 263 KB Author: ToZorMan Download : Hat - Scarf [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Pyuriel Game : Ragnarok Online File Size: 2810 KB Author: Gravity Download : Mob - Pyuriel [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Papilusion Game : Pokemon File Size: 299 KB Author: ToZorMan Download : Mob - Papilusion [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Papilusion Categorie : Pokemon File Size: 5 KB Author: ToZorMan Download : Item - Papilusion [ToZorMan].zip Link : www.green-peach.net 1 Quote
QQfoolsorellina Posted April 12, 2014 Posted April 12, 2014 (edited) OMG~Scarf!!!! thank you soooooo much wait...How about 12 colors skull ? I think its useful for writing more funny pvp script Edited April 12, 2014 by QQfoolsorellina Quote
Angelisk Posted April 12, 2014 Posted April 12, 2014 (edited) 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@ Edited April 12, 2014 by Angelisk Quote
ToZorMan Posted April 13, 2014 Author Posted April 13, 2014 (edited) Ok, i will recolor the poring doll and if you want another doll, tell me Name : Osiris Game : Ragnarok Online File Size: 708 KB Author: Gravity Download : Mob - Osiris [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Osiris_Crown Categorie : Upper Headgear File Size: 300 KB Author: ZilL Download : Hat - Osiris_Crown [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Gas_Mask Categorie : Middle Headgear File Size: 263 KB Author: Gravity Download : Hat - Gas_Mask [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Light_Butterfly_Wings Categorie : Custom File Size: 284 KB Author: Unknown Download : Wings - Light_Butterfly_Wings [ToZorMan].zip Link : www.green-peach.net Edited April 13, 2014 by ToZorMan Quote
Angelisk Posted April 13, 2014 Posted April 13, 2014 (edited) Thank you, I'll wait for it! 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 April 13, 2014 by Angelisk Quote
anacondaq Posted April 13, 2014 Posted April 13, 2014 i wait so long for this website. Can i make a mirror for that? Quote
exneval Posted April 14, 2014 Posted April 14, 2014 (edited) ToZorMan you're really an artist.. Can i request recolour Emperium, Barricade, Castle Guardian, and Stone Guardian? Edited April 14, 2014 by exneval Quote
Snippet Posted April 14, 2014 Posted April 14, 2014 (edited) 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 the others are very old and with new photoshop it wont work Edited April 14, 2014 by Snippet Quote
ToZorMan Posted April 14, 2014 Author Posted April 14, 2014 @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 ^^ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.