ooGubAoo Posted September 11, 2023 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
1 Forshaken Posted September 11, 2023 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
0 ooGubAoo Posted September 19, 2023 Author 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
0 Emistry Posted February 4, 2024 Posted February 4, 2024 you can just make the item can only be equipped at right hand position. Quote
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 ooGubAoo3 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.