T txrangersxx Member Nov 11, 2015 #1 When I do certain maximizes it gived praying to the barrell god as an effect even though I don't have the shrine
When I do certain maximizes it gived praying to the barrell god as an effect even though I don't have the shrine
D Darzil Developer Nov 11, 2015 #2 What is your setting for barrelShrineUnlocked ? Are you including "effects with no direct source, skills you don't have, etc" ? If so it should include "( install shrine to the Barrel god )" as you'd have to do that first. (it also won't do so if you ask it to in maximizer)
What is your setting for barrelShrineUnlocked ? Are you including "effects with no direct source, skills you don't have, etc" ? If so it should include "( install shrine to the Barrel god )" as you'd have to do that first. (it also won't do so if you ask it to in maximizer)
lostcalpolydude Developer Staff member Nov 11, 2015 #3 A block needs to be added to Maximizer.java for the maximizer to do that.
D Darzil Developer Nov 11, 2015 #4 It is there in my copy : Code: else if ( !Preferences.getBoolean( "barrelShrineUnlocked" ) ) { if ( includeAll ) { text = "( install shrine to the Barrel god )"; cmd = ""; } else continue; }
It is there in my copy : Code: else if ( !Preferences.getBoolean( "barrelShrineUnlocked" ) ) { if ( includeAll ) { text = "( install shrine to the Barrel god )"; cmd = ""; } else continue; }
lostcalpolydude Developer Staff member Nov 11, 2015 #5 Huh, I thought I looked for that but somehow I missed it.
T txrangersxx Member Nov 12, 2015 #6 It must have been fixed with something else since it does not appear now