TheKingDino Posted August 30, 2022 Group: Members Topic Count: 13 Topics Per Day: 0.01 Content Count: 68 Reputation: 7 Joined: 02/21/19 Last Seen: December 23, 2023 Share Posted August 30, 2022 (edited) I've noticed this with Krieg and Stem of Neph, these are the most up-to-date equip ymls as well that have this error. Is this a problem with bAddEffOnSkill in general or how it is written in the item database? https://imgur.com/yJUDxpT - Id: 1979 AegisName: Stem_Of_Nepenthes Name: Stem of Nepenthes Type: Weapon SubType: Whip Buy: 20 Weight: 1000 Attack: 120 Range: 2 Slots: 2 Jobs: BardDancer: true Classes: All_Upper: true Gender: Female Locations: Right_Hand: true WeaponLevel: 4 EquipLevelMin: 60 Refineable: true Script: | bonus bInt,2; bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,(getrefine()>=9?2000:1000); Edited August 30, 2022 by TheKingDino Quote Link to comment Share on other sites More sharing options...
0 Pride Posted August 30, 2022 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 42 Reputation: 11 Joined: 11/17/20 Last Seen: October 8, 2024 Share Posted August 30, 2022 5 hours ago, TheKingDino said: I've noticed this with Krieg and Stem of Neph, these are the most up-to-date equip ymls as well that have this error. Is this a problem with bAddEffOnSkill in general or how it is written in the item database? https://imgur.com/yJUDxpT - Id: 1979 AegisName: Stem_Of_Nepenthes Name: Stem of Nepenthes Type: Weapon SubType: Whip Buy: 20 Weight: 1000 Attack: 120 Range: 2 Slots: 2 Jobs: BardDancer: true Classes: All_Upper: true Gender: Female Locations: Right_Hand: true WeaponLevel: 4 EquipLevelMin: 60 Refineable: true Script: | bonus bInt,2; bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,(getrefine()>=9?2000:1000); Script: | .@rate = (getrefine()>=9)?2000:1000; bonus bInt,2; bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze, .@rate ; Try this once im not sure if it works Quote Link to comment Share on other sites More sharing options...
0 TheKingDino Posted August 31, 2022 Group: Members Topic Count: 13 Topics Per Day: 0.01 Content Count: 68 Reputation: 7 Joined: 02/21/19 Last Seen: December 23, 2023 Author Share Posted August 31, 2022 Same error unfortunately. It's odd because sometimes this effect works, when it's bleed on effect. For example this one works just fine. I've also tried bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,1000; and the same error occurs. AegisName: Spearfish_ Name: Marlin Type: Weapon SubType: 2hSpear Attack: 220 Range: 3 Jobs: Crusader: true Knight: true Swordman: true Locations: Both_Hand: true WeaponLevel: 1 EquipLevelMin: 50 Trade: NoDrop: false NoTrade: false NoSell: true NoCart: false NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true Script: | bonus3 bAddEffOnSkill,"KN_PIERCE",Eff_Bleeding,150; bonus3 bAddEffOnSkill,"LK_SPIRALPIERCE",Eff_Bleeding,150; bonus2 bAddEff2,Eff_Freezing,100; bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; bonus2 bSkillAtk,"LG_INSPIRATION",50; if (BaseLevel>99) { bonus bBaseAtk,30; } Quote Link to comment Share on other sites More sharing options...
0 Gidz Cross Posted September 5, 2022 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Wednesday at 07:37 PM Share Posted September 5, 2022 On 8/30/2022 at 11:32 PM, TheKingDino said: I've noticed this with Krieg and Stem of Neph, these are the most up-to-date equip ymls as well that have this error. Is this a problem with bAddEffOnSkill in general or how it is written in the item database? https://imgur.com/yJUDxpT - Id: 1979 AegisName: Stem_Of_Nepenthes Name: Stem of Nepenthes Type: Weapon SubType: Whip Buy: 20 Weight: 1000 Attack: 120 Range: 2 Slots: 2 Jobs: BardDancer: true Classes: All_Upper: true Gender: Female Locations: Right_Hand: true WeaponLevel: 4 EquipLevelMin: 60 Refineable: true Script: | bonus bInt,2; bonus3 bAddEffOnSkill,"DC_THROWARROW",Eff_Freeze,(getrefine()>=9?2000:1000); I think its much better to post this on github. Quote Link to comment Share on other sites More sharing options...
Question
TheKingDino
I've noticed this with Krieg and Stem of Neph, these are the most up-to-date equip ymls as well that have this error. Is this a problem with bAddEffOnSkill in general or how it is written in the item database?
https://imgur.com/yJUDxpT

Edited by TheKingDinoLink to comment
Share on other sites
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.