Jump to content
  • 0

i need script Attack Race all Demi - human want to give away


Question

Posted (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 by NKCYBER

4 answers to this question

Recommended Posts

  • 0
Posted

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.

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

 

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