Regarding the Pande client.

Ask, answer and discuss any and all topics about the hows, whys, wheres and whens of playing Haven & Hearth.

Re: Regarding the Pande client.

Postby ApocalypsePlease » Sun Jul 22, 2012 10:39 am

I was the one who messaged Teck on skype due to your request, messaged him again now.
Inactive
User avatar
ApocalypsePlease
 
Posts: 1164
Joined: Mon Jun 27, 2011 12:52 am

Re: Regarding the Pande client.

Postby Neon14 » Sun Jul 22, 2012 10:44 am

ApocalypsePlease wrote:I was the one who messaged Teck on skype due to your request, messaged him again now.


Thank you :)
BigStronk
User avatar
Neon14
 
Posts: 512
Joined: Wed Nov 09, 2011 6:49 am

Re: Regarding the Pande client.

Postby nooob » Thu Jul 26, 2012 5:36 am

i cant seem to stop some scripts in the]is client. could anyone help? (alt+f4 works) but id like a different way :lol:
nooob
 
Posts: 6
Joined: Thu Feb 16, 2012 1:17 am

Re: Regarding the Pande client.

Postby painhertz » Thu Jul 26, 2012 6:19 am

It's alt-F3
"I shall PERSONALLY witness for you at the shiny, chrome gates of Valhalla!"
User avatar
painhertz
 
Posts: 6185
Joined: Sat Jan 22, 2011 2:07 am
Location: Louisiana

Re: Regarding the Pande client.

Postby nooob » Thu Jul 26, 2012 9:06 pm

painhertz wrote:It's alt-F3

it didnt work i just get the "1 script in time allowed" after i hit alt+f3 and click a new script :(
nooob
 
Posts: 6
Joined: Thu Feb 16, 2012 1:17 am

Re: Regarding the Pande client.

Postby 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=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Regarding the Pande client.

Postby nooob » Thu Jul 26, 2012 10:56 pm

borka wrote: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



i dont understand this :( could someone plz just copy paste whole file onto paste bin plz.
nooob
 
Posts: 6
Joined: Thu Feb 16, 2012 1:17 am

Re: Regarding the Pande client.

Postby borka » Fri Jul 27, 2012 12:48 am

Done - you got a PM :)

oh, i never use bots - just an interest in code ;)
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Previous

Return to How do I?

Who is online

Users browsing this forum: Claude [Bot] and 2 guests