Pvp 0 #1 Posted August 28, 2012 Proper fix to the Duel Arena/Fight Pits dupe, with both minigames still fully functional. In PlayerAssistant.java search for: [code] } else if (c.inPits) {[/code] Under that add: [code] c.duelStatus = 0;[/code] If we died in Fight Pits, we obviously weren't in a duel, so we reset our duel status to 0. Next search for: [code] if (c.pitsStatus == 1) {[/code] Under that add: [code] c.pitsStatus = 0;[/code] Before it wasn't resetting the variable to 0 after we had already spawned. All credits to me, bla bla bla, enjoy. :) Share this post Link to post Share on other sites