Oklonir Posted April 9, 2023 Posted April 9, 2023 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. Quote
0 Racaae Posted April 11, 2023 Posted April 11, 2023 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; } 1 Quote
0 jimboy092032 Posted April 9, 2023 Posted April 9, 2023 You have to add condition in item script Quote
0 Oklonir Posted April 12, 2023 Author Posted April 12, 2023 (edited) 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 April 12, 2023 by Oklonir Quote
Question
Oklonir
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.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.