NKCYBER Posted March 7, 2020 Posted March 7, 2020 (edited) Attack all Demi-human types Get the items that they want to give away sample attack raydric get item drop Red potion 1ea drop rate 2 % Edited March 7, 2020 by NKCYBER Quote
0 sader1992 Posted March 7, 2020 Posted March 7, 2020 if you want to add different item to each monster , than the fact that they are Demi human is somewhat useless , just edit the monsters drop in the database if the same item for all the Demi human monsters than use this bonus with OnPCStatCalcEvent bonus2 bDropAddRace,r,x; Adds x% to player's drop rate when killing a monster with race r. Quote
0 NKCYBER Posted March 7, 2020 Author Posted March 7, 2020 2 hours ago, sader1992 said: if you want to add different item to each monster , than the fact that they are Demi human is somewhat useless , just edit the monsters drop in the database if the same item for all the Demi human monsters than use this bonus with OnPCStatCalcEvent bonus2 bDropAddRace,r,x; Adds x% to player's drop rate when killing a monster with race r. i want creat script evevt attack all monster Race Demi - Human drop rate give item event samsple - script KillmonsterAutoDrop -1,{ end; OnNPCKillEvent: if(rand(1,100) < 5) getitem 671,1; end; } Quote
0 NKCYBER Posted March 8, 2020 Author Posted March 8, 2020 18 hours ago, sader1992 said: getunitdata UMOB_RACE thx Quote
Question
NKCYBER
Attack all Demi-human types Get the items that they want to give away
sample attack raydric get item drop Red potion 1ea drop rate 2 %
Edited by NKCYBER4 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.