Jump to content
  • 0

3CeAM Client : Need Support.


Rabbit

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Hello all. i have a problem with my client. im using 3CeAM 676M and with 2010 07 30 client. the problem is when i equip Costume item (19516 : Singing Bird), it doesn't move to Costume slot and it placed in General slot and replace other headgear. the question is :

1 : the problem comes from Client side or Server side, else would it comes from the .grf?

2 : how to solve this matter!

thats all for now. thank you for helping me! ohh, you can see the pictures given below. /??

you can see the General tab, is located there!

post-4900-0-73018100-1338046649_thumb.jpg

there is no Costume item in Costume tab. /hum

post-4900-0-02747300-1338046665_thumb.jpg

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Can you show the item acript for it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

Check the item's loc value if it is 1024 for that costume of yours like this.

19516,Singing_Bird,Singing Bird,5,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,702,{},{},{}

Edited by Kaito_Kid
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

This is my item.db script for Costume Headgear.

// Costume System
19513,Chicken_Bill,Chicken Bill,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1,,1,0,699,{},{},{}
19514,Charlies_Beard,Charlies Beard,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1,,1,0,700,{},{},{}
19515,Yellow_Hat,Yellow Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,701,{},{},{}
19516,Singing_Bird,Singing Bird,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,702,{},{},{}
19517,Chicken_Crest,Chicken Crest,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,703,{},{},{}
19518,Rainbow,Rainbow,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,704,{},{},{}
19519,Thunderstorm_Cloud,Thunderstorm Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,688,{},{},{}
19520,Rain_Cloud,Rain Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,705,{},{},{}
19521,Charlies_Hat,Charlies Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,706,{},{},{}
19522,Mini_Crown,Mini Crown,5,20,,0,,0,,0,0xFFFFFFFF,15,2,256,,1,1,707,{},{},{}

Pardon me Kaito_Kid? Should i change the loc?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

Refer here

Structure of Database:
 ID,AegisName,Name,Type,Buy,Sell,Weight,ATK,DEF,Range,Slots,Job,Upper,Gender,Loc,wLV,eLV,Refineable,View,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

Yours is set to 256 change the value to 1024 or just copy-paste the code that I have provided and replace yours

Edited by Kaito_Kid
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Thanks for your reply. But it doesn't change it at all. When i change it to 1024, the items are equipped to the right slot but when i try to equip another Costume Headgear, it disappear. Just like we clicked on Red Potion or other Usable Items. Was wondering why is that happen.

Here is the modifications that i've made.

// Costume System
19513,Chicken_Bill,Chicken Bill,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,0,699,{},{},{}
19514,Charlies_Beard,Charlies Beard,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,0,700,{},{},{}
19515,Yellow_Hat,Yellow Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,701,{},{},{}
19516,Singing_Bird,Singing Bird,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,702,{},{},{}
19517,Chicken_Crest,Chicken Crest,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,703,{},{},{}
19518,Rainbow,Rainbow,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,704,{},{},{}
19519,Thunderstorm_Cloud,Thunderstorm Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,688,{},{},{}
19520,Rain_Cloud,Rain Cloud,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,705,{},{},{}
19521,Charlies_Hat,Charlies Hat,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,706,{},{},{}
19522,Mini_Crown,Mini Crown,5,20,,0,,0,,0,0xFFFFFFFF,15,2,1024,,1,1,707,{},{},{}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

that means 3ceam doesnt support it. Someone dis report it bit i dont think it still got fixed properly

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  268
  • Reputation:   27
  • Joined:  12/06/11
  • Last Seen:  

It must now be the problem within the 3CeaM's source code.

Report it on their forums/bug tracker.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Hmm. :( Okay then. Thanks to Kaito Kid and Judas for your help. Thank you.. /ok

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  174
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

You can use the costume system of rAthena in 3ceam. Its work perfectly just apply the diff. then recompile.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

Can you please post the link for rA's costume system. Thanks

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

i think might be this..

http://trac.rathena.org/changeset/15194/rathena

but why not just switch to rAthena since it is already enabled in rAthena by default

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