Amber Client

Forum for alternative clients, mods & discussions on the same.

Re: Amber Client

Postby Redlaw » Fri May 06, 2016 7:46 pm

Hasta wrote:Found an interesting... bug, i think? Not a critical one, but, if you use Tea instead of Water when auto-mining, the auto-miner will chug down the whole container with Tea at the first "drinking stop". I hope you'll make "stamina check" here 'cause I prefer to mine with high-q tea =)


That is just part of the game, Milk, Beer, and Wine do it as well.
User avatar
Redlaw
 
Posts: 1630
Joined: Sun Oct 02, 2011 10:58 pm

Re: Amber Client

Postby Hasta » Fri May 06, 2016 8:37 pm

Redlaw wrote:That is just part of the game, Milk, Beer, and Wine do it as well.


Yes, but autominer is not a part of the game, it's a part of a custom client. I'd like autominer to have, if possible, an additional argument implemented, that would stop drinking manually, when stamina is more than 95%. As far as I can tell, auto-miner at the moment just waits until drinking is interrupted via in-game mechanics, then proceeds with current task.
User avatar
Hasta
 
Posts: 1937
Joined: Sun Sep 14, 2014 3:27 pm

Re: Amber Client

Postby Redlaw » Fri May 06, 2016 9:21 pm

Hasta wrote:
Yes, but autominer is not a part of the game, it's a part of a custom client. I'd like autominer to have, if possible, an additional argument implemented, that would stop drinking manually, when stamina is more than 95%. As far as I can tell, auto-miner at the moment just waits until drinking is interrupted via in-game mechanics, then proceeds with current task.


That makes more sence and all.


I also updated/installed adobe flash... it seems to be making things run better.... might have been part of my issue realy... watching and seeing how it acts.
User avatar
Redlaw
 
Posts: 1630
Joined: Sun Oct 02, 2011 10:58 pm

Re: Amber Client

Postby Thedrah » Sat May 07, 2016 5:29 am

also only drinks from waterflask and such
would be convenient if it would drink from a mug
  ▲
▲ ▲
Thedrah
 
Posts: 936
Joined: Fri Apr 08, 2011 2:20 am
Location: behind you

Re: Amber Client

Postby shubla » Sat May 07, 2016 10:35 am

Image
Pathfinder gets stuck all the time on things like these.
It tries to right click oven that green arrow points at, but player hitbox hits the oven on left side.
Same happens with cupboards, chests pretty much everything that is shift placed close to each other.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13041
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Amber Client

Postby molag » Sat May 07, 2016 6:26 pm

Hi,
I tried to use this client but I can't get it to work.

Error: Unable to access jarfile hafen.jar

my system is a mac and my java is up to date. I tried things I found on the forums but still couldn't make it access hafen.jar

can someone telle me what to do in order to make it work please
molag
 
Posts: 3
Joined: Tue Aug 18, 2015 1:17 pm

Re: Amber Client

Postby romovs » Sun May 08, 2016 12:20 am

Hasta wrote:Found an interesting... bug, i think? Not a critical one, but, if you use Tea instead of Water when auto-mining, the auto-miner will chug down the whole container with Tea at the first "drinking stop". I hope you'll make "stamina check" here 'cause I prefer to mine with high-q tea =)

Thedrah wrote:also only drinks from waterflask and such
would be convenient if it would drink from a mug

Thanks, will look into it.

shubla wrote:image
Pathfinder gets stuck all the time on things like these.
It tries to right click oven that green arrow points at, but player hitbox hits the oven on left side.
Same happens with cupboards, chests pretty much everything that is shift placed close to each other.

I am planning to re-implement it *soon*.

molag wrote:Hi,
I tried to use this client but I can't get it to work.

Error: Unable to access jarfile hafen.jar

my system is a mac and my java is up to date. I tried things I found on the forums but still couldn't make it access hafen.jar

can someone telle me what to do in order to make it work please


From Terminal switch to the client folder using "cd" command. Then execute "./run.sh". You also might need to do "sudo chmod +x run.sh" once to make run script executable.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby molag » Sun May 08, 2016 2:23 pm

romovs wrote:
molag wrote:Hi,
I tried to use this client but I can't get it to work.

Error: Unable to access jarfile hafen.jar

my system is a mac and my java is up to date. I tried things I found on the forums but still couldn't make it access hafen.jar

can someone telle me what to do in order to make it work please


From Terminal switch to the client folder using "cd" command. Then execute "./run.sh". You also might need to do "sudo chmod +x run.sh" once to make run script executable.


Thanks, It works great now
molag
 
Posts: 3
Joined: Tue Aug 18, 2015 1:17 pm

Re: Amber Client

Postby jordancoles » Mon May 09, 2016 4:43 am

How do you go about adding custom res files to the client?

After getting everything setup I realized that there is no res folder

Also I managed to crash myself somehow

Code: Select all
1.33.1:09104925eef60cfde5720783b7be35cd053cfc2c

java.lang.ArrayIndexOutOfBoundsException: 44
   at haven.GLState$Buffer.copy(GLState.java:225)
   at haven.ShadowMap$1.setup(ShadowMap.java:73)
   at haven.RenderList.setup(RenderList.java:170)
   at haven.RenderList.setup(RenderList.java:197)
   at haven.FBView.render(FBView.java:81)
   at haven.ShadowMap.prerender(ShadowMap.java:129)
   at haven.RenderList.render(RenderList.java:472)
   at haven.PView.draw(PView.java:261)
   at haven.MapView.draw(MapView.java:1358)
   at haven.Widget.draw(Widget.java:677)
   at haven.Widget.draw(Widget.java:682)
   at haven.GameUI.draw(GameUI.java:683)
   at haven.Widget.draw(Widget.java:677)
   at haven.Widget.draw(Widget.java:682)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:144)
   at haven.HavenPanel.rootdraw(HavenPanel.java:331)
   at haven.HavenPanel.run(HavenPanel.java:591)
   at java.lang.Thread.run(Unknown Source)
Duhhrail wrote:No matter how fast you think you can beat your meat, Jordancoles lies in the shadows and waits to attack his defenseless prey. (tl;dr) Don't afk and jack off. :lol:

Check out my pro-tips thread
Image Image Image
User avatar
jordancoles
 
Posts: 14076
Joined: Sun May 29, 2011 6:50 pm
Location: British Columbia, Canada

Re: Amber Client

Postby romovs » Tue May 10, 2016 5:37 am

jordancoles wrote:How do you go about adding custom res files to the client?

After getting everything setup I realized that there is no res folder

It's not created by default you'll need to make one yourself. It should be named res.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Amazon [Bot], Claude [Bot] and 1 guest