[Mini-Guide]How to make mobs drop certain items 07/30/2009 - CO2 PServer Guides & Releases - 18 Replies Somebody asked me to make a mini-tutorial for making mobs drop certain stuff in LOTF.
Well first we go to Entities.cs,
when your done with that search for this
if (Name == "Guard")
There should be something under that somewhat like this:
{
if (Other.ChanceSuccess(100))
{
string Item = "721020-0-0-0-0-0";
no items drop 07/11/2008 - Silkroad Online - 4 Replies Hi all i finally got ag bot 1.6.5r to work still trying to figure out srcipts but what im doing is just going out manually to the hunting location then running the bot . the weird thing is i havn;t got any item drops and i've had the bot running for 2 hours so far. Any thoughts because when i was using the newest agbot it drop all the time. im doing the quest do that have anythin go do with it? anyhow let me know if you have any ideas .