Hey I'm currently using the system class to exit the client then run my bat files
but i get alot of timeout crap when i try to open it sometimes and this is because the system class is not a safe way to exit the client could you add an api method to exit the client safely.
Legacy Mode (RS3)
Error: didn't work on legacy mode on other modes i assume it works.
Class: com.runemate.game.api.rs3.local.hud.interfaces.Summoning
Method: getPoints()
Fix:[/code][/spoiler]
Useful for scripts like slayer and such
package com.scrubscripting.listeners;
import java.util.ArrayList;
import java.util.EventListener;
import java.util.HashMap;
import java.util.List;
import com.runemate.game.api.hybrid.local.Skill;
public class EventDispatcher {
private final...