by borka » Thu Jul 26, 2012 9:35 pm
my guess is you're missing the
- Code: Select all
// Alt+F3: stop script execution
} else if (code == KeyEvent.VK_F3 && ev.isAltDown()) {
Engine.getInstance().stop()
return true
code in your haven.groovy in Pande client when it's default - so it's Multiply or page down:
- Code: Select all
// Multiply, stop script execution
} else if (code == KeyEvent.VK_MULTIPLY) {
Engine.getInstance().stop()
return true
} else if (code == KeyEvent.VK_PAGE_DOWN) {
Engine.getInstance().stop()
return true
the top is from default kthaven haven.groovy whereas the bottom code is the modified pande one...
Last edited by borka on Fri Jul 27, 2012 12:51 am, edited 2 times in total.
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331Remember what the dormouse said: Feed your head Feed your head