twiggs62 Posted September 25, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 05/16/17 Last Seen: November 13, 2023 Share Posted September 25, 2017 Hi there again , im sorry to ask again i cant find some post about the green operation coat, ** it says add a chance a defeated demihuman or brute monster will drop immortal heart or alcohol .. my question is , how can i increase the drop of the alcohol or immortal heart ?? thank you ma'am/sir more power Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted September 25, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Monday at 01:17 PM Share Posted September 25, 2017 //Item Combo DB 13027:15044,{ .@r = max(getequiprefinerycnt(EQI_ARMOR),1); bonus3 bAddMonsterDropItem,929,RC_DemiHuman,70*.@r; bonus3 bAddMonsterDropItem,970,RC_DemiHuman,50*.@r; bonus3 bAddMonsterDropItem,929,RC_Player,70*.@r; bonus3 bAddMonsterDropItem,970,RC_Player,50*.@r; bonus3 bAddMonsterDropItem,929,RC_Brute,70*.@r; bonus3 bAddMonsterDropItem,970,RC_Brute,50*.@r; } bonus3 bAddMonsterDropItem,929,RC_DemiHuman,70*.@r; // just edit the id drops to bonus3 bAddMonsterDropItem,929,RC_DemiHuman,100*.@r; // Quote Link to comment Share on other sites More sharing options...
0 twiggs62 Posted September 25, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 05/16/17 Last Seen: November 13, 2023 Author Share Posted September 25, 2017 1 minute ago, crazyarashi said: //Item Combo DB 13027:15044,{ .@r = max(getequiprefinerycnt(EQI_ARMOR),1); bonus3 bAddMonsterDropItem,929,RC_DemiHuman,70*.@r; bonus3 bAddMonsterDropItem,970,RC_DemiHuman,50*.@r; bonus3 bAddMonsterDropItem,929,RC_Player,70*.@r; bonus3 bAddMonsterDropItem,970,RC_Player,50*.@r; bonus3 bAddMonsterDropItem,929,RC_Brute,70*.@r; bonus3 bAddMonsterDropItem,970,RC_Brute,50*.@r; } bonus3 bAddMonsterDropItem,929,RC_DemiHuman,70*.@r; // just edit the id drops to bonus3 bAddMonsterDropItem,929,RC_DemiHuman,100*.@r; // thank you so much ... ill try Quote Link to comment Share on other sites More sharing options...
Question
twiggs62
Hi there again , im sorry to ask again i cant find some post about the green operation coat,
** it says add a chance a defeated demihuman or brute monster will drop immortal heart or alcohol .. my question is , how can i
increase the drop of the alcohol or immortal heart ?? thank you ma'am/sir more power
Link to comment
Share on other sites
2 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.