Jump to content
  • 0

Green Operation Coat


Question

Posted

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

2 answers to this question

Recommended Posts

  • 0
Posted
//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; //


 

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

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...