Jump to content
  • 0

How to fix effect Only Right Hand.


ooGubAoo

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.06
  • Content Count:  43
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

function    script    Dag   {
    bonus bAllStats,(100);
end;
}

when assassin use 2 dagger stat will over other player.

i want effect can use only right hand.

Thank you.

Edited by ooGubAoo
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  148
  • Reputation:   21
  • Joined:  11/12/18
  • Last Seen:  

it cant be applied to script command, you have to apply the bonus straight to the item and if you want to exclusively apply the bonus when it is equipped on their right hand you can try this 

if ( getequipid(EQI_HAND_R) ) {
     bonus bAllStats,100;
}

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.06
  • Content Count:  43
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

On 9/11/2023 at 5:00 PM, Forshaken said:

it cant be applied to script command, you have to apply the bonus straight to the item and if you want to exclusively apply the bonus when it is equipped on their right hand you can try this 

if ( getequipid(EQI_HAND_R) ) {
     bonus bAllStats,100;
}

Thank You.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

you can just make the item can only be equipped at right hand position.

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