Jump to content
  • 0

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


ffman22

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   2
  • Joined:  08/11/12
  • Last Seen:  

  - 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;
      .@r = getrefine();
      if (.@r>=7) {
         bonus bBaseAtk,10;
         bonus bMatk,10;
      }
      if (.@r>=9) {
         bonus bAspd,1;
      }
      if (.@r>=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;
      .@r = getrefine();
      if (.@r>=7) {
         bonus bBaseAtk,10;
         bonus bMatk,10;
      }
      if (.@r>=9) {
         bonus bAspd,1;
      }
      if (.@r>=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;
      .@r = getrefine();
      if (.@r>=7) {
         bonus bBaseAtk,20;
         bonus bMatk,20;
      }
      if (.@r>=9) {
         bonus bAspd,2;
      }
      if (.@r>=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

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  65
  • Reputation:   4
  • Joined:  10/25/18
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

View: 1 is missing.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   2
  • Joined:  08/11/12
  • Last Seen:  

I change it but still has the issue

Thank that finally works

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