Jump to content
  • 0

How to add custom carts (client and server side)


Lordamax

Question


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

How can i do it? :P Thanks in advance!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

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 by Bagel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

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 by Syouji
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.02
  • Content Count:  328
  • Reputation:   13
  • Joined:  11/27/11
  • Last Seen:  

Thanks for the information sir! God bless! :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  70
  • Topics Per Day:  0.02
  • Content Count:  1245
  • Reputation:   392
  • Joined:  11/19/11
  • Last Seen:  

Pleasure.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

@Syouji, thanks for this 'CART'. i really appreciate you.

Regards,

Mindless

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
Answer this question...

×   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...