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...
Question
Hayato
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 rye3051 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.