Jump to content
  • 0

Help - Memory of Thanatos card restriction


Oklonir

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.02
  • Content Count:  21
  • Reputation:   1
  • Joined:  08/27/22
  • Last Seen:  

Could someone help me adjust the Memory of Thanatos card?

ID: 4399  Thanatos Card

I would like to leave it with no effect for the Monk/Master/Champion class and with normal effect for all other classes.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  132
  • Reputation:   53
  • Joined:  06/02/12
  • Last Seen:  

Hi. Add in \db\import\item_db.yml

  - Id: 4399
    AegisName: Thanatos_Card
    Script: |
      if (BaseJob != Job_Monk) {
         bonus bDefRatioAtkClass,Class_All;
         bonus bSPDrainValue,-1;
         bonus bDef,-30;
         bonus bFlee,-30;
      }

 

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

You have to add condition in item script 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.02
  • Content Count:  21
  • Reputation:   1
  • Joined:  08/27/22
  • Last Seen:  

On 4/11/2023 at 12:43 AM, Racaae said:

Hi. Add in \db\import\item_db.yml

  - Id: 4399
    AegisName: Thanatos_Card
    Script: |
      if (BaseJob != Job_Monk) {
         bonus bDefRatioAtkClass,Class_All;
         bonus bSPDrainValue,-1;
         bonus bDef,-30;
         bonus bFlee,-30;
      }

 

Thank you @Racaae it worked as I expected.

Edited by Oklonir
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...