Update DC Scouting (#421)
This commit is contained in:
@@ -87,13 +87,10 @@ public class RaidsPanel extends PluginPanel
|
|||||||
/* try
|
/* try
|
||||||
{
|
{
|
||||||
//look for client.gameStateChanged(-1); in src files to find
|
//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.setAccessible(true);
|
||||||
m.invoke(null, 40, -1893789506);
|
m.invoke(null, 40, (byte)3);
|
||||||
|
|
||||||
//Method m = client.getClass().getClassLoader().loadClass("jr").getDeclaredMethod("fn", int.class, int.class);
|
|
||||||
//m.setAccessible(true);
|
|
||||||
//m.invoke(null, 40, -1893789506);
|
|
||||||
//TODO: Since this is mainly for raids i'd like to reload the raids scouting plugin after the dc is finished
|
//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