Jump to content
  • 0
ffman22

paladin tree shield skills doesnt work with Purified Knight's Shield

Question

  - Id: 28942
    AegisName: Bloody_Knight_Shield
    Name: Cursed Knight's Shield
    Type: Armor
    Weight: 800
    Slots: 1
    Locations:
      Left_Hand: true
    EquipLevelMin: 1
    Refineable: true
    Script: |
      bonus bAspdRate,10;
      bonus2 bAddClass,Class_All,3;
      bonus bMatkRate,3;
      bonus2 bSubEle,Ele_All,7;
      autobonus2 "{ bonus2 bSPRegenRate,25,1000; }",50,5000;
      autobonus "{ bonus2 bHPRegenRate,150,1000; }",50,5000;
      [email protected] = getrefine();
      if ([email protected]>=7) {
         bonus bBaseAtk,10;
         bonus bMatk,10;
      }
      if ([email protected]>=9) {
         bonus bAspd,1;
      }
      if ([email protected]>=12) {
         bonus bDelayrate,-3;
      }
  - Id: 28945
    AegisName: Bloody_Knight_Shield_
    Name: Bloody Knight's Shield
    Type: Armor
    Weight: 800
    Slots: 1
    Locations:
      Left_Hand: true
    EquipLevelMin: 1
    Refineable: true
    Script: |
      bonus bAspdRate,10;
      bonus2 bAddClass,Class_All,3;
      bonus bMatkRate,3;
      bonus2 bSubEle,Ele_All,7;
      autobonus2 "{ bonus2 bSPRegenRate,25,1000; }",50,5000;
      autobonus "{ bonus2 bHPRegenRate,150,1000; }",50,5000;
      [email protected] = getrefine();
      if ([email protected]>=7) {
         bonus bBaseAtk,10;
         bonus bMatk,10;
      }
      if ([email protected]>=9) {
         bonus bAspd,1;
      }
      if ([email protected]>=12) {
         bonus bDelayrate,-3;
      }
  - Id: 28946
    AegisName: Bloody_Knight_Shield__
    Name: Purified Knight's Shield
    Type: Armor
    Weight: 800
    Slots: 1
    Locations:
      Left_Hand: true
    EquipLevelMin: 1
    Refineable: true
    Script: |
      bonus bAspdRate,10;
      bonus2 bAddClass,Class_All,5;
      bonus bMatkRate,5;
      bonus2 bSubEle,Ele_All,10;
      autobonus2 "{ bonus2 bSPRegenRate,50,1000; }",50,5000;
      autobonus "{ bonus2 bHPRegenRate,300,1000; }",50,5000;
      [email protected] = getrefine();
      if ([email protected]>=7) {
         bonus bBaseAtk,20;
         bonus bMatk,20;
      }
      if ([email protected]>=9) {
         bonus bAspd,2;
      }
      if ([email protected]>=12) {
         bonus bDelayrate,-5;
      }

hello some knows why the paladin and royal guard shield skills are not working with all of the versions of the Purified Knight's Shield

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
6 hours ago, ffman22 said:

I change it but still has the issue

 

I had this same problem, Add View: 1 above Refineable: true, then reloaditemdb and unequip-equip the shield and try

  • Upvote 1
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.