Jump to content
  • 0

Monsters shouldn't drop items when killed by Homunculus


Question

Posted (edited)

Hi is it in any way possible to disable loot when a homunculus kills something?

Im running this script on my server:

-    script    Poring_Coin    -1,{
OnNPCKillEvent:

if ( rand( 100 ) <= 10 ) {

.@item_id = F_Rand( 7539 );

getitem .@item_id,1;

}

end;

}

which makes every monster drop Poring Coins at 10%

 

sadly it drops for my afk homunculus too and lands directly in my inventory. is there  a way to prevent this?

edit: or a way to set this item on @alootid? alootid doesnt work with homunculus. i mean this script makes you loot the coin even without autoloot on...

Edited by rye305

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

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