Update DC Scouting (#421)

This commit is contained in:
myk
2019-05-28 20:21:51 +10:00
committed by Ganom
parent 4466132eb2
commit d13c8dafb9

View File

@@ -87,13 +87,10 @@ public class RaidsPanel extends PluginPanel
/* try
{
//look for client.gameStateChanged(-1); in src files to find
Method m = client.getClass().getClassLoader().loadClass("jr").getDeclaredMethod("fn", int.class, int.class);
Method m = client.getClass().getClassLoader().loadClass("ba").getDeclaredMethod("ec", int.class, byte.class);
m.setAccessible(true);
m.invoke(null, 40, -1893789506);
//Method m = client.getClass().getClassLoader().loadClass("jr").getDeclaredMethod("fn", int.class, int.class);
//m.setAccessible(true);
//m.invoke(null, 40, -1893789506);
m.invoke(null, 40, (byte)3);
//TODO: Since this is mainly for raids i'd like to reload the raids scouting plugin after the dc is finished
}