Judas Posted January 23, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 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 Group: Members Topic Count: 62 Topics Per Day: 0.02 Content Count: 217 Reputation: 16 Joined: 01/28/15 Last Seen: February 25, 2022 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 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 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...
Question
Judas
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
2 answers 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.