Global drops/monks/al kharid furnance (#192)

closes #177
closes #136 (hp restoring works, couldn't find the anim tho)
closes #178 (should fix all the issues, let me know for sure)
Also removed the object does not exist message ingame for non admins and got rid of the isBotting code when clicking objects
This commit is contained in:
Mr Extremez
2019-11-17 17:30:08 -06:00
committed by Daniel Ginovker
parent 855f4b9ab7
commit 2b6ff7db02
23 changed files with 192 additions and 88 deletions
+1 -1
View File
@@ -12171,7 +12171,7 @@ public class Game extends RSApplet {
this.anInt1187 += (j << 1);
}
public final void keyPressed(KeyEvent keyevent)
public void keyPressed(KeyEvent keyevent)
{
super.keyPressed(keyevent);
switch (keyevent.getKeyCode())