Login Register






Drop dupe fix - Project Insanity filter_list
Author
Message
Drop dupe fix - Project Insanity #1
This is for the people that have drops enabled on their server.

dropitem.java

Under
Code:
c.getItems().deleteItem(itemId, slot, c.playerItemsN[slot]);

Add
Code:
c.SaveGame();

Reply

Drop dupe fix - Project Insanity #2
The drop dupe depends on what sources they have. My brother owned one with over 40 players. The host got problems, etc.

Explain more for the dupe fix.

Reply