Jump to content
  • 0

How to set effect Master Archer lvl 1 - 10 range effect only when using bow ?


Styx15

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

Hello i need help how to set Master Archer Lvl 1 - 10 Effect  Range with bow ?

not only range like   :

  - Id: 29100
    AegisName: MasterArcher10
    Name: Master Archer Lv. 10
    Type: Card
    Buy: 10
    Script: |
      bonus bLongAtkRate,44;


I need help to set Effect range only when using bow ...

thank you before...

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

3 hours ago, Styx15 said:

Hello i need help how to set Master Archer Lvl 1 - 10 Effect  Range with bow ?

not only range like   :

  - Id: 29100
    AegisName: MasterArcher10
    Name: Master Archer Lv. 10
    Type: Card
    Buy: 10
    Script: |
      bonus bLongAtkRate,44;


I need help to set Effect range only when using bow ...

thank you before...

if(getiteminfo(getequipid(EQI_HAND_R),11)==W_BOW) { bonus bLongAtkRate,44; }

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.02
  • Content Count:  47
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

On 10/17/2021 at 2:44 AM, Scylla said:
if(getiteminfo(getequipid(EQI_HAND_R),11)==W_BOW) { bonus bLongAtkRate,44; }

 

Thank you ;D

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