ooGubAoo Posted September 11, 2023 Group: Members Topic Count: 22 Topics Per Day: 0.03 Content Count: 55 Reputation: 1 Joined: 06/08/23 Last Seen: April 7 Share Posted September 11, 2023 (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 September 11, 2023 by ooGubAoo Quote Link to comment Share on other sites More sharing options...
1 Forshaken Posted September 11, 2023 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 152 Reputation: 21 Joined: 11/12/18 Last Seen: February 8 Share Posted September 11, 2023 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; } 1 Quote Link to comment Share on other sites More sharing options...
0 ooGubAoo Posted September 19, 2023 Group: Members Topic Count: 22 Topics Per Day: 0.03 Content Count: 55 Reputation: 1 Joined: 06/08/23 Last Seen: April 7 Author Share Posted September 19, 2023 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. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted February 4, 2024 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted February 4, 2024 you can just make the item can only be equipped at right hand position. Quote Link to comment Share on other sites More sharing options...
Question
ooGubAoo
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 ooGubAooLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.