Jump to content
  • 0

When the client closes, he does not keep his suit on.


Question

Posted

Hello friends, I have come to ask you how I can solve something that worries me, my problem is
When the client closes, the suit is not kept on, so I have to put it back on.

I am very grateful

image.png

image.png

4 answers to this question

Recommended Posts

  • 0
Posted
13 hours ago, Questune said:

conf\battle\client.conf

// Will tuxedo and wedding dresses be shown when worn? (Note 1)
wedding_modifydisplay: no

 

Thank you very much for your time and respond my friend, I tried as you explained but it still doesn't work

  • 0
Posted
17 hours ago, Mitosky said:

Thank you very much for your time and respond my friend, I tried as you explained but it still doesn't work

Did you restart server after changing this?

  • 0
Posted
On 7/29/2024 at 7:19 AM, Questune said:

Did you restart server after changing this?

Hello, my solution was to adjust the item_db script

so instead of Script | leave it as EquipScript: and UnEquipScript:
and the Type: ShadowGear and Locations: Shadow_Armor: true

 

Example:
 

Spoiler

  - Id: 43110
    AegisName: Minstrel_Suit
    Name: Minstrel Suit
    Type: ShadowGear
    Buy: 20
    Slots: 0
    Jobs:
      BardDancer: true
    Locations:
      Shadow_Armor: true
    EquipLevelMin: 61
    Refineable: true
    Trade:
      Override: 100
      NoDrop: true
      NoTrade: false
      NoCart: false
      NoStorage: false
      NoGuildStorage: false
      NoMail: true
      NoAuction: true
    EquipScript: |
      specialeffect2 98;
      changebase 4075;
      bonus bDelayRate,-10;
    UnEquipScript: |
      changebase Class;

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...