My cursers are messed up now after I did the 10 interfaces through cache by badger I have all the new buttons set but when I activate soulsplit it makes all the hits and my hp go invis.

[Only registered and activated users can see links. ]

anyone know how to fix>

Code:
public void curseButtons(int buttonId) {
		int[] buttonIds = {83109, 83111, 83113, 83115, 83117, 83119, 83121, 83123, 83125, 83127, 83129, 83131, 83133, 83135, 83137, 83139, 83141, 83143,
							83145, 83147};
		for (int i = 0; i < buttonIds.length; i++) {
			if (buttonIds[i] == buttonId)
				activateCurse(i);
		}
	}