Judas Posted January 23, 2012 Share Posted January 23, 2012 is there a way to disable autoloot only for mvps. Someone was asking this, and I was wondering if it was possible. Thanks Quote Link to comment Share on other sites More sharing options...
0 OscarScorp Posted June 14, 2020 Share Posted June 14, 2020 Sorry for necroposting but if anyone's interested on making this mod, go to mob.cpp. Find and edit: //if( test_autoloot ) { //Autoloot. <- Change this line to... if( test_autoloot && md->status.class_ != CLASS_BOSS ) { //<- Change it to this. struct party_data *p = party_search(sd->status.party_id); if ((itemdb_search(ditem->item_data.nameid))->flag.broadcast && (!p || !(p->party.item & 2)) // Somehow, if party's pickup distribution is 'Even Share', no announcemet Cheers! Quote Link to comment Share on other sites More sharing options...
Jezu Posted January 23, 2012 Share Posted January 23, 2012 It is possible if u disabled commands on the mvp map... i dunno if this command needs src editing.. Quote Link to comment Share on other sites More sharing options...
is there a way to disable autoloot only for mvps. Someone was asking this, and I was wondering if it was possible.
Thanks
Link to comment
Share on other sites