Jump to content
  • 0

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


Mitosky

Question


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  104
  • Reputation:   0
  • Joined:  10/22/19
  • Last Seen:  

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

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.03
  • Content Count:  146
  • Reputation:   10
  • Joined:  08/19/23
  • Last Seen:  

conf\battle\client.conf

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  104
  • Reputation:   0
  • Joined:  10/22/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.03
  • Content Count:  146
  • Reputation:   10
  • Joined:  08/19/23
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.02
  • Content Count:  104
  • Reputation:   0
  • Joined:  10/22/19
  • Last Seen:  

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;

 

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