Update DC Scouting (#421)
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user