Lordamax Posted February 12, 2012 Group: Members Topic Count: 71 Topics Per Day: 0.01 Content Count: 328 Reputation: 13 Joined: 11/27/11 Last Seen: July 2, 2016 Share Posted February 12, 2012 How can i do it? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Dori Posted February 12, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 332 Reputation: 15 Joined: 12/11/11 Last Seen: August 8, 2017 Share 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 Link to comment Share on other sites More sharing options...
Syouji Posted February 12, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share 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 Link to comment Share on other sites More sharing options...
Lordamax Posted February 12, 2012 Group: Members Topic Count: 71 Topics Per Day: 0.01 Content Count: 328 Reputation: 13 Joined: 11/27/11 Last Seen: July 2, 2016 Author Share Posted February 12, 2012 Thanks for the information sir! God bless! Quote Link to comment Share on other sites More sharing options...
Syouji Posted February 13, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted February 13, 2012 Pleasure. Quote Link to comment Share on other sites More sharing options...
Drakkus Posted February 13, 2012 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted February 13, 2012 @Syouji, thanks for this 'CART'. i really appreciate you. Regards, Mindless Quote Link to comment Share on other sites More sharing options...
Question
Lordamax
How can i do it?
Thanks in advance!
Link to comment
Share on other sites
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.