Dori Posted February 12, 2012 Posted February 12, 2012 (edited) I don't think you can add carts without re-placing the originals. But if someone does know how to add a custom cart without replacing any of the originals I also would love to know O.O Edited February 12, 2012 by Bagel Quote
Syouji Posted February 12, 2012 Posted February 12, 2012 (edited) To my knowledge the client is hard coded to support a maximum of 5 carts. They are named as follows: 1. ¼Õ¼ö·¹ (Cart 1) 2. ¼Õ¼ö·¹1 (Cart 2) 3. ¼Õ¼ö·¹2 (Cart 3) 4. ¼Õ¼ö·¹3 (Cart 4) 5. ¼Õ¼ö·¹4 (Cart 5) Each cart is available for use via 'Change Cart' skill. They also have a level requirement: if( level > 90 ) // show 5 carts else if( level > 80 ) // show 4 carts else if( level > 65 ) // show 3 carts else if( level > 40 ) // show 2 carts else //show 1 cart If you wish to add a custom cart what I know remains true is you can create a folder with the following path below: data -> sprite -> ÀÌÆÑÆ® -> cartname files (requires a .act and .spr) *Refer to cart list name for proper sprite names that must be used*. ex.) data -> sprite -> ÀÌÆÑÆ® -> ¼Õ¼ö·¹1.spr AND ¼Õ¼ö·¹1.act (Represents Cart 2) If you go to the rAthena download section and look up some custom carts it will come with a .spr and .act file. Simply rename the act and spr file to one of the cart names that falls in the cart list position. Afterwards compile the data folder with the pathways set above and have that GRF be a higher priority than data.grf so that it loads first in the client. You have successfully over-rided the original carts and now possess custom cart sprites in use. Repeat this for the rest of the cart lists when needed. Other than that, this is the only method i know that works when applying custom carts. Hopefully this answers your question. NO server side work is required for adding custom carts, ONLY client side. I have attached my own custom set of 5 carts. All you have to do is extract the .7z file, compile the data folder in a GRF and use it. Feel free to rearrange them as you like. They are in the order of the following: 1. Poring Cart (Custom) 2. Panda Cart 3. Flower Cart 4. Bloody Cart (Custom) 5. Filir Cart (Custom) data.7z Edited February 12, 2012 by Syouji 1 Quote
Lordamax Posted February 12, 2012 Author Posted February 12, 2012 Thanks for the information sir! God bless! Quote
Drakkus Posted February 13, 2012 Posted February 13, 2012 @Syouji, thanks for this 'CART'. i really appreciate you. Regards, Mindless Quote
Question
Lordamax
How can i do it?
Thanks in advance!
5 answers to this question
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.