Jump to content
  • 0

How to fix effect Only Right Hand.


Question

Posted (edited)

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

3 answers to this question

Recommended Posts

  • 1
Posted

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
  • 0
Posted
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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...