Jump to content
  • 0
Judas

disable autoloot for mvp?

Question

2 answers to this question

Recommended Posts

  • 0

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!

Link to comment
Share on other sites

It is possible if u disabled commands on the mvp map... i dunno if this command needs src editing..

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.